Class LobTypeMappings
- java.lang.Object
-
- org.hibernate.type.descriptor.sql.LobTypeMappings
-
public final class LobTypeMappings extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static LobTypeMappingsINSTANCEDeprecated.use the static method helpers instead.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description intgetCorrespondingLobCode(int jdbcTypeCode)Deprecated.static intgetLobCodeTypeMapping(int jdbcTypeCode)booleanhasCorrespondingLobCode(int jdbcTypeCode)Deprecated.static booleanisMappedToKnownLobCode(int jdbcTypeCode)
-
-
-
Field Detail
-
INSTANCE
@Deprecated public static final LobTypeMappings INSTANCE
Deprecated.use the static method helpers instead.Singleton access
-
-
Method Detail
-
hasCorrespondingLobCode
@Deprecated public boolean hasCorrespondingLobCode(int jdbcTypeCode)
Deprecated.- Parameters:
jdbcTypeCode-- Returns:
- true if corresponding Lob code exists; false otherwise.
-
getCorrespondingLobCode
@Deprecated public int getCorrespondingLobCode(int jdbcTypeCode)
Deprecated.- Parameters:
jdbcTypeCode-- Returns:
- corresponding Lob code
-
isMappedToKnownLobCode
public static boolean isMappedToKnownLobCode(int jdbcTypeCode)
-
getLobCodeTypeMapping
public static int getLobCodeTypeMapping(int jdbcTypeCode)
-
-