类 LobTypeMappings
- java.lang.Object
-
- org.hibernate.type.descriptor.sql.LobTypeMappings
-
public final class LobTypeMappings extends Object
- 作者:
- Steve Ebersole, Sanne Grinovero
-
-
字段概要
字段 修饰符和类型 字段 说明 static LobTypeMappingsINSTANCE已过时。use the static method helpers instead.
-
方法概要
所有方法 静态方法 实例方法 具体方法 已过时的方法 修饰符和类型 方法 说明 intgetCorrespondingLobCode(int jdbcTypeCode)已过时。static intgetLobCodeTypeMapping(int jdbcTypeCode)booleanhasCorrespondingLobCode(int jdbcTypeCode)已过时。static booleanisMappedToKnownLobCode(int jdbcTypeCode)
-
-
-
字段详细资料
-
INSTANCE
@Deprecated public static final LobTypeMappings INSTANCE
已过时。use the static method helpers instead.Singleton access
-
-
方法详细资料
-
hasCorrespondingLobCode
@Deprecated public boolean hasCorrespondingLobCode(int jdbcTypeCode)
已过时。- 参数:
jdbcTypeCode-- 返回:
- true if corresponding Lob code exists; false otherwise.
-
getCorrespondingLobCode
@Deprecated public int getCorrespondingLobCode(int jdbcTypeCode)
已过时。- 参数:
jdbcTypeCode-- 返回:
- corresponding Lob code
-
isMappedToKnownLobCode
public static boolean isMappedToKnownLobCode(int jdbcTypeCode)
-
getLobCodeTypeMapping
public static int getLobCodeTypeMapping(int jdbcTypeCode)
-
-