Uses of Interface
org.hibernate.metamodel.mapping.SelectableMappings
-
Packages that use SelectableMappings Package Description org.hibernate.metamodel.mapping Hibernate's run-time mapping model.org.hibernate.query.derived -
-
Uses of SelectableMappings in org.hibernate.metamodel.mapping
Subinterfaces of SelectableMappings in org.hibernate.metamodel.mapping Modifier and Type Interface Description interfaceEmbeddableMappingTypeDescribes an embeddable - the actual typestatic interfaceNonAggregatedIdentifierMapping.IdentifierValueMapperThink of an AttributeConverter for id values to account for representation difference between virtual and id-class mappingsMethods in org.hibernate.metamodel.mapping with parameters of type SelectableMappings Modifier and Type Method Description EmbeddableMappingTypeEmbeddableMappingType. createInverseMappingType(org.hibernate.metamodel.mapping.internal.EmbeddedAttributeMapping valueMapping, TableGroupProducer declaringTableGroupProducer, SelectableMappings selectableMappings, org.hibernate.metamodel.mapping.internal.MappingModelCreationProcess creationProcess) -
Uses of SelectableMappings in org.hibernate.query.derived
Classes in org.hibernate.query.derived that implement SelectableMappings Modifier and Type Class Description classAnonymousTupleEmbeddableValuedModelPartclassAnonymousTupleEmbeddedEntityIdentifierMappingclassAnonymousTupleNonAggregatedEntityIdentifierMappingMethods in org.hibernate.query.derived with parameters of type SelectableMappings Modifier and Type Method Description EmbeddableMappingTypeAnonymousTupleEmbeddableValuedModelPart. createInverseMappingType(org.hibernate.metamodel.mapping.internal.EmbeddedAttributeMapping valueMapping, TableGroupProducer declaringTableGroupProducer, SelectableMappings selectableMappings, org.hibernate.metamodel.mapping.internal.MappingModelCreationProcess creationProcess)
-