Uses of Interface
org.hibernate.sql.ast.tree.from.TableGroupJoinProducer
-
Packages that use TableGroupJoinProducer Package Description org.hibernate.metamodel.internal org.hibernate.metamodel.mapping Hibernate's run-time mapping model.org.hibernate.metamodel.mapping.internal 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 class
AbstractCompositeIdentifierMapping
Base 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 interface
DiscriminatedAssociationModelPart
A discriminated association.interface
EmbeddableValuedModelPart
Describes the mapping of an embeddable (composite).interface
EntityAssociationMapping
Commonality between `many-to-one`, `one-to-one` and `any`, as well as entity-valued collection elements and map-keysinterface
NonAggregatedIdentifierMapping
A "non-aggregated" composite identifier, which means that the entity itself does not define a singular representation of its identifier like anEmbeddedId
does.interface
PluralAttributeMapping
Mapping 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 class
DiscriminatedAssociationAttributeMapping
Singular, any-valued attributeclass
DiscriminatedCollectionPart
class
EmbeddedAttributeMapping
class
EmbeddedCollectionPart
class
EmbeddedIdentifierMappingImpl
Support forEmbeddedId
class
EntityCollectionPart
class
InverseNonAggregatedIdentifierMapping
The inverse part of a "non-aggregated" composite identifier.class
NonAggregatedIdentifierMappingImpl
A "non-aggregated" composite identifier.class
PluralAttributeMappingImpl
class
ToOneAttributeMapping
class
VirtualEmbeddedAttributeMapping
-
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 interface
EmbeddableValuedFetchable
-