|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ValueInclusion | |
---|---|
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 |
Uses of ValueInclusion in org.hibernate.engine |
---|
Fields in org.hibernate.engine declared as ValueInclusion | |
---|---|
static ValueInclusion |
ValueInclusion.FULL
|
static ValueInclusion |
ValueInclusion.NONE
|
static ValueInclusion |
ValueInclusion.PARTIAL
|
Uses of ValueInclusion in org.hibernate.persister.entity |
---|
Methods in org.hibernate.persister.entity that return ValueInclusion | |
---|---|
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()
|
Methods in org.hibernate.persister.entity with parameters of type ValueInclusion | |
---|---|
protected String |
AbstractEntityPersister.concretePropertySelectFragment(String alias,
ValueInclusion[] inclusions)
|
Uses of ValueInclusion in org.hibernate.tuple.entity |
---|
Methods in org.hibernate.tuple.entity that return ValueInclusion | |
---|---|
ValueInclusion[] |
EntityMetamodel.getPropertyInsertGenerationInclusions()
|
ValueInclusion[] |
EntityMetamodel.getPropertyUpdateGenerationInclusions()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |