Package org.hibernate.metamodel.mapping
Interface SelectableMapping
-
- All Superinterfaces:
SqlTypedMapping
- All Known Subinterfaces:
BasicEntityIdentifierMapping,BasicValuedModelPart,CollectionIdentifierDescriptor,EntityDiscriminatorMapping,EntityVersionMapping
- All Known Implementing Classes:
AnonymousTupleBasicEntityIdentifierMapping,AnonymousTupleBasicValuedModelPart
public interface SelectableMapping extends SqlTypedMapping
Mapping of a selectable (column/formula)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetContainingTableExpression()StringgetCustomReadExpression()StringgetCustomWriteExpression()StringgetSelectionExpression()booleanisFormula()-
Methods inherited from interface org.hibernate.metamodel.mapping.SqlTypedMapping
getColumnDefinition, getJdbcMapping, getLength, getPrecision, getScale
-
-