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.QueryHibernateDao.createWriteQuery(String hql) Create aQueryinstance for the given HQL query string, signalling intent to write (and failing immediately if TX is read-only)