Package | Description |
---|---|
org.hibernate.engine |
This package contains classes that are "shared" by other packages,
and implementations of some key algorithms.
|
org.hibernate.persister.entity |
This package abstracts persistence mechanisms for
entities, and defines the Hibernate runtime
metamodel.
|
org.hibernate.tuple.entity |
Modifier and Type | Field and Description |
---|---|
static ValueInclusion |
ValueInclusion.FULL |
static ValueInclusion |
ValueInclusion.NONE |
static ValueInclusion |
ValueInclusion.PARTIAL |
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 © 2002-2017 Red Hat Middleware, LLC. All Rights Reserved