Class ClobProxy

java.lang.Object
org.hibernate.engine.jdbc.ClobProxy
All Implemented Interfaces:
InvocationHandler
Direct Known Subclasses:
NClobProxy

@Internal public class ClobProxy extends Object implements InvocationHandler
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.
Author:
Gavin King, Steve Ebersole, Gail Badner
See Also: