Package | Description |
---|---|
org.hibernate.engine.spi | |
org.hibernate.persister.entity |
This package abstracts persistence mechanisms for
entities, and defines the Hibernate runtime
metamodel.
|
org.hibernate.tuple.entity |
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()
Which of the properties of this class are database generated values on insert?
|
ValueInclusion[] |
AbstractEntityPersister.getPropertyInsertGenerationInclusions() |
ValueInclusion[] |
EntityPersister.getPropertyUpdateGenerationInclusions()
Which of the properties of this class are database generated values on update?
|
ValueInclusion[] |
AbstractEntityPersister.getPropertyUpdateGenerationInclusions() |
Modifier and Type | Method and Description |
---|---|
protected String |
AbstractEntityPersister.concretePropertySelectFragment(String alias,
ValueInclusion[] inclusions) |
Modifier and Type | Method and Description |
---|---|
ValueInclusion[] |
EntityMetamodel.getPropertyInsertGenerationInclusions() |
ValueInclusion[] |
EntityMetamodel.getPropertyUpdateGenerationInclusions() |
Copyright © 2018 JBoss by Red Hat. All rights reserved.