Uses of Class
org.hibernate.engine.jdbc.env.internal.BlobAndClobCreator
Packages that use BlobAndClobCreator
-
Uses of BlobAndClobCreator in org.hibernate.engine.jdbc.env.internal
Subclasses of BlobAndClobCreator in org.hibernate.engine.jdbc.env.internalModifier and TypeClassDescriptionclass
LobCreator implementation using Connection.createBlob(), Connection.createClob() and Connection.createNClob() to create the LOB references.