Uses of Interface
org.hibernate.sql.ast.tree.from.TableGroupJoinProducer
-
Packages that use TableGroupJoinProducer Package Description org.hibernate.metamodel.internal org.hibernate.metamodel.mapping Defines the runtime mapping metamodel, which describes the mapping of the application's domain model parts (entities, attributes) to relational database objects (tables, columns).org.hibernate.metamodel.mapping.internal org.hibernate.query.derived org.hibernate.sql.ast.tree.from AST nodes representing root tables and joins in a SQL tree.org.hibernate.sql.results.graph.embeddable -
-
Uses of TableGroupJoinProducer in org.hibernate.metamodel.internal
Classes in org.hibernate.metamodel.internal that implement TableGroupJoinProducer Modifier and Type Class Description classAbstractCompositeIdentifierMappingBase implementation for composite identifier mappings -
Uses of TableGroupJoinProducer in org.hibernate.metamodel.mapping
Subinterfaces of TableGroupJoinProducer in org.hibernate.metamodel.mapping Modifier and Type Interface Description interfaceCompositeIdentifierMappingMapping for a composite identifierinterfaceDiscriminatedAssociationModelPartA discriminated association.interfaceEmbeddableValuedModelPartDescribes the mapping of an embeddable (composite).interfaceEntityAssociationMappingCommonality between `many-to-one`, `one-to-one` and `any`, as well as entity-valued collection elements and map-keysinterfaceNonAggregatedIdentifierMappingA "non-aggregated" composite identifier, which means that the entity itself does not define a singular representation of its identifier like an aggregated mapping does.interfacePluralAttributeMappingMapping of a plural (collection-valued) attribute -
Uses of TableGroupJoinProducer in org.hibernate.metamodel.mapping.internal
Classes in org.hibernate.metamodel.mapping.internal that implement TableGroupJoinProducer Modifier and Type Class Description classDiscriminatedAssociationAttributeMappingSingular, any-valued attributeclassDiscriminatedCollectionPartclassEmbeddedAttributeMappingclassEmbeddedCollectionPartclassEmbeddedIdentifierMappingImplSupport forEmbeddedIdclassInverseNonAggregatedIdentifierMappingThe inverse part of a "non-aggregated" composite identifier.classManyToManyCollectionPartEntity-valued collection-part mapped through a join table.classNonAggregatedIdentifierMappingImplA "non-aggregated" composite identifier.classOneToManyCollectionPartorder( id, ...classPluralAttributeMappingImplclassToOneAttributeMappingclassVirtualEmbeddedAttributeMapping -
Uses of TableGroupJoinProducer in org.hibernate.query.derived
Classes in org.hibernate.query.derived that implement TableGroupJoinProducer Modifier and Type Class Description classAnonymousTupleEmbeddableValuedModelPartclassAnonymousTupleEmbeddedEntityIdentifierMappingclassAnonymousTupleEntityValuedModelPartclassAnonymousTupleNonAggregatedEntityIdentifierMapping -
Uses of TableGroupJoinProducer in org.hibernate.sql.ast.tree.from
Methods in org.hibernate.sql.ast.tree.from with parameters of type TableGroupJoinProducer Modifier and Type Method Description default TableGroupJoinTableGroup. findCompatibleJoin(TableGroupJoinProducer joinProducer, SqlAstJoinType requestedJoinType)TableGroupCorrelatedTableGroup. findCompatibleJoinedGroup(TableGroupJoinProducer joinProducer, SqlAstJoinType requestedJoinType)default TableGroupTableGroup. 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 Modifier and Type Interface Description interfaceEmbeddableValuedFetchable
-