Uses of Package
org.hibernate.query.sqm.internal
-
Packages that use org.hibernate.query.sqm.internal Package Description org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.org.hibernate.internal An internal package containing implementations of central Hibernate APIs, mostly defined inorg.hibernate
.org.hibernate.query.spi Contains a range of internal abstractions for dealing with query execution, query plans, query options, and query parameters.org.hibernate.query.sqm.internal Package for the SQM-backed Query implementation detailsorg.hibernate.query.sqm.mutation.internal org.hibernate.query.sqm.mutation.internal.cte org.hibernate.query.sqm.mutation.internal.inline org.hibernate.query.sqm.mutation.internal.temptable Support for multi-table SQM mutation (insert, update, delete) operations using a table to temporarily hold the matching ids.org.hibernate.query.sqm.mutation.spi SPI for handling SQM UPDATE and DELETE queriesorg.hibernate.query.sqm.sql Package for the translation of SQM into SQL ASTorg.hibernate.query.sqm.sql.internal org.hibernate.query.sqm.tree This package contains the classes that make up the SQM tree nodes.org.hibernate.query.sqm.tree.delete Nodes representingdelete
statements in the SQM tree.org.hibernate.query.sqm.tree.expression Nodes representing expressions in the SQM tree.org.hibernate.query.sqm.tree.insert Nodes representinginsert
statements in the SQM tree.org.hibernate.query.sqm.tree.select Nodes representingselect
statements in the SQM tree.org.hibernate.query.sqm.tree.update Nodes representingupdate
statements in the SQM tree. -
Classes in org.hibernate.query.sqm.internal used by org.hibernate.dialect Class Description DomainParameterXref Maintains a cross-reference between SqmParameter and QueryParameter references. -
Classes in org.hibernate.query.sqm.internal used by org.hibernate.internal Class Description SqmSelectionQueryImpl -
Classes in org.hibernate.query.sqm.internal used by org.hibernate.query.spi Class Description DomainParameterXref Maintains a cross-reference between SqmParameter and QueryParameter references.SqmCriteriaNodeBuilder Acts as a JPACriteriaBuilder
by using SQM nodes as the JPA Criteria nodes -
Classes in org.hibernate.query.sqm.internal used by org.hibernate.query.sqm.internal Class Description DomainParameterXref Maintains a cross-reference between SqmParameter and QueryParameter references.SqmCreationProcessingStateImpl SqmInterpretationsKey SqmInterpretationsKey.CacheabilityInfluencers SqmInterpretationsKey.InterpretationsKeySource SqmJdbcExecutionContextAdapter ExecutionContext adapter delegating to a DomainQueryExecutionContext -
Classes in org.hibernate.query.sqm.internal used by org.hibernate.query.sqm.mutation.internal Class Description DomainParameterXref Maintains a cross-reference between SqmParameter and QueryParameter references. -
Classes in org.hibernate.query.sqm.internal used by org.hibernate.query.sqm.mutation.internal.cte Class Description DomainParameterXref Maintains a cross-reference between SqmParameter and QueryParameter references. -
Classes in org.hibernate.query.sqm.internal used by org.hibernate.query.sqm.mutation.internal.inline Class Description DomainParameterXref Maintains a cross-reference between SqmParameter and QueryParameter references. -
Classes in org.hibernate.query.sqm.internal used by org.hibernate.query.sqm.mutation.internal.temptable Class Description DomainParameterXref Maintains a cross-reference between SqmParameter and QueryParameter references. -
Classes in org.hibernate.query.sqm.internal used by org.hibernate.query.sqm.mutation.spi Class Description DomainParameterXref Maintains a cross-reference between SqmParameter and QueryParameter references. -
Classes in org.hibernate.query.sqm.internal used by org.hibernate.query.sqm.sql Class Description DomainParameterXref Maintains a cross-reference between SqmParameter and QueryParameter references. -
Classes in org.hibernate.query.sqm.internal used by org.hibernate.query.sqm.sql.internal Class Description DomainParameterXref Maintains a cross-reference between SqmParameter and QueryParameter references. -
Classes in org.hibernate.query.sqm.internal used by org.hibernate.query.sqm.tree Class Description ParameterCollector todo (6.0) : how is this different fromParameterCollector
? -
Classes in org.hibernate.query.sqm.internal used by org.hibernate.query.sqm.tree.delete Class Description ParameterCollector todo (6.0) : how is this different fromParameterCollector
? -
Classes in org.hibernate.query.sqm.internal used by org.hibernate.query.sqm.tree.expression Class Description SqmCriteriaNodeBuilder Acts as a JPACriteriaBuilder
by using SQM nodes as the JPA Criteria nodes -
Classes in org.hibernate.query.sqm.internal used by org.hibernate.query.sqm.tree.insert Class Description ParameterCollector todo (6.0) : how is this different fromParameterCollector
? -
Classes in org.hibernate.query.sqm.internal used by org.hibernate.query.sqm.tree.select Class Description ParameterCollector todo (6.0) : how is this different fromParameterCollector
? -
Classes in org.hibernate.query.sqm.internal used by org.hibernate.query.sqm.tree.update Class Description ParameterCollector todo (6.0) : how is this different fromParameterCollector
?SqmCriteriaNodeBuilder Acts as a JPACriteriaBuilder
by using SQM nodes as the JPA Criteria nodes