| 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.  
 | 
ValueInclusion[] | 
EntityPersister.getPropertyUpdateGenerationInclusions()
Deprecated. 
 
Replaced internally with InMemoryValueGenerationStrategy / InDatabaseValueGenerationStrategy 
 | 
ValueInclusion[] | 
AbstractEntityPersister.getPropertyUpdateGenerationInclusions()
Deprecated.  
 | 
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.