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 ValueGenerationProperty. getValueGenerationStrategy()Methods in org.hibernate.mapping with parameters of type ValueGeneration Modifier and Type Method Description voidProperty. setValueGenerationStrategy(ValueGeneration valueGenerationStrategy) -
Uses of ValueGeneration in org.hibernate.tuple
Subinterfaces of ValueGeneration in org.hibernate.tuple Modifier and Type Interface Description interfaceAnnotationValueGeneration<A extends Annotation>AValueGenerationbased on a custom Java generator annotation type.Classes in org.hibernate.tuple that implement ValueGeneration Modifier and Type Class Description classCreationTimestampGenerationValue generation implementation forCreationTimestamp.classGeneratedValueGenerationAAnnotationValueGenerationwhich marks a property as generated in the database.classUpdateTimestampGenerationValue generation implementation forUpdateTimestamp.classVmValueGenerationAAnnotationValueGenerationwhich allows to specify theValueGeneratorto be used to determine the value of the annotated property.Methods in org.hibernate.tuple that return ValueGeneration Modifier and Type Method Description ValueGenerationAbstractNonIdentifierAttribute. getValueGenerationStrategy()ValueGenerationBaselineAttributeInformation. getValueGenerationStrategy()ValueGenerationNonIdentifierAttribute. getValueGenerationStrategy()Methods in org.hibernate.tuple with parameters of type ValueGeneration Modifier and Type Method Description BaselineAttributeInformation.BuilderBaselineAttributeInformation.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(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.InDatabaseValueGenerationStrategyImplEntityMetamodel. 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()
-