Uses of Class
org.hibernate.engine.spi.ValueInclusion

Packages that use ValueInclusion
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   
 

Uses of ValueInclusion in org.hibernate.engine.spi
 

Methods in org.hibernate.engine.spi that return ValueInclusion
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.
 

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()
           
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.