Uses of Interface
org.hibernate.sql.ast.tree.from.TableGroupProducer
Packages that use TableGroupProducer
Package
Description
Defines the runtime mapping metamodel, which describes the mapping
of the application's domain model parts (entities, attributes) to
relational database objects (tables, columns).
This package abstracts persistence mechanisms for entities.
Package defining support for creating and consuming a SQL AST.
AST nodes representing root tables and joins in a SQL tree.
-
Uses of TableGroupProducer in org.hibernate.loader.ast.spi
Subinterfaces of TableGroupProducer in org.hibernate.loader.ast.spiModifier and TypeInterfaceDescriptioninterface
Common details for things that can be loaded by a loader - generally entities and plural attributes (collections). -
Uses of TableGroupProducer in org.hibernate.metamodel.mapping
Subinterfaces of TableGroupProducer in org.hibernate.metamodel.mappingModifier and TypeInterfaceDescriptioninterface
Mapping for a composite identifierinterface
A discriminated association.interface
Describes the mapping of an embeddable (composite).interface
Commonality between `many-to-one`, `one-to-one` and `any`, as well as entity-valued collection elements and map-keysinterface
Mapping of an entityinterface
A "non-aggregated" composite identifier, which means that the entity itself does not define a singular representation of its identifier like an aggregated mapping does.interface
Mapping of a plural (collection-valued) attributeMethods in org.hibernate.metamodel.mapping with parameters of type TableGroupProducerModifier and TypeMethodDescriptionEmbeddableMappingType.createInverseMappingType
(org.hibernate.metamodel.mapping.internal.EmbeddedAttributeMapping valueMapping, TableGroupProducer declaringTableGroupProducer, SelectableMappings selectableMappings, org.hibernate.metamodel.mapping.internal.MappingModelCreationProcess creationProcess) ForeignKeyDescriptor.withKeySelectionMapping
(ManagedMappingType declaringType, TableGroupProducer declaringTableGroupProducer, IntFunction<SelectableMapping> selectableMappingAccess, org.hibernate.metamodel.mapping.internal.MappingModelCreationProcess creationProcess) Return a copy of this foreign key descriptor with the selectable mappings as provided by the given accessor. -
Uses of TableGroupProducer in org.hibernate.persister.entity
Subinterfaces of TableGroupProducer in org.hibernate.persister.entityClasses in org.hibernate.persister.entity that implement TableGroupProducerModifier and TypeClassDescriptionclass
Basic functionality for persisting an entity via JDBC, using either generated or custom SQL.class
AnEntityPersister
implementing the normalizedInheritanceType.JOINED
inheritance mapping strategy for an entity and its inheritance hierarchy.class
The default implementation of theEntityPersister
interface.class
AnEntityPersister
implementing theInheritanceType.TABLE_PER_CLASS
mapping strategy for an entity and its inheritance hierarchy. -
Uses of TableGroupProducer in org.hibernate.sql.ast.spi
Methods in org.hibernate.sql.ast.spi with parameters of type TableGroupProducerModifier and TypeMethodDescriptionstatic SqlAliasBase
SqlAliasBase.from
(SqlAliasBase explicitBase, String explicitSourceAlias, TableGroupProducer producer, SqlAliasBaseGenerator generator) -
Uses of TableGroupProducer in org.hibernate.sql.ast.tree.from
Subinterfaces of TableGroupProducer in org.hibernate.sql.ast.tree.fromModifier and TypeInterfaceDescriptioninterface
Contract for things that can produce theTableGroup
that is a root of afrom-clause
interface
Methods in org.hibernate.sql.ast.tree.from that return TableGroupProducerMethods in org.hibernate.sql.ast.tree.from with parameters of type TableGroupProducerModifier and TypeMethodDescriptionboolean
LazyTableGroup.ParentTableGroupUseChecker.canUseParentTableGroup
(TableGroupProducer producer, NavigablePath navigablePath, ValuedModelPart valuedModelPart) Constructors in org.hibernate.sql.ast.tree.from with parameters of type TableGroupProducerModifierConstructorDescriptionFunctionTableGroup
(NavigablePath navigablePath, TableGroupProducer tableGroupProducer, FunctionExpression functionExpression, String sourceAlias, List<String> columnNames, Set<String> compatibleTableExpressions, boolean lateral, boolean canUseInnerJoins, boolean rendersIdentifierVariable, SessionFactoryImplementor sessionFactory) LazyTableGroup
(boolean canUseInnerJoins, NavigablePath navigablePath, boolean fetched, Supplier<TableGroup> tableGroupSupplier, LazyTableGroup.ParentTableGroupUseChecker parentTableGroupUseChecker, TableGroupProducer tableGroupProducer, String sourceAlias, SqlAliasBase sqlAliasBase, SessionFactoryImplementor sessionFactory, TableGroup parentTableGroup) MappedByTableGroup
(NavigablePath navigablePath, TableGroupProducer producer, TableGroup underlyingTableGroup, boolean fetched, TableGroup parentTableGroup, LazyTableGroup.ParentTableGroupUseChecker parentTableGroupUseChecker) QueryPartTableGroup
(NavigablePath navigablePath, TableGroupProducer tableGroupProducer, SelectStatement selectStatement, String sourceAlias, List<String> columnNames, boolean lateral, boolean canUseInnerJoins, SessionFactoryImplementor sessionFactory) QueryPartTableGroup
(NavigablePath navigablePath, TableGroupProducer tableGroupProducer, SelectStatement selectStatement, String sourceAlias, List<String> columnNames, Set<String> compatibleTableExpressions, boolean lateral, boolean canUseInnerJoins, SessionFactoryImplementor sessionFactory) StandardTableGroup
(boolean canUseInnerJoins, NavigablePath navigablePath, TableGroupProducer tableGroupProducer, boolean fetched, String sourceAlias, TableReference primaryTableReference, boolean realTableGroup, SqlAliasBase sqlAliasBase, Predicate<String> tableReferenceJoinNameChecker, BiFunction<String, TableGroup, TableReferenceJoin> tableReferenceJoinCreator, SessionFactoryImplementor sessionFactory) StandardTableGroup
(boolean canUseInnerJoins, NavigablePath navigablePath, TableGroupProducer tableGroupProducer, String sourceAlias, TableReference primaryTableReference, boolean realTableGroup, SqlAliasBase sqlAliasBase, Predicate<String> tableReferenceJoinNameChecker, BiFunction<String, TableGroup, TableReferenceJoin> tableReferenceJoinCreator, SessionFactoryImplementor sessionFactory) StandardTableGroup
(boolean canUseInnerJoins, NavigablePath navigablePath, TableGroupProducer tableGroupProducer, String sourceAlias, TableReference primaryTableReference, SqlAliasBase sqlAliasBase, SessionFactoryImplementor sessionFactory) ValuesTableGroup
(NavigablePath navigablePath, TableGroupProducer tableGroupProducer, List<Values> valuesList, String sourceAlias, List<String> columnNames, boolean canUseInnerJoins, SessionFactoryImplementor sessionFactory) -
Uses of TableGroupProducer in org.hibernate.sql.results.graph.embeddable
Subinterfaces of TableGroupProducer in org.hibernate.sql.results.graph.embeddable