Class BlobAndClobCreator

java.lang.Object
org.hibernate.engine.jdbc.env.internal.AbstractLobCreator
org.hibernate.engine.jdbc.env.internal.BlobAndClobCreator
All Implemented Interfaces:
LobCreator
Direct Known Subclasses:
StandardLobCreator

public class BlobAndClobCreator extends AbstractLobCreator implements LobCreator
LobCreator which can use Connection.createBlob() and Connection.createClob(), but NClob references are created locally.
See Also: