Package | Description |
---|---|
org.hibernate.engine.spi | |
org.hibernate.persister.entity |
This package abstracts persistence mechanisms for
entities, and defines the Hibernate runtime
metamodel.
|
Modifier and Type | Method and Description |
---|---|
static ValueInclusion |
ValueInclusion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValueInclusion[] |
ValueInclusion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ValueInclusion[] |
EntityPersister.getPropertyInsertGenerationInclusions()
Deprecated.
Replaced internally with InMemoryValueGenerationStrategy / InDatabaseValueGenerationStrategy
|
ValueInclusion[] |
AbstractEntityPersister.getPropertyInsertGenerationInclusions()
Deprecated.
no simple, direct replacement
|
ValueInclusion[] |
EntityPersister.getPropertyUpdateGenerationInclusions()
Deprecated.
Replaced internally with InMemoryValueGenerationStrategy / InDatabaseValueGenerationStrategy
|
ValueInclusion[] |
AbstractEntityPersister.getPropertyUpdateGenerationInclusions()
Deprecated.
no simple, direct replacement
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.