Uses of Interface
org.hibernate.metamodel.mapping.SelectableMapping
-
Packages that use SelectableMapping Package Description org.hibernate.metamodel.mapping Hibernate's run-time mapping model.org.hibernate.query.derived org.hibernate.sql.ast.spi Package defining support for creating and consuming SQL ASTorg.hibernate.sql.ast.tree.expression Contracts related to expressions in a SQL tree -
-
Uses of SelectableMapping in org.hibernate.metamodel.mapping
Subinterfaces of SelectableMapping in org.hibernate.metamodel.mapping Modifier and Type Interface Description interfaceBasicEntityIdentifierMappingMapping for a simple identifierinterfaceBasicValuedModelPartDescribes a ModelPart which is a basic value, either aBasicattribute a basic-valued collection partinterfaceCollectionIdentifierDescriptorDescriptor for the collection identifier.interfaceEntityDiscriminatorMappinginterfaceEntityVersionMappingDescribes the mapping of an entity's versionMethods in org.hibernate.metamodel.mapping that return SelectableMapping Modifier and Type Method Description SelectableMappingSelectableMappings. getSelectable(int columnIndex)Get the selectable at the given positionMethods in org.hibernate.metamodel.mapping with parameters of type SelectableMapping Modifier and Type Method Description voidSelectableConsumer. accept(int selectionIndex, SelectableMapping selectableMapping)Accept the selectable mapping.voidModelPart.JdbcValueConsumer. consume(Object value, SelectableMapping jdbcValueMapping)Method parameters in org.hibernate.metamodel.mapping with type arguments of type SelectableMapping Modifier and Type Method Description ForeignKeyDescriptorForeignKeyDescriptor. withKeySelectionMapping(ManagedMappingType declaringType, TableGroupProducer declaringTableGroupProducer, IntFunction<SelectableMapping> selectableMappingAccess, org.hibernate.metamodel.mapping.internal.MappingModelCreationProcess creationProcess)Return a copy of this foreign key descriptor with the selectable mappings as provided by the given accessor. -
Uses of SelectableMapping in org.hibernate.query.derived
Classes in org.hibernate.query.derived that implement SelectableMapping Modifier and Type Class Description classAnonymousTupleBasicEntityIdentifierMappingclassAnonymousTupleBasicValuedModelPartMethods in org.hibernate.query.derived that return SelectableMapping Modifier and Type Method Description SelectableMappingAnonymousTupleEmbeddableValuedModelPart. getSelectable(int columnIndex) -
Uses of SelectableMapping in org.hibernate.sql.ast.spi
Methods in org.hibernate.sql.ast.spi with parameters of type SelectableMapping Modifier and Type Method Description static StringSqlExpressionResolver. createColumnReferenceKey(TableReference tableReference, SelectableMapping selectable)Convenience form for creating a key from TableReference and SelectableMapping -
Uses of SelectableMapping in org.hibernate.sql.ast.tree.expression
Constructors in org.hibernate.sql.ast.tree.expression with parameters of type SelectableMapping Constructor Description ColumnReference(String qualifier, SelectableMapping selectableMapping, SessionFactoryImplementor sessionFactory)ColumnReference(String qualifier, SelectableMapping selectableMapping, JdbcMapping jdbcMapping, SessionFactoryImplementor sessionFactory)ColumnReference(TableReference tableReference, SelectableMapping selectableMapping, SessionFactoryImplementor sessionFactory)
-