Class BinaryFloatDdlType
java.lang.Object
org.hibernate.type.descriptor.sql.internal.DdlTypeImpl
org.hibernate.type.descriptor.sql.internal.BinaryFloatDdlType
- All Implemented Interfaces:
Serializable,DdlType
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBinaryFloatDdlType(String typeNamePattern, Dialect dialect) BinaryFloatDdlType(Dialect dialect) -
Method Summary
Modifier and TypeMethodDescriptiongetTypeName(Long size, Integer precision, Integer scale) Return a type with the given length, precision, and scale.Methods inherited from class org.hibernate.type.descriptor.sql.internal.DdlTypeImpl
getCastTypeName, getCastTypeName, getRawTypeName, getSqlTypeCode, isLob, replaceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hibernate.type.descriptor.sql.DdlType
getCastTypeName, getCastTypeName, getRawTypeNames, getTypeName, getTypeName
-
Constructor Details
-
BinaryFloatDdlType
-
BinaryFloatDdlType
-
-
Method Details
-
getTypeName
Description copied from interface:DdlTypeReturn a type with the given length, precision, and scale.- Specified by:
getTypeNamein interfaceDdlType- Overrides:
getTypeNamein classDdlTypeImpl
-