Package org.hibernate.metamodel.mapping
Interface SqlTypedMapping
-
- All Known Subinterfaces:
BasicEntityIdentifierMapping,BasicValuedModelPart,CollectionIdentifierDescriptor,DiscriminatorMapping,EntityDiscriminatorMapping,EntityRowIdMapping,EntityVersionMapping,SelectableMapping,SoftDeleteMapping,TableDetails.KeyColumn
- All Known Implementing Classes:
AnonymousTupleBasicEntityIdentifierMapping,AnonymousTupleBasicValuedModelPart,CastTarget,EntityTableMapping.KeyColumn,SelectableConsumer.MutableSelectableMapping
public interface SqlTypedMappingModels the type of a thing that can be used as an expression in a SQL query
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description StringgetColumnDefinition()JdbcMappinggetJdbcMapping()LonggetLength()IntegergetPrecision()IntegergetScale()default booleanisLob()default SizetoSize()
-