Uses of Interface
org.hibernate.sql.ast.tree.from.TableGroupJoinProducer
Packages that use TableGroupJoinProducer
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).
AST nodes representing root tables and joins in a SQL tree.
-
Uses of TableGroupJoinProducer in org.hibernate.metamodel.mapping
Subinterfaces of TableGroupJoinProducer 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
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) attribute -
Uses of TableGroupJoinProducer in org.hibernate.sql.ast.tree.from
Methods in org.hibernate.sql.ast.tree.from with parameters of type TableGroupJoinProducerModifier and TypeMethodDescriptiondefault TableGroupJoin
TableGroup.findCompatibleJoin
(TableGroupJoinProducer joinProducer, SqlAstJoinType requestedJoinType) CorrelatedTableGroup.findCompatibleJoinedGroup
(TableGroupJoinProducer joinProducer, SqlAstJoinType requestedJoinType) default TableGroup
TableGroup.findCompatibleJoinedGroup
(TableGroupJoinProducer joinProducer, SqlAstJoinType requestedJoinType) -
Uses of TableGroupJoinProducer in org.hibernate.sql.results.graph.embeddable
Subinterfaces of TableGroupJoinProducer in org.hibernate.sql.results.graph.embeddable