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 classAbstractCompositeIdentifierMappingBase 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 interfaceNonAggregatedIdentifierMappingA "non-aggregated" composite identifier, which means that the entity itself does not define a singular representation of its identifier like anEmbeddedIddoes. -
Uses of EmbeddableValuedFetchable in org.hibernate.metamodel.mapping.internal
Classes in org.hibernate.metamodel.mapping.internal that implement EmbeddableValuedFetchable Modifier and Type Class Description classEmbeddedAttributeMappingclassEmbeddedCollectionPartclassEmbeddedIdentifierMappingImplSupport forEmbeddedIdclassInverseNonAggregatedIdentifierMappingThe inverse part of a "non-aggregated" composite identifier.classNonAggregatedIdentifierMappingImplA "non-aggregated" composite identifier.classVirtualEmbeddedAttributeMapping -
Uses of EmbeddableValuedFetchable in org.hibernate.query.derived
Classes in org.hibernate.query.derived that implement EmbeddableValuedFetchable Modifier and Type Class Description classAnonymousTupleNonAggregatedEntityIdentifierMapping -
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)
-