Class ClobProxy

java.lang.Object
org.hibernate.engine.jdbc.proxy.ClobProxy
All Implemented Interfaces:
Clob, ClobImplementer
Direct Known Subclasses:
NClobProxy

@Internal public class ClobProxy extends Object implements Clob, ClobImplementer
Manages aspects of proxying Clobs for non-contextual creation, including proxy creation and handling proxy invocations. We use proxies here solely to avoid JDBC version incompatibilities.
See Also:
API Note:
This class is not intended to be called directly by the application program. Instead, use Session.getLobHelper().