Class DdlTypeHelper
java.lang.Object
org.hibernate.dialect.function.array.DdlTypeHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
getCastTypeName
(JdbcMappingContainer type, Size size, TypeConfiguration typeConfiguration) static String
getCastTypeName
(JdbcMappingContainer type, TypeConfiguration typeConfiguration) static String
getCastTypeName
(ReturnableType<?> type, Size size, TypeConfiguration typeConfiguration) static String
getCastTypeName
(ReturnableType<?> type, TypeConfiguration typeConfiguration) static String
getCastTypeName
(BasicType<?> type, Size size, TypeConfiguration typeConfiguration) static String
getCastTypeName
(BasicType<?> type, TypeConfiguration typeConfiguration) static String
getTypeName
(JdbcMappingContainer type, Size size, TypeConfiguration typeConfiguration) static String
getTypeName
(JdbcMappingContainer type, TypeConfiguration typeConfiguration) static String
getTypeName
(ReturnableType<?> type, Size size, TypeConfiguration typeConfiguration) static String
getTypeName
(ReturnableType<?> type, TypeConfiguration typeConfiguration) static String
getTypeName
(BasicType<?> type, Size size, TypeConfiguration typeConfiguration) static String
getTypeName
(BasicType<?> type, TypeConfiguration typeConfiguration) static BasicType<?>
resolveArrayType
(DomainType<?> elementType, TypeConfiguration typeConfiguration) static BasicType<?>
resolveListType
(DomainType<?> elementType, TypeConfiguration typeConfiguration)
-
Constructor Details
-
DdlTypeHelper
public DdlTypeHelper()
-
-
Method Details
-
resolveArrayType
public static BasicType<?> resolveArrayType(DomainType<?> elementType, TypeConfiguration typeConfiguration) -
resolveListType
public static BasicType<?> resolveListType(DomainType<?> elementType, TypeConfiguration typeConfiguration) -
getTypeName
-
getTypeName
-
getTypeName
-
getTypeName
public static String getTypeName(JdbcMappingContainer type, Size size, TypeConfiguration typeConfiguration) -
getTypeName
-
getTypeName
public static String getTypeName(ReturnableType<?> type, Size size, TypeConfiguration typeConfiguration) -
getCastTypeName
-
getCastTypeName
public static String getCastTypeName(BasicType<?> type, Size size, TypeConfiguration typeConfiguration) -
getCastTypeName
public static String getCastTypeName(JdbcMappingContainer type, TypeConfiguration typeConfiguration) -
getCastTypeName
public static String getCastTypeName(JdbcMappingContainer type, Size size, TypeConfiguration typeConfiguration) -
getCastTypeName
-
getCastTypeName
public static String getCastTypeName(ReturnableType<?> type, Size size, TypeConfiguration typeConfiguration)
-