Class DdlTypeHelper
- java.lang.Object
-
- org.hibernate.dialect.function.array.DdlTypeHelper
-
public class DdlTypeHelper extends Object
-
-
Constructor Summary
Constructors Constructor Description DdlTypeHelper()
-
Method Summary
-
-
-
Method Detail
-
resolveArrayType
public static BasicType<?> resolveArrayType(DomainType<?> elementType, TypeConfiguration typeConfiguration)
-
resolveListType
public static BasicType<?> resolveListType(DomainType<?> elementType, TypeConfiguration typeConfiguration)
-
getTypeName
public static String getTypeName(BasicType<?> type, TypeConfiguration typeConfiguration)
-
getTypeName
public static String getTypeName(BasicType<?> type, Size size, TypeConfiguration typeConfiguration)
-
getTypeName
public static String getTypeName(JdbcMappingContainer type, TypeConfiguration typeConfiguration)
-
getTypeName
public static String getTypeName(JdbcMappingContainer type, Size size, TypeConfiguration typeConfiguration)
-
getTypeName
public static String getTypeName(ReturnableType<?> type, TypeConfiguration typeConfiguration)
-
getTypeName
public static String getTypeName(ReturnableType<?> type, Size size, TypeConfiguration typeConfiguration)
-
getCastTypeName
public static String getCastTypeName(BasicType<?> type, TypeConfiguration typeConfiguration)
-
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
public static String getCastTypeName(ReturnableType<?> type, TypeConfiguration typeConfiguration)
-
getCastTypeName
public static String getCastTypeName(ReturnableType<?> type, Size size, TypeConfiguration typeConfiguration)
-
-