Uses of Interface
org.hibernate.metamodel.mapping.NonAggregatedIdentifierMapping
-
Packages that use NonAggregatedIdentifierMapping Package Description org.hibernate.query.derived -
-
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(SqmExpressible<?> sqmExpressible, List<SqlSelection> sqlSelections, int selectionIndex, String selectionExpression, Set<String> compatibleTableExpressions, Set<Attribute<?,?>> attributes, DomainType<?> domainType, String componentName, NonAggregatedIdentifierMapping delegate)
-