接口的使用
org.hibernate.tuple.ValueGeneration
-
使用ValueGeneration的程序包 程序包 说明 org.hibernate.mapping This package defines the Hibernate configuration-time metamodel.org.hibernate.tuple This package defines a runtime metamodel for entities at the object level and abstracts the differences between the various entity modes.org.hibernate.tuple.entity org.hibernate.type A Hibernate Type is a strategy for mapping a Java property type to a JDBC type or types. -
-
org.hibernate.mapping中ValueGeneration的使用
返回ValueGeneration的org.hibernate.mapping中的方法 修饰符和类型 方法 说明 ValueGenerationProperty. getValueGenerationStrategy()参数类型为ValueGeneration的org.hibernate.mapping中的方法 修饰符和类型 方法 说明 voidProperty. setValueGenerationStrategy(ValueGeneration valueGenerationStrategy) -
org.hibernate.tuple中ValueGeneration的使用
org.hibernate.tuple中ValueGeneration的子接口 修饰符和类型 接口 说明 interfaceAnnotationValueGeneration<A extends Annotation>AValueGenerationbased on a custom Java generator annotation type.实现ValueGeneration的org.hibernate.tuple中的类 修饰符和类型 类 说明 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.返回ValueGeneration的org.hibernate.tuple中的方法 修饰符和类型 方法 说明 ValueGenerationAbstractNonIdentifierAttribute. getValueGenerationStrategy()ValueGenerationBaselineAttributeInformation. getValueGenerationStrategy()ValueGenerationNonIdentifierAttribute. getValueGenerationStrategy()参数类型为ValueGeneration的org.hibernate.tuple中的方法 修饰符和类型 方法 说明 BaselineAttributeInformation.BuilderBaselineAttributeInformation.Builder. setValueGenerationStrategy(ValueGeneration valueGenerationStrategy)参数类型为ValueGeneration的org.hibernate.tuple中的构造器 构造器 说明 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)已过时。Constructs NonIdentifierProperty instances. -
org.hibernate.tuple.entity中ValueGeneration的使用
参数类型为ValueGeneration的org.hibernate.tuple.entity中的方法 修饰符和类型 方法 说明 static org.hibernate.tuple.entity.EntityMetamodel.InDatabaseValueGenerationStrategyImplEntityMetamodel. create(SessionFactoryImplementor sessionFactoryImplementor, Property mappingProperty, ValueGeneration valueGeneration) -
org.hibernate.type中ValueGeneration的使用
返回ValueGeneration的org.hibernate.type中的方法 修饰符和类型 方法 说明 ValueGeneration[]ComponentType. getPropertyValueGenerationStrategies()
-