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.metamodel.mapping.internal 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(EmbeddedAttributeMapping valueMapping, TableGroupProducer declaringTableGroupProducer, SelectableMappings selectableMappings, MappingModelCreationProcess creationProcess) -
Uses of SelectableMappings in org.hibernate.metamodel.mapping.internal
Classes in org.hibernate.metamodel.mapping.internal that implement SelectableMappings Modifier and Type Class Description classAbstractEmbeddableMappingBase support for EmbeddableMappingType implementationsclassEmbeddableMappingTypeImplDescribes a "normal" embeddable.classIdClassEmbeddableEmbeddableMappingType implementation describing anIdClassclassSelectableMappingsImplclassVirtualIdEmbeddableEmbeddable describing the virtual-id aspect of a non-aggregated composite idMethods in org.hibernate.metamodel.mapping.internal that return SelectableMappings Modifier and Type Method Description static SelectableMappingsSelectableMappingsImpl. from(String containingTableExpression, Value value, int[] propertyOrder, Mapping mapping, TypeConfiguration typeConfiguration, Dialect dialect, SqmFunctionRegistry sqmFunctionRegistry)static SelectableMappingsSelectableMappingsImpl. from(EmbeddableMappingType embeddableMappingType) -
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(EmbeddedAttributeMapping valueMapping, TableGroupProducer declaringTableGroupProducer, SelectableMappings selectableMappings, MappingModelCreationProcess creationProcess)
-