Class CapacityDependentDdlType
java.lang.Object
org.hibernate.type.descriptor.sql.internal.DdlTypeImpl
org.hibernate.type.descriptor.sql.internal.CapacityDependentDdlType
- All Implemented Interfaces:
Serializable,DdlType
Descriptor for a SQL type.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enum -
Method Summary
Modifier and TypeMethodDescriptionbuilder(int sqlTypeCode, String typeNamePattern, String castTypeNamePattern, String castTypeName, Dialect dialect) builder(int sqlTypeCode, CapacityDependentDdlType.LobKind lobKind, String typeNamePattern, String castTypeNamePattern, String castTypeName, Dialect dialect) builder(int sqlTypeCode, CapacityDependentDdlType.LobKind lobKind, String typeNamePattern, String castTypeName, Dialect dialect) builder(int sqlTypeCode, CapacityDependentDdlType.LobKind lobKind, String typeNamePattern, Dialect dialect) String[]Deprecated.getTypeName(Long size, Integer precision, Integer scale) Return a type with the given length, precision, and scale.booleanMethods inherited from class org.hibernate.type.descriptor.sql.internal.DdlTypeImpl
getCastTypeName, getCastTypeName, getRawTypeName, getSqlTypeCode, 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, getTypeName, getTypeName
-
Method Details
-
getRawTypeNames
Deprecated.Description copied from interface:DdlTypeReturns all type names without precision/length and scale parameters. -
getTypeName
Description copied from interface:DdlTypeReturn a type with the given length, precision, and scale.- Specified by:
getTypeNamein interfaceDdlType- Overrides:
getTypeNamein classDdlTypeImpl
-
isLob
- Specified by:
isLobin interfaceDdlType- Overrides:
isLobin classDdlTypeImpl
-
builder
public static CapacityDependentDdlType.Builder builder(int sqlTypeCode, String typeNamePattern, Dialect dialect) -
builder
public static CapacityDependentDdlType.Builder builder(int sqlTypeCode, CapacityDependentDdlType.LobKind lobKind, String typeNamePattern, Dialect dialect) -
builder
public static CapacityDependentDdlType.Builder builder(int sqlTypeCode, String typeNamePattern, String castTypeName, Dialect dialect) -
builder
public static CapacityDependentDdlType.Builder builder(int sqlTypeCode, CapacityDependentDdlType.LobKind lobKind, String typeNamePattern, String castTypeName, Dialect dialect) -
builder
public static CapacityDependentDdlType.Builder builder(int sqlTypeCode, String typeNamePattern, String castTypeNamePattern, String castTypeName, Dialect dialect) -
builder
public static CapacityDependentDdlType.Builder builder(int sqlTypeCode, CapacityDependentDdlType.LobKind lobKind, String typeNamePattern, String castTypeNamePattern, String castTypeName, Dialect dialect)
-