Uses of Class
com.vladmihalcea.hibernate.type.util.Configuration.PropertyKey

Packages that use Configuration.PropertyKey
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
static Configuration.PropertyKey Configuration.PropertyKey.valueOf(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
 Boolean Configuration.booleanProperty(Configuration.PropertyKey propertyKey)
          Get Boolean property value
<T> Class<T>
Configuration.classProperty(Configuration.PropertyKey propertyKey)
          Get Class property value
 Integer Configuration.integerProperty(Configuration.PropertyKey propertyKey)
          Get Integer property value
 Long Configuration.longProperty(Configuration.PropertyKey propertyKey)
          Get Long property value
 



Copyright © 2022. All rights reserved.