Uses of Class
net.ontopia.persistence.proxy.PersistenceRuntimeException
-
Packages that use PersistenceRuntimeException Package Description net.ontopia.persistence.proxy An object-relational mapping framework. -
-
Uses of PersistenceRuntimeException in net.ontopia.persistence.proxy
Subclasses of PersistenceRuntimeException in net.ontopia.persistence.proxy Modifier and Type Class Description class
IdentityNotFoundException
INTERNAL: Thrown when an object was not found in the database.class
ReadOnlyTransactionException
INTERNAL: Thrown when modifications are attempted on a read-only transaction.class
TransactionNotActiveException
INTERNAL: Thrown when persistence related problems occur.
-