Uses of Interface
org.hibernate.tuple.ValueGenerator
-
Packages that use ValueGenerator Package Description org.hibernate.annotations A set of mapping annotations which extend the O/R mapping annotations defined by JPA.org.hibernate.tuple Most contracts here have been replaced by the new runtime mapping model. -
-
Uses of ValueGenerator in org.hibernate.annotations
Methods in org.hibernate.annotations that return types with arguments of type ValueGenerator Modifier and Type Method Description Class<? extends ValueGenerator<?>>
type()
Deprecated.A class that implementsValueGenerator
, which will be called to generate values of the annotated field or property. -
Uses of ValueGenerator in org.hibernate.tuple
Methods in org.hibernate.tuple that return ValueGenerator Modifier and Type Method Description static <T> ValueGenerator<T>
TimestampGenerators. get(Class<T> type)
Deprecated.ValueGenerator<?>
CreationTimestampGeneration. getValueGenerator()
Deprecated.ValueGenerator<?>
UpdateTimestampGeneration. getValueGenerator()
Deprecated.ValueGenerator<?>
ValueGeneration. getValueGenerator()
Deprecated, for removal: This API element is subject to removal in a future version.Obtain the Java value generator, if the value is generated in Java, or returnnull
if the value is generated by the database.
-