Uses of Interface
org.hibernate.metamodel.mapping.NonAggregatedIdentifierMapping
-
Packages that use NonAggregatedIdentifierMapping Package Description org.hibernate.metamodel.mapping.internal org.hibernate.query.derived -
-
Uses of NonAggregatedIdentifierMapping in org.hibernate.metamodel.mapping.internal
Classes in org.hibernate.metamodel.mapping.internal that implement NonAggregatedIdentifierMapping Modifier and Type Class Description classInverseNonAggregatedIdentifierMappingThe inverse part of a "non-aggregated" composite identifier.classNonAggregatedIdentifierMappingImplA "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 classAnonymousTupleNonAggregatedEntityIdentifierMappingConstructors in org.hibernate.query.derived with parameters of type NonAggregatedIdentifierMapping Constructor Description AnonymousTupleNonAggregatedEntityIdentifierMapping(Map<String,ModelPart> modelParts, DomainType<?> domainType, String componentName, NonAggregatedIdentifierMapping delegate)
-