Uses of Interface
org.hibernate.metamodel.mapping.NonAggregatedIdentifierMapping
-
Packages that use NonAggregatedIdentifierMapping Package Description org.hibernate.metamodel.mapping.internal org.hibernate.query.derived org.hibernate.sql.results.graph.embeddable.internal -
-
Uses of NonAggregatedIdentifierMapping in org.hibernate.metamodel.mapping.internal
Classes in org.hibernate.metamodel.mapping.internal that implement NonAggregatedIdentifierMapping Modifier and Type Class Description class
InverseNonAggregatedIdentifierMapping
The inverse part of a "non-aggregated" composite identifier.class
NonAggregatedIdentifierMappingImpl
A "non-aggregated" composite identifier.Constructors in org.hibernate.metamodel.mapping.internal with parameters of type NonAggregatedIdentifierMapping Constructor Description IdClassEmbeddable(Component idClassSource, RootClass bootEntityDescriptor, NonAggregatedIdentifierMapping idMapping, EntityMappingType identifiedEntityMapping, String idTable, String[] idColumns, VirtualIdEmbeddable virtualIdEmbeddable, MappingModelCreationProcess creationProcess)
VirtualIdEmbeddable(Component virtualIdSource, NonAggregatedIdentifierMapping idMapping, EntityPersister identifiedEntityMapping, String rootTableExpression, String[] rootTableKeyColumnNames, MappingModelCreationProcess creationProcess)
-
Uses of NonAggregatedIdentifierMapping in org.hibernate.query.derived
Classes in org.hibernate.query.derived that implement NonAggregatedIdentifierMapping Modifier and Type Class Description class
AnonymousTupleNonAggregatedEntityIdentifierMapping
Constructors in org.hibernate.query.derived with parameters of type NonAggregatedIdentifierMapping Constructor Description AnonymousTupleNonAggregatedEntityIdentifierMapping(SqmExpressible<?> sqmExpressible, List<SqlSelection> sqlSelections, int selectionIndex, String selectionExpression, Set<String> compatibleTableExpressions, Set<Attribute<?,?>> attributes, DomainType<?> domainType, String componentName, NonAggregatedIdentifierMapping delegate)
-
Uses of NonAggregatedIdentifierMapping in org.hibernate.sql.results.graph.embeddable.internal
Constructors in org.hibernate.sql.results.graph.embeddable.internal with parameters of type NonAggregatedIdentifierMapping Constructor Description NonAggregatedIdentifierMappingFetch(NavigablePath navigablePath, NonAggregatedIdentifierMapping embeddedPartDescriptor, FetchParent fetchParent, FetchTiming fetchTiming, boolean hasTableGroup, DomainResultCreationState creationState)
NonAggregatedIdentifierMappingResult(NavigablePath navigablePath, NonAggregatedIdentifierMapping modelPart, String resultVariable, DomainResultCreationState creationState)
-