Uses of Class
com.vladmihalcea.hibernate.type.util.Configuration.PropertyKey
-
Packages that use Configuration.PropertyKey Package Description com.vladmihalcea.hibernate.type.util -
-
Uses of Configuration.PropertyKey in com.vladmihalcea.hibernate.type.util
Methods in com.vladmihalcea.hibernate.type.util that return Configuration.PropertyKey Modifier and Type Method Description static Configuration.PropertyKey
Configuration.PropertyKey. valueOf(java.lang.String name)
Returns 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 com.vladmihalcea.hibernate.type.util with parameters of type Configuration.PropertyKey Modifier and Type Method Description java.lang.Boolean
Configuration. booleanProperty(Configuration.PropertyKey propertyKey)
Get Boolean property value<T> java.lang.Class<T>
Configuration. classProperty(Configuration.PropertyKey propertyKey)
Get Class property valueprivate <T> T
Configuration. instantiateClass(Configuration.PropertyKey propertyKey)
Instantiate class associated to the given property keyjava.lang.Integer
Configuration. integerProperty(Configuration.PropertyKey propertyKey)
Get Integer property valuejava.lang.Long
Configuration. longProperty(Configuration.PropertyKey propertyKey)
Get Long property value
-