Uses of Record Class
org.hibernate.action.queue.spi.StatementShapeKey
Packages that use StatementShapeKey
Package
Description
Service and decomposition contracts for Hibernate action queue implementations.
-
Uses of StatementShapeKey in org.hibernate.action.queue.spi
Methods in org.hibernate.action.queue.spi that return StatementShapeKeyModifier and TypeMethodDescriptionstatic StatementShapeKeyStatementShapeKey.forDelete(String tableName, FlushOperation flushOperation) static StatementShapeKeyStatementShapeKey.forInsert(String tableName, FlushOperation flushOperation) static StatementShapeKeyStatementShapeKey.forMutation(String tableName, MutationKind kind, TableDescriptor tableDescriptor, MutationOperation mutationOperation) static StatementShapeKeystatic StatementShapeKeyStatementShapeKey.forUpdate(String tableName, FlushOperation flushOperation) static StatementShapeKeyStatementShapeKey.forUpdateOrder(String tableName, FlushOperation flushOperation) -
Uses of StatementShapeKey in org.hibernate.action.queue.spi.plan
Methods in org.hibernate.action.queue.spi.plan that return StatementShapeKeyConstructors in org.hibernate.action.queue.spi.plan with parameters of type StatementShapeKeyModifierConstructorDescriptionFlushOperation(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)