Uses of Enum Class
org.hibernate.action.queue.spi.MutationKind
Packages that use MutationKind
Package
Description
Service and decomposition contracts for Hibernate action queue implementations.
-
Uses of MutationKind in org.hibernate.action.queue.spi
Subclasses with type arguments of type MutationKind in org.hibernate.action.queue.spiMethods in org.hibernate.action.queue.spi that return MutationKindModifier and TypeMethodDescriptionStatementShapeKey.kind()Returns the value of thekindrecord component.static MutationKindReturns the enum constant of this class with the specified name.static MutationKind[]MutationKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hibernate.action.queue.spi with parameters of type MutationKindModifier and TypeMethodDescriptionstatic StatementShapeKeyStatementShapeKey.forMutation(String tableName, MutationKind kind, TableDescriptor tableDescriptor, MutationOperation mutationOperation) Constructors in org.hibernate.action.queue.spi with parameters of type MutationKindModifierConstructorDescriptionStatementShapeKey(String tableExpression, MutationKind kind, int shapeHash) Creates an instance of aStatementShapeKeyrecord class. -
Uses of MutationKind in org.hibernate.action.queue.spi.plan
Methods in org.hibernate.action.queue.spi.plan that return MutationKindConstructors in org.hibernate.action.queue.spi.plan with parameters of type MutationKindModifierConstructorDescriptionFlushOperation(TableDescriptor tableDescriptor, MutationKind kind, MutationOperation jdbcOperation, BindPlan bindPlan, int ordinal, String origin) FlushOperation(TableDescriptor tableDescriptor, MutationKind kind, MutationOperation jdbcOperation, BindPlan bindPlan, int ordinal, String origin, boolean needsIdPrePhase) FlushOperation(TableDescriptor tableDescriptor, MutationKind kind, MutationOperation jdbcOperation, BindPlan bindPlan, int ordinal, String origin, StatementShapeKey shapeKey) FlushOperation(TableDescriptor tableDescriptor, MutationKind kind, MutationOperation jdbcOperation, BindPlan bindPlan, int ordinal, String origin, StatementShapeKey shapeKey, boolean needsIdPrePhase)