Uses of Class
jakarta.persistence.PersistenceException
-
Packages that use PersistenceException Package Description jakarta.persistence Jakarta Persistence is the API for the management for persistence and object/relational mapping.org.hibernate org.hibernate.boot org.hibernate.envers.boot org.hibernate.envers.configuration.internal.metadata org.hibernate.envers.exception -
-
Uses of PersistenceException in jakarta.persistence
Subclasses of PersistenceException in jakarta.persistence Modifier and Type Class Description classEntityExistsExceptionThrown by the persistence provider whenEntityManager.persist(Object)is called and the entity already exists.classEntityNotFoundExceptionThrown by the persistence provider when an entity reference obtained byEntityManager.getReferenceis accessed but the entity does not exist.classLockTimeoutExceptionThrown by the persistence provider when an pessimistic locking conflict occurs that does not result in transaction rollback.classNonUniqueResultExceptionThrown by the persistence provider whenQuery.getSingleResult()orTypedQuery.getSingleResult()is executed on a query and there is more than one result from the query.classNoResultExceptionThrown by the persistence provider whenQuery.getSingleResult()orTypedQuery.getSingleResult()is executed on a query and there is no result to return.classOptimisticLockExceptionThrown by the persistence provider when an optimistic locking conflict occurs.classPessimisticLockExceptionThrown by the persistence provider when an pessimistic locking conflict occurs.classQueryTimeoutExceptionThrown by the persistence provider when a query times out and only the statement is rolled back.classRollbackExceptionThrown by the persistence provider whenEntityTransaction.commit()fails.classTransactionRequiredExceptionThrown by the persistence provider when a transaction is required but is not active. -
Uses of PersistenceException in org.hibernate
Subclasses of PersistenceException in org.hibernate with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw Modifier and Type Class Description classorg.hibernate.HibernateExceptionclassorg.hibernate.MappingException -
Uses of PersistenceException in org.hibernate.boot
Subclasses of PersistenceException in org.hibernate.boot with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw Modifier and Type Class Description classorg.hibernate.boot.MappingException -
Uses of PersistenceException in org.hibernate.envers.boot
Subclasses of PersistenceException in org.hibernate.envers.boot Modifier and Type Class Description classEnversMappingExceptionIndicates an error happened during the Envers mapping boot process. -
Uses of PersistenceException in org.hibernate.envers.configuration.internal.metadata
Subclasses of PersistenceException in org.hibernate.envers.configuration.internal.metadata Modifier and Type Class Description classFormulaNotSupportedExceptionException indicating that a formula mapping was encountered where it is not currently supported -
Uses of PersistenceException in org.hibernate.envers.exception
Subclasses of PersistenceException in org.hibernate.envers.exception Modifier and Type Class Description classAuditExceptionclassNotAuditedExceptionclassRevisionDoesNotExistException
-