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