Abstract base class for Hibernate UserType implementations that map to LOBs.
Retrieves the LobHandler to use from LocalSessionFactoryBean at config time.
For writing LOBs, either an active Spring transaction synchronization
or an active JTA transaction (with "jtaTransactionManager" specified on
LocalSessionFactoryBean) is required.
Offers template methods for setting parameters and getting result values,
passing in the LobHandler or LobCreator to use.
For writing LOBs, either an active Spring transaction synchronization or an active JTA transaction (with "jtaTransactionManager" specified on LocalSessionFactoryBean) is required.
Offers template methods for setting parameters and getting result values, passing in the LobHandler or LobCreator to use.