Uses of Interface
org.hibernate.sql.results.graph.embeddable.EmbeddableValuedFetchable
-
Packages that use EmbeddableValuedFetchable Package Description org.hibernate.metamodel.internal org.hibernate.metamodel.mapping Hibernate's run-time mapping model.org.hibernate.metamodel.mapping.internal org.hibernate.query.derived org.hibernate.query.results.implicit Defines support for implicit ResultSet mappings.org.hibernate.sql.results.graph.embeddable.internal -
-
Uses of EmbeddableValuedFetchable in org.hibernate.metamodel.internal
Classes in org.hibernate.metamodel.internal that implement EmbeddableValuedFetchable Modifier and Type Class Description class
AbstractCompositeIdentifierMapping
Base implementation for composite identifier mappings -
Uses of EmbeddableValuedFetchable in org.hibernate.metamodel.mapping
Subinterfaces of EmbeddableValuedFetchable in org.hibernate.metamodel.mapping Modifier and Type Interface Description interface
NonAggregatedIdentifierMapping
A "non-aggregated" composite identifier, which means that the entity itself does not define a singular representation of its identifier like anEmbeddedId
does. -
Uses of EmbeddableValuedFetchable in org.hibernate.metamodel.mapping.internal
Classes in org.hibernate.metamodel.mapping.internal that implement EmbeddableValuedFetchable Modifier and Type Class Description class
EmbeddedAttributeMapping
class
EmbeddedCollectionPart
class
EmbeddedIdentifierMappingImpl
Support forEmbeddedId
class
InverseNonAggregatedIdentifierMapping
The inverse part of a "non-aggregated" composite identifier.class
NonAggregatedIdentifierMappingImpl
A "non-aggregated" composite identifier.class
VirtualEmbeddedAttributeMapping
-
Uses of EmbeddableValuedFetchable in org.hibernate.query.derived
Classes in org.hibernate.query.derived that implement EmbeddableValuedFetchable Modifier and Type Class Description class
AnonymousTupleNonAggregatedEntityIdentifierMapping
-
Uses of EmbeddableValuedFetchable in org.hibernate.query.results.implicit
Constructors in org.hibernate.query.results.implicit with parameters of type EmbeddableValuedFetchable Constructor Description ImplicitFetchBuilderEmbeddable(NavigablePath fetchPath, EmbeddableValuedFetchable fetchable, DomainResultCreationState creationState)
-
Uses of EmbeddableValuedFetchable in org.hibernate.sql.results.graph.embeddable.internal
Constructors in org.hibernate.sql.results.graph.embeddable.internal with parameters of type EmbeddableValuedFetchable Constructor Description EmbeddableFetchImpl(NavigablePath navigablePath, EmbeddableValuedFetchable embeddedPartDescriptor, FetchParent fetchParent, FetchTiming fetchTiming, boolean hasTableGroup, DomainResultCreationState creationState)
-