Uses of Interface
org.hibernate.tuple.ValueGenerator
-
Packages that use ValueGenerator Package Description org.hibernate.annotations Package containing all Hibernate's specific annotations.org.hibernate.metamodel.mapping Hibernate's run-time mapping model.org.hibernate.metamodel.mapping.internal org.hibernate.tuple -
-
Uses of ValueGenerator in org.hibernate.annotations
Methods in org.hibernate.annotations that return ValueGenerator Modifier and Type Method Description ValueGenerator<?>
CurrentTimestampGeneration. getValueGenerator()
Methods in org.hibernate.annotations that return types with arguments of type ValueGenerator Modifier and Type Method Description Class<? extends ValueGenerator<?>>
type()
Deprecated.The value generator type -
Uses of ValueGenerator in org.hibernate.metamodel.mapping
Constructors in org.hibernate.metamodel.mapping with parameters of type ValueGenerator Constructor Description InMemoryGeneratedValueResolver(ValueGenerator valueGenerator, GenerationTiming generationTiming)
-
Uses of ValueGenerator in org.hibernate.metamodel.mapping.internal
Methods in org.hibernate.metamodel.mapping.internal that return ValueGenerator Modifier and Type Method Description ValueGenerator<?>
NoValueGeneration. getValueGenerator()
-
Uses of ValueGenerator in org.hibernate.tuple
Classes in org.hibernate.tuple that implement ValueGenerator Modifier and Type Class Description class
TenantIdGeneration
Value generation implementation forTenantId
.Methods in org.hibernate.tuple that return ValueGenerator Modifier and Type Method Description ValueGenerator<?>
CreationTimestampGeneration. getValueGenerator()
ValueGenerator<?>
GeneratedAlwaysValueGeneration. getValueGenerator()
ValueGenerator<?>
GeneratedValueGeneration. getValueGenerator()
ValueGenerator<?>
InMemoryValueGenerationStrategy. getValueGenerator()
Obtain the in-VM value generator.ValueGenerator<?>
TenantIdGeneration. getValueGenerator()
ValueGenerator<?>
UpdateTimestampGeneration. getValueGenerator()
ValueGenerator<?>
ValueGeneration. getValueGenerator()
Obtain the in-VM value generator.ValueGenerator<?>
VmValueGeneration. getValueGenerator()
-