Uses of Enum
io.hypersistence.utils.hibernate.type.util.Configuration.PropertyKey
Packages that use Configuration.PropertyKey
-
Uses of Configuration.PropertyKey in io.hypersistence.utils.hibernate.type.util
Methods in io.hypersistence.utils.hibernate.type.util that return Configuration.PropertyKeyModifier and TypeMethodDescriptionstatic Configuration.PropertyKeyReturns the enum constant of this type with the specified name.static Configuration.PropertyKey[]Configuration.PropertyKey.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.hypersistence.utils.hibernate.type.util with parameters of type Configuration.PropertyKeyModifier and TypeMethodDescriptionConfiguration.booleanProperty(Configuration.PropertyKey propertyKey) Get Boolean property value<T> Class<T>Configuration.classProperty(Configuration.PropertyKey propertyKey) Get Class property valueprotected <T> TConfiguration.instantiateClass(Configuration.PropertyKey propertyKey) Instantiate class associated to the given property keyConfiguration.integerProperty(Configuration.PropertyKey propertyKey) Get Integer property valueConfiguration.longProperty(Configuration.PropertyKey propertyKey) Get Long property value