Uses of Package
org.hibernate.sql.model.jdbc
Packages that use org.hibernate.sql.model.jdbc
Package
Description
This package abstracts over the multifarious dialects of SQL
understood by the databases supported by Hibernate.
This package abstracts persistence mechanisms for collections.
Defines support for performing mutation operations against collections.
Package defining a SQL AST for use in generation of SQL.
Package defining support for creating and consuming a SQL AST.
Package contains specialized SQL AST nodes and builders for table mutations
of model parts
originating from normal persistence-context events.
SQL AST extensions for model mutations.
Support for building
TableMutation
references for persisting entity mutation eventsExtensions to
JdbcOperation
for model mutations.-
Classes in org.hibernate.sql.model.jdbc used by org.hibernate.dialect
-
Classes in org.hibernate.sql.model.jdbc used by org.hibernate.engine.jdbc.mutation.internal
-
Classes in org.hibernate.sql.model.jdbc used by org.hibernate.engine.jdbc.mutation.spi
-
Classes in org.hibernate.sql.model.jdbc used by org.hibernate.persister.collectionClassDescription
JdbcOperation
extension for model mutations stemming from persistence context flushes -
Classes in org.hibernate.sql.model.jdbc used by org.hibernate.persister.collection.mutationClassDescription
JdbcOperation
extension for model mutations stemming from persistence context flushes -
Classes in org.hibernate.sql.model.jdbc used by org.hibernate.sql.astClassDescription
JdbcOperation
extension for model mutations stemming from persistence context flushes -
Classes in org.hibernate.sql.model.jdbc used by org.hibernate.sql.ast.spiClassDescription
JdbcOperation
extension for model mutations stemming from persistence context flushes -
Classes in org.hibernate.sql.model.jdbc used by org.hibernate.sql.model
-
Classes in org.hibernate.sql.model.jdbc used by org.hibernate.sql.model.astClassDescriptionDescriptor for a table insert originating from a flush
JdbcOperation
extension for model mutations stemming from persistence context flushes -
Classes in org.hibernate.sql.model.jdbc used by org.hibernate.sql.model.ast.builderClassDescription
JdbcOperation
extension for model mutations stemming from persistence context flushes -
Classes in org.hibernate.sql.model.jdbc used by org.hibernate.sql.model.internalClassDescription
JdbcOperation
extension for model mutations stemming from persistence context flushes -
Classes in org.hibernate.sql.model.jdbc used by org.hibernate.sql.model.jdbcClassDescriptionDescriptor for a table insert originating from a flush
JdbcOperation
extension for model mutations stemming from persistence context flushesDescriptor for JDBC value within an operation.JdbcMutationOperation
implementation for UPSERT handling