Uses of Enum Class
org.hibernate.engine.jdbc.env.internal.LobTypes
Packages that use LobTypes
-
Uses of LobTypes in org.hibernate.engine.jdbc.env.internal
Fields in org.hibernate.engine.jdbc.env.internal with type parameters of type LobTypesMethods in org.hibernate.engine.jdbc.env.internal that return LobTypesModifier and TypeMethodDescriptionstatic LobTypesReturns the enum constant of this class with the specified name.static LobTypes[]LobTypes.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hibernate.engine.jdbc.env.internal that return types with arguments of type LobTypesModifier and TypeMethodDescriptionLobCreationHelper.getSupportedContextualLobTypes(Dialect dialect, Map<String, Object> configValues, Connection jdbcConnection) Basically here we are simply checking whether we can call theConnectionmethods for LOB creation added in JDBC 4.Constructor parameters in org.hibernate.engine.jdbc.env.internal with type arguments of type LobTypesModifierConstructorDescriptionLobCreatorBuilderImpl(EnumSet<LobTypes> supportedContextualLobTypes)