Package org.hibernate.metamodel.mapping
Interface SqlTypedMapping
-
- All Known Subinterfaces:
BasicEntityIdentifierMapping,BasicValuedModelPart,CollectionIdentifierDescriptor,DiscriminatorMapping,EntityDiscriminatorMapping,EntityRowIdMapping,EntityVersionMapping,SelectableMapping
- All Known Implementing Classes:
AnonymousTupleBasicEntityIdentifierMapping,AnonymousTupleBasicValuedModelPart,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 Modifier and Type Method Description StringgetColumnDefinition()JdbcMappinggetJdbcMapping()LonggetLength()IntegergetPrecision()IntegergetScale()
-
-
-
Method Detail
-
getColumnDefinition
String getColumnDefinition()
-
getLength
Long getLength()
-
getPrecision
Integer getPrecision()
-
getScale
Integer getScale()
-
getJdbcMapping
JdbcMapping getJdbcMapping()
-
-