| Package | Description |
|---|---|
| io.hypersistence.utils.hibernate.type.util |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
Configuration.booleanProperty(Configuration.PropertyKey propertyKey)
Get Boolean property value
|
<T> Class<T> |
Configuration.classProperty(Configuration.PropertyKey propertyKey)
Get Class property value
|
protected <T> T |
Configuration.instantiateClass(Configuration.PropertyKey propertyKey)
Instantiate class associated to the given property key
|
Integer |
Configuration.integerProperty(Configuration.PropertyKey propertyKey)
Get Integer property value
|
Long |
Configuration.longProperty(Configuration.PropertyKey propertyKey)
Get Long property value
|
Copyright © 2024. All rights reserved.