Uses of Class
org.hibernate.engine.jdbc.env.internal.AbstractLobCreator
Packages that use AbstractLobCreator
-
Uses of AbstractLobCreator in org.hibernate.engine.jdbc.env.internal
Subclasses of AbstractLobCreator in org.hibernate.engine.jdbc.env.internalModifier and TypeClassDescriptionclassLobCreatorwhich can useConnection.createBlob()andConnection.createClob(), butNClobreferences are created locally.classLobCreatorimplementation using non-contextual or local creation, meaning that we generate the LOB references ourselves as opposed to delegating to the JDBC connection.classLobCreator implementation using Connection.createBlob(), Connection.createClob() and Connection.createNClob() to create the LOB references.