Uses of Class
com.peterphi.std.guice.hibernate.exception.ReadOnlyTransactionException
Packages that use ReadOnlyTransactionException
-
Uses of ReadOnlyTransactionException in com.peterphi.std.guice.hibernate.dao
Methods in com.peterphi.std.guice.hibernate.dao that throw ReadOnlyTransactionExceptionModifier and TypeMethodDescriptionprotected org.hibernate.query.Query
HibernateDao.createWriteQuery
(String hql) Create aQuery
instance for the given HQL query string, signalling intent to write (and failing immediately if TX is read-only)