Uses of Class
org.hibernate.engine.jdbc.env.internal.LobTypes
-
Packages that use LobTypes Package Description org.hibernate.engine.jdbc.env.internal -
-
Uses of LobTypes in org.hibernate.engine.jdbc.env.internal
Fields in org.hibernate.engine.jdbc.env.internal with type parameters of type LobTypes Modifier and Type Field Description static EnumSet<LobTypes>
LobCreationHelper. NONE
Methods in org.hibernate.engine.jdbc.env.internal that return LobTypes Modifier and Type Method Description static LobTypes
LobTypes. valueOf(String name)
Returns the enum constant of this type with the specified name.static LobTypes[]
LobTypes. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hibernate.engine.jdbc.env.internal that return types with arguments of type LobTypes Modifier and Type Method Description static EnumSet<LobTypes>
LobCreationHelper. getSupportedContextualLobTypes(Dialect dialect, Map<String,Object> configValues, Connection jdbcConnection)
Basically here we are simply checking whether we can call theConnection
methods for LOB creation added in JDBC 4.Constructor parameters in org.hibernate.engine.jdbc.env.internal with type arguments of type LobTypes Constructor Description LobCreatorBuilderImpl(EnumSet<LobTypes> supportedContextualLobTypes)
-