Uses of Interface
org.hibernate.tuple.ValueGeneration
-
Packages that use ValueGeneration Package Description org.hibernate.mapping org.hibernate.tuple org.hibernate.tuple.entity org.hibernate.type -
-
Uses of ValueGeneration in org.hibernate.mapping
Methods in org.hibernate.mapping that return ValueGeneration Modifier and Type Method Description ValueGeneration
Property. getValueGenerationStrategy()
Methods in org.hibernate.mapping with parameters of type ValueGeneration Modifier and Type Method Description void
Property. setValueGenerationStrategy(ValueGeneration valueGenerationStrategy)
-
Uses of ValueGeneration in org.hibernate.tuple
Subinterfaces of ValueGeneration in org.hibernate.tuple Modifier and Type Interface Description interface
AnnotationValueGeneration<A extends java.lang.annotation.Annotation>
AValueGeneration
based on a custom Java generator annotation type.Classes in org.hibernate.tuple that implement ValueGeneration Modifier and Type Class Description class
CreationTimestampGeneration
Value generation implementation forCreationTimestamp
.class
GeneratedValueGeneration
AAnnotationValueGeneration
which marks a property as generated in the database.class
UpdateTimestampGeneration
Value generation implementation forUpdateTimestamp
.class
VmValueGeneration
AAnnotationValueGeneration
which allows to specify theValueGenerator
to be used to determine the value of the annotated property.Methods in org.hibernate.tuple that return ValueGeneration Modifier and Type Method Description ValueGeneration
AbstractNonIdentifierAttribute. getValueGenerationStrategy()
ValueGeneration
BaselineAttributeInformation. getValueGenerationStrategy()
ValueGeneration
NonIdentifierAttribute. getValueGenerationStrategy()
Methods in org.hibernate.tuple with parameters of type ValueGeneration Modifier and Type Method Description BaselineAttributeInformation.Builder
BaselineAttributeInformation.Builder. setValueGenerationStrategy(ValueGeneration valueGenerationStrategy)
Constructors in org.hibernate.tuple with parameters of type ValueGeneration Constructor Description BaselineAttributeInformation(boolean lazy, boolean insertable, boolean updateable, ValueGeneration valueGenerationStrategy, boolean nullable, boolean dirtyCheckable, boolean versionable, CascadeStyle cascadeStyle, FetchMode fetchMode)
StandardProperty(java.lang.String name, Type type, boolean lazy, boolean insertable, boolean updateable, ValueGeneration valueGenerationStrategy, boolean nullable, boolean checkable, boolean versionable, CascadeStyle cascadeStyle, FetchMode fetchMode)
Deprecated.Constructs NonIdentifierProperty instances. -
Uses of ValueGeneration in org.hibernate.tuple.entity
Methods in org.hibernate.tuple.entity with parameters of type ValueGeneration Modifier and Type Method Description static org.hibernate.tuple.entity.EntityMetamodel.InDatabaseValueGenerationStrategyImpl
EntityMetamodel. create(SessionFactoryImplementor sessionFactoryImplementor, Property mappingProperty, ValueGeneration valueGeneration)
-
Uses of ValueGeneration in org.hibernate.type
Methods in org.hibernate.type that return ValueGeneration Modifier and Type Method Description ValueGeneration[]
ComponentType. getPropertyValueGenerationStrategies()
-