Uses of Interface
org.hibernate.engine.jdbc.mutation.spi.JdbcValueDescriptorAccess
Packages that use JdbcValueDescriptorAccess
Package
Description
Package contains specialized SQL AST nodes and builders for table mutations
of model parts
originating from normal persistence-context events.
Extensions to
JdbcOperation for model mutations.-
Uses of JdbcValueDescriptorAccess in org.hibernate.action.queue.spi.bind
Constructors in org.hibernate.action.queue.spi.bind with parameters of type JdbcValueDescriptorAccessModifierConstructorDescriptionJdbcValueBindings(TableDescriptor tableDescriptor, JdbcValueDescriptorAccess jdbcValueDescriptorAccess) -
Uses of JdbcValueDescriptorAccess in org.hibernate.engine.jdbc.mutation.spi
Methods in org.hibernate.engine.jdbc.mutation.spi with parameters of type JdbcValueDescriptorAccessModifier and TypeMethodDescriptionJdbcValueBindingsFactory.create(MutationOperation operation, JdbcValueDescriptorAccess jdbcValueDescriptorAccess, SharedSessionContractImplementor session) Create theJdbcValueBindingsImplementorto use for processing the given operation. -
Uses of JdbcValueDescriptorAccess in org.hibernate.sql.model
Subinterfaces of JdbcValueDescriptorAccess in org.hibernate.sql.modelModifier and TypeInterfaceDescriptioninterfaceMutation for a specific table as part of a logical mutation on the entity.interfaceMutationOperation that is capable of being handled as a JDBCPreparedStatementPerson ( PERSON, PERSON_SUPP ) - PERSON_SUPP is optional secondary tableinterfaceExtension to MutationOperation for cases where the operation wants to handle execution itself. -
Uses of JdbcValueDescriptorAccess in org.hibernate.sql.model.jdbc
Subinterfaces of JdbcValueDescriptorAccess in org.hibernate.sql.model.jdbcModifier and TypeInterfaceDescriptioninterfaceJdbcOperationextension for model mutations stemming from persistence context flushesClasses in org.hibernate.sql.model.jdbc that implement JdbcValueDescriptorAccessModifier and TypeClassDescriptionclassclassclassclassDescriptor for a table insert originating from a flushclassDescribes the update of a single tableclassJdbcMutationOperationimplementation for MERGE handlingclassLegacy "upsert" handling, conditionally using INSERT, UPDATE and DELETE statements as required for optional secondary tables.classUsesOptionalTableInsertfor the insert operation, to avoid primary key constraint violations when inserting only primary key columns.classJdbcMutationOperationimplementation for UPSERT handling