Uses of Package
org.hibernate.sql.model.internal
-
Packages that use org.hibernate.sql.model.internal Package Description org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.org.hibernate.persister.collection.mutation Defines support for performing mutation operations against collections.org.hibernate.sql.ast Package defining a SQL AST for use in creating and executing various JDBC operationsorg.hibernate.sql.ast.spi Package defining support for creating and consuming SQL ASTorg.hibernate.sql.model.internal org.hibernate.sql.model.jdbc Extensions toJdbcOperation
for model mutations -
Classes in org.hibernate.sql.model.internal used by org.hibernate.dialect Class Description TableInsertStandard TableUpsert -
Classes in org.hibernate.sql.model.internal used by org.hibernate.persister.collection.mutation Class Description MutationOperationGroupSingle -
Classes in org.hibernate.sql.model.internal used by org.hibernate.sql.ast Class Description TableDeleteCustomSql Deletion defined using custom sql-deleteTableDeleteStandard TableInsertCustomSql Insertion defined using custom sql-insertTableInsertStandard TableUpdateCustomSql Update defined using custom sql-updateTableUpdateStandard -
Classes in org.hibernate.sql.model.internal used by org.hibernate.sql.ast.spi Class Description TableDeleteCustomSql Deletion defined using custom sql-deleteTableDeleteStandard TableInsertCustomSql Insertion defined using custom sql-insertTableInsertStandard TableUpdateCustomSql Update defined using custom sql-updateTableUpdateStandard -
Classes in org.hibernate.sql.model.internal used by org.hibernate.sql.model.internal Class Description AbstractMutationOperationGroup -
Classes in org.hibernate.sql.model.internal used by org.hibernate.sql.model.jdbc Class Description TableUpsert