Package org.hibernate.tuple
Class VmValueGeneration
java.lang.Object
org.hibernate.tuple.VmValueGeneration
- All Implemented Interfaces:
Serializable,BeforeExecutionGenerator,Generator
@Internal
@Deprecated(since="6.2")
public class VmValueGeneration
extends Object
implements BeforeExecutionGenerator
Deprecated.
A
BeforeExecutionGenerator which delegates to a ValueGenerator.
Underlies the GeneratorType annotation.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongenerate(SharedSessionContractImplementor session, Object owner, Object currentValue, EventType eventType) Deprecated.Generate a value.Deprecated.The event types for which this generator should be called to produce a new value.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hibernate.generator.BeforeExecutionGenerator
generatedOnExecutionMethods inherited from interface org.hibernate.generator.Generator
allowAssignedIdentifiers, generatedOnExecution, generatesOnInsert, generatesOnUpdate, generatesSometimes
-
Constructor Details
-
VmValueGeneration
Deprecated.
-
-
Method Details
-
getEventTypes
Deprecated.Description copied from interface:GeneratorThe event types for which this generator should be called to produce a new value.Identifier generators must return
EventTypeSets.INSERT_ONLY.- Specified by:
getEventTypesin interfaceGenerator- Returns:
- a set of
EventTypes.
-
GeneratorTypeis deprecated