Uses of Class
jakarta.persistence.PersistenceException
Packages that use PersistenceException
Package
Description
Jakarta Persistence is the API for the management for persistence and object/relational mapping.
This package defines the central Hibernate APIs, beginning with
SessionFactory, which represents an instance of
Hibernate at runtime and is the source of new instances of
Session and StatelessSession,
the most important APIs exposing persistence-related operations for
entities.The various concrete action implementations.
This package contains the interfaces that make up the bootstrap API
for Hibernate.
Support for integrating Jakarta Bean Validation.
Contains basic support for Java XML Processing (JAXP) via Streaming API for XML (StAX)
This API allows intervention by generic code in the process of determining the names of
database objects (tables, columns, and constraints).
The class loading service SPI.
Defines actual contract used for
strategy selection.
A range of SPIs allowing integration with—and customization of—the process of building metadata.
Package defining bytecode code enhancement (instrumentation) support.
Byte Buddy support internals
Package defining bytecode code enhancement (instrumentation) support.
This package defines the API of the second-level cache service.
Defines contracts for transactional and concurrent access to cached
entity and
collection data.
This package defines APIs for configuring Hibernate.
Support for
Dialect-specific locking strategies.Support for JNDI within Hibernate
Support for dealing with parameters of native queries.
An SPI for integrating with container-provided implementations of JTA.
An SPI for the event listener registration service.
Defines certain very important flavors of
JDBCException,
along with an SPI for interpreting product-specific SQLExceptions
arising from a JDBC driver into something more uniform and meaningful.Implements and extends the JPA-defined entity graph API.
This package and its subpackages, especially
org.hibernate.id.enhanced,
contain the built-in id generators, all of which implement either
IdentifierGenerator or
PostInsertIdentifierGenerator.An internal package containing implementations of central Hibernate APIs,
mostly defined in
org.hibernate.A small API allowing the client of a Hibernate session to interact directly
with JDBC, using the same connection and transaction obtained by the session.
This package defines functionality for processing JDBC result sets
and returning complex graphs of persistent objects.
This package defines an API for accessing the runtime metamodel describing persistent
entities in Java and their mappings to the relational database schema.
An SPI for integrating custom entity and collection persisters.
Defines support for executing database stored procedures and functions and accessing their outputs.
An SPI abstracting how persistent attributes of an entity or embeddable type
are accessed by Hibernate.
Everything related to HQL/JPQL, native SQL, and criteria queries.
Package defining support for HQL, including JPQL as a subset of HQL.
Support for defining result set mappings used in
NativeQuery,
ProcedureCall, and StoredProcedureQuery.This package defines a semantic model of HQL queries.
Package defining support for
SqmFunctionDescriptor handling.Package for the translation of SQM into SQL AST
Nodes representing expressions in the SQM tree.
An implementation of the bean container SPI based on CDI.
Defines the resource-level transaction capabilities of Hibernate, centered
around the
TransactionCoordinator
contract.Implementations of
TransactionCoordinator
based on JTA.Defines support for dealing with results returned from database via JDBC.
Defines a framework for pluggable services,
allowing for customization of key components of Hibernate, and abstraction of these
components as SPI interfaces.
Implementation of the SPI for integrating pluggable services.
Defines an SPI for integrating pluggable services.
Package defining a SQL AST for use in generation of SQL.
AST nodes representing root tables and joins in a SQL tree.
Support for execution of SQL statements via JDBC.
Package for processing JDBC
ResultSets into hydrated domain model graphs
based on a "load plan" defined by a "domain result graph", that is, one or more
DomainResult nodes with zero or more
Fetch nodes.Defines an SPI for schema information extraction from the database via JDBC.
An SPI for tooling related to DDL generation, export, migration, and validation.
A Hibernate
Type is a strategy for mapping a Java
property type to a JDBC type or types.Integrates a range of types defined by the JDK with the type system
of Hibernate.
-
Uses of PersistenceException in jakarta.persistence
Subclasses of PersistenceException in jakarta.persistenceModifier and TypeClassDescriptionclassThrown by the persistence provider whenEntityManager.persist(Object)is called and the entity already exists.classThrown by the persistence provider when an entity reference obtained byEntityManager.getReferenceis accessed but the entity does not exist.classThrown by the persistence provider when an pessimistic locking conflict occurs that does not result in transaction rollback.classThrown by the persistence provider whenQuery.getSingleResult()orTypedQuery.getSingleResult()is executed on a query and there is more than one result from the query.classThrown by the persistence provider whenQuery.getSingleResult()orTypedQuery.getSingleResult()is executed on a query and there is no result to return.classThrown by the persistence provider when an optimistic locking conflict occurs.classThrown by the persistence provider when an pessimistic locking conflict occurs.classThrown by the persistence provider when a query times out and only the statement is rolled back.classThrown by the persistence provider whenEntityTransaction.commit()fails.classThrown by the persistence provider when a transaction is required but is not active. -
Uses of PersistenceException in org.hibernate
Subclasses of PersistenceException in org.hibernateModifier and TypeClassDescriptionclassAn exception that occurs while reading mapping annotations.classIntended to be thrown fromLifecycleandInterceptorcallbacks.classRaised whenever a duplicate for a certain type occurs, such as a duplicate class, table, or property name.classclassException forNotFoundAction.EXCEPTION.classMarks a group of exceptions that generally indicate an internal Hibernate error or bug.classThe base type for exceptions thrown by Hibernate.classThrown if Hibernate can't instantiate a class at runtime.classThrown when a mapping is found to be invalid.classWraps aSQLExceptionarising from the JDBC driver.classIndicates an attempt to access unfetched data outside the context of an open statefulSession.classAn exception that occurs while reading mapping sources, either XML or annotations, usually as a result of something screwy in the O/R mappings.classThis exception is thrown when an operation would break session-scoped identity.classThrown when the application callsQuery.getSingleResult()orQuery.uniqueResult()and the query returns more than one row from the database.classThrown when the user tries to do something illegal with a deleted object.classThrown whenEntityManager.find(Class, Object)fails to select a row with the given primary key (identifier value).classThrown when the user passes a persistent instance to aSessionmethod that expects a transient instance.classThrown when a pessimistic locking conflict occurs.classA problem occurred accessing a property of an instance of a persistent class by reflection, or via enhanced entities.classIndicates that an expected getter or setter method could not be found on a class.classclassThrown when the (illegal) value of a property can not be persisted.classA problem occurred translating a Hibernate query to SQL due to illegal query syntax, an operation which is not well-typed, an unresolvable reference to an entity or attribute, an unknown named query, or any similar problem.classIndicates a problem with the runtime arguments bound to query parameters.classThrown when a database query timeout occurs.classIndicates an attempt was made to use a closed resource, such as a closedSessionorSessionFactory.classThrown when the user calls a method of aSessionthat is in an inappropriate state for the given call (for example, the session is closed or disconnected).classA specializedStaleStateExceptionthat carries information about the particular entity instance that was the source of the failure.classThrown when a version number or timestamp check failed, indicating that theSessioncontained stale data (when using long transactions with versioning).classIndicates that a transaction could not be begun, committed or rolled back.classThrown when the user passes a transient instance to aSessionmethod that expects a persistent instance.classThrown when a property cannot be persisted because it is an association with a transient unsaved entity instance.classUsed when a user provided type does not match the expected one.classIndicates an attempt was made to refer to an unknown entity name or class.classIndicates a request against an unknown filter name.classIndicates a request against an unknown fetch profile name.classThrown when Hibernate could not resolve an object by id, especially when loading an association.classThis exception is thrown when an invalidLockModeis selected for an entity.classThrown when loading an entity (by identifier) results in a value that cannot be treated as the subclass type requested by the caller. -
Uses of PersistenceException in org.hibernate.action.internal
Subclasses of PersistenceException in org.hibernate.action.internal -
Uses of PersistenceException in org.hibernate.boot
Subclasses of PersistenceException in org.hibernate.bootModifier and TypeClassDescriptionclassIndicates a problem parsing the mapping document at a givenOrigin.classIndicates a problem parsing a mapping document.classIndicates that a mapping document could not be found at a givenOrigin.classSpecialized exception indicating that an unsupportedorm.xmlXSD version was specified -
Uses of PersistenceException in org.hibernate.boot.archive.spi
Subclasses of PersistenceException in org.hibernate.boot.archive.spiModifier and TypeClassDescriptionclassIndicates a problem accessing or visiting the archive -
Uses of PersistenceException in org.hibernate.boot.beanvalidation
Subclasses of PersistenceException in org.hibernate.boot.beanvalidationModifier and TypeClassDescriptionclassIndicates a problem integrating Hibernate and the Bean Validation spec. -
Uses of PersistenceException in org.hibernate.boot.jaxb.internal.stax
Subclasses of PersistenceException in org.hibernate.boot.jaxb.internal.staxModifier and TypeClassDescriptionclassAn error using XML infrastructure (jaxp, stax, etc). -
Uses of PersistenceException in org.hibernate.boot.model.internal
Subclasses of PersistenceException in org.hibernate.boot.model.internalModifier and TypeClassDescriptionclassIndicates an internal attempt to mark a column as non-nullable (because it's part of a primary key, for example) when we cannot force that column to be non-nullable. -
Uses of PersistenceException in org.hibernate.boot.model.naming
Subclasses of PersistenceException in org.hibernate.boot.model.namingModifier and TypeClassDescriptionclassIndicates an attempted use of a name that was deemed illegal -
Uses of PersistenceException in org.hibernate.boot.registry.classloading.spi
Subclasses of PersistenceException in org.hibernate.boot.registry.classloading.spiModifier and TypeClassDescriptionclassIndicates a problem performing class loading. -
Uses of PersistenceException in org.hibernate.boot.registry.selector.spi
Subclasses of PersistenceException in org.hibernate.boot.registry.selector.spiModifier and TypeClassDescriptionclassIndicates a problem performing the selection/resolution. -
Uses of PersistenceException in org.hibernate.boot.spi
Subclasses of PersistenceException in org.hibernate.boot.spiModifier and TypeClassDescriptionstatic class -
Uses of PersistenceException in org.hibernate.bytecode.enhance
Subclasses of PersistenceException in org.hibernate.bytecode.enhanceModifier and TypeClassDescriptionclassIndicates that the version of Hibernate used to enhance a class is different from the version being used at runtime. -
Uses of PersistenceException in org.hibernate.bytecode.enhance.spi
Subclasses of PersistenceException in org.hibernate.bytecode.enhance.spiModifier and TypeClassDescriptionclassAn exception indicating some kind of problem performing bytecode enhancement. -
Uses of PersistenceException in org.hibernate.bytecode.internal.bytebuddy
Subclasses of PersistenceException in org.hibernate.bytecode.internal.bytebuddyModifier and TypeClassDescriptionclassclass -
Uses of PersistenceException in org.hibernate.bytecode.spi
Subclasses of PersistenceException in org.hibernate.bytecode.spiModifier and TypeClassDescriptionclassIndicates a condition where an instrumented/enhanced class was expected, but the class was not instrumented/enhanced. -
Uses of PersistenceException in org.hibernate.cache
Subclasses of PersistenceException in org.hibernate.cacheModifier and TypeClassDescriptionclassSomething went wrong in the cache.classIndicates a condition where a second-level cache implementation was expected to be available, but none was found on the classpath. -
Uses of PersistenceException in org.hibernate.cache.spi.access
Subclasses of PersistenceException in org.hibernate.cache.spi.accessModifier and TypeClassDescriptionclassIndicates that an unknown AccessType external name was encountered or that an AccessType was requested that the underlying cache provider does not support. -
Uses of PersistenceException in org.hibernate.cfg
Subclasses of PersistenceException in org.hibernate.cfgModifier and TypeClassDescriptionclassDeprecated.Was only ever referenced in a single place, in an extremely dubious way. -
Uses of PersistenceException in org.hibernate.context
Subclasses of PersistenceException in org.hibernate.contextModifier and TypeClassDescriptionclassIndicates that tenant identifiers did not match in cases whereCurrentTenantIdentifierResolver.validateExistingCurrentSessions()returnstrueand there is a mismatch found. -
Uses of PersistenceException in org.hibernate.dialect.lock
Subclasses of PersistenceException in org.hibernate.dialect.lockModifier and TypeClassDescriptionclassRepresents an error trying to apply aLockingStrategyto an entityclassRepresents an error trying to apply an optimisticLockingStrategyto an entityclassRepresents an error trying to apply a pessimisticLockingStrategyto an entity -
Uses of PersistenceException in org.hibernate.engine.jdbc.mutation.group
Subclasses of PersistenceException in org.hibernate.engine.jdbc.mutation.groupModifier and TypeClassDescriptionclassIndicates an attempt to access the parameter for an unknown column -
Uses of PersistenceException in org.hibernate.engine.jndi
Subclasses of PersistenceException in org.hibernate.engine.jndiModifier and TypeClassDescriptionclassAn exception indicating trouble accessing JNDIclassIndicates a problem with a given JNDI name being deemed as not valid. -
Uses of PersistenceException in org.hibernate.engine.query
Subclasses of PersistenceException in org.hibernate.engine.queryModifier and TypeClassDescriptionclassIndicates a problem during parameter recognition viaParameterRecognizer -
Uses of PersistenceException in org.hibernate.engine.transaction.jta.platform.spi
Subclasses of PersistenceException in org.hibernate.engine.transaction.jta.platform.spiModifier and TypeClassDescriptionclassIndicates a problem interacting with the underlying JTA platform. -
Uses of PersistenceException in org.hibernate.envers.boot
Subclasses of PersistenceException in org.hibernate.envers.bootModifier and TypeClassDescriptionclassIndicates 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.metadataModifier and TypeClassDescriptionclassException 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.exceptionModifier and TypeClassDescriptionclassclassclass -
Uses of PersistenceException in org.hibernate.event.service.spi
Subclasses of PersistenceException in org.hibernate.event.service.spiModifier and TypeClassDescriptionclassIndicates a problem registering an event listener. -
Uses of PersistenceException in org.hibernate.exception
Subclasses of PersistenceException in org.hibernate.exceptionModifier and TypeClassDescriptionclassAJDBCExceptionindicating that the requested DML operation resulted in violation of a defined integrity constraint.classExtendsJDBCExceptionindicating that evaluation of the valid SQL statement against the given data resulted in some illegal operation, mismatched types or incorrect cardinality.classGeneric, non-specific flavor ofJDBCException.classAJDBCExceptionindicating a problem communicating with the database (can also include incorrect JDBC setup).classAJDBCExceptionindicating a problem acquiring a lock on the database.classAJDBCExceptionindicating that a lock request timed out on the database.classSpecialization ofJDBCExceptionindicating that the SQL sent to the database server was invalid, either due to a syntax error, unrecognized name, or similar problem. -
Uses of PersistenceException in org.hibernate.graph
Subclasses of PersistenceException in org.hibernate.graphModifier and TypeClassDescriptionclassIndicates an illegal attempt to make aGraphbecome anEntityGraphviaGraph.makeRootGraph(String, boolean).classIndicates an attempt was made to add a (key)?classThrown byGraphParserto indicate textual entity graph representation parsing errors. -
Uses of PersistenceException in org.hibernate.id
Subclasses of PersistenceException in org.hibernate.idModifier and TypeClassDescriptionclassThrown by anIdentifierGeneratorimplementation class when ID generation fails. -
Uses of PersistenceException in org.hibernate.internal
Methods in org.hibernate.internal that return PersistenceExceptionModifier and TypeMethodDescriptionprotected PersistenceExceptionExceptionConverterImpl.wrapLockException(HibernateException exception, LockOptions lockOptions) protected PersistenceExceptionExceptionConverterImpl.wrapStaleStateException(StaleStateException exception) -
Uses of PersistenceException in org.hibernate.internal.util.beans
Subclasses of PersistenceException in org.hibernate.internal.util.beansModifier and TypeClassDescriptionclassIndicates a problem dealing withBeanInfovia theBeanInfoHelperdelegate. -
Uses of PersistenceException in org.hibernate.internal.util.config
Subclasses of PersistenceException in org.hibernate.internal.util.config -
Uses of PersistenceException in org.hibernate.internal.util.xml
Subclasses of PersistenceException in org.hibernate.internal.util.xmlModifier and TypeClassDescriptionclassIndicates an issue finding or loading an XSD schema. -
Uses of PersistenceException in org.hibernate.jdbc
Subclasses of PersistenceException in org.hibernate.jdbcModifier and TypeClassDescriptionclassMuch likeTooManyRowsAffectedException, indicates that more rows than what we were expecting were affected.classIndicates a failed batch entry (-3 return).classIndicates that more rows were affected then we were expecting to be. -
Uses of PersistenceException in org.hibernate.jpa.boot.internal
Methods in org.hibernate.jpa.boot.internal that return PersistenceExceptionModifier and TypeMethodDescriptionprotected PersistenceExceptionEntityManagerFactoryBuilderImpl.persistenceException(String message, Exception cause) static PersistenceExceptionHelper.persistenceException(PersistenceUnitDescriptor persistenceUnit, String message) static PersistenceExceptionHelper.persistenceException(PersistenceUnitDescriptor persistenceUnit, String message, Exception cause) -
Uses of PersistenceException in org.hibernate.jpa.internal.util
Subclasses of PersistenceException in org.hibernate.jpa.internal.util -
Uses of PersistenceException in org.hibernate.loader
Subclasses of PersistenceException in org.hibernate.loaderModifier and TypeClassDescriptionclassException used to indicate that a query is attempting to simultaneously fetch multiple bagsclassThrown when Hibernate encounters a non-unique SQL alias in the ResultSet while processing the results of a NativeQuery using auto-discovery to understand the ResultSet metadata for mapping the JDBC values to the domain result. -
Uses of PersistenceException in org.hibernate.metamodel
Subclasses of PersistenceException in org.hibernate.metamodelModifier and TypeClassDescriptionclassIndicated a problem with a mapping. -
Uses of PersistenceException in org.hibernate.metamodel.mapping.ordering.ast
Subclasses of PersistenceException in org.hibernate.metamodel.mapping.ordering.astModifier and TypeClassDescriptionclassclassIndicates a problem resolving a domain-path occurring in an order-by fragment -
Uses of PersistenceException in org.hibernate.persister.spi
Subclasses of PersistenceException in org.hibernate.persister.spiModifier and TypeClassDescriptionclassIndicates that the persister to use is not known and could not be determined. -
Uses of PersistenceException in org.hibernate.procedure
Subclasses of PersistenceException in org.hibernate.procedureModifier and TypeClassDescriptionclassThrown to indicate that an attempt was made to register a stored procedure named parameter, but the underlying database reports to not support named parameters.classclassThrown to indicate a misuse of a parameterclassclassIndicates Hibernate is unable to determine the type details for a parameter. -
Uses of PersistenceException in org.hibernate.property.access.spi
Subclasses of PersistenceException in org.hibernate.property.access.spiModifier and TypeClassDescriptionclassIndicates a problem while building aPropertyAccess.classIndicates a problem reading or writing value from/to a persistent property.class -
Uses of PersistenceException in org.hibernate.query
Subclasses of PersistenceException in org.hibernate.queryModifier and TypeClassDescriptionclassIndicates an attempt to callQueryProducer.createMutationQuery(String),QueryProducer.createNamedMutationQuery(String)orQueryProducer.createNativeMutationQuery(String)with a non-mutation query (generally a select query)classIndicates a named-query has specified options that are not legalclassThrown when an operation of theQueryinterface is called which is unsupported due to the nature of the query itself.classIndicates an attempt to callQueryProducer.createSelectionQuery(String)with a non-selection query (generally a mutation query)classIndicates that validation and translation of one or more named queries failed at initialization time.classIndicates an attempt to use a non-indexed collection as indexed.classIndicates a problem with the labelling of query parameters.classIndicates a problem with a path expression in HQL/JPQL.classIndicates a mismatch between the expected and actual result types of a query.classRepresents an error in the semantics (meaning) of a HQL/JPQL query.classRepresents a syntax error in a HQL/JPQL query.classOccurs when a named query is requested, and there is no known HQL or native SQL query registered under the given name.classIndicates an attempt to find an unknown query parameter or an attempt to bind a value to an unknown query parameterclassIndicates a request for named ResultSet mapping which could not be found -
Uses of PersistenceException in org.hibernate.query.hql
Subclasses of PersistenceException in org.hibernate.query.hqlModifier and TypeClassDescriptionclassBase of exception hierarchy for exceptions stemming from producing SQM AST trees -
Uses of PersistenceException in org.hibernate.query.results
Subclasses of PersistenceException in org.hibernate.query.resultsModifier and TypeClassDescriptionclassIndicates that a column defined as part of a SQL ResultSet mapping was not part of the query's ResultSetclass -
Uses of PersistenceException in org.hibernate.query.sqm
Subclasses of PersistenceException in org.hibernate.query.sqmModifier and TypeClassDescriptionclassOccurs when the HQL query declares a duplicate identification variable in thefromclause, or a duplicate result column alias in theselectclause.classRepresents a generic unhandled problem which occurred while translating HQL/JPQL.classclassOccurs when an unexpected condition is encountered while interpreting the output of the HQL parser.classIndicates violations of strict JPQL syntax while strict JPQL syntax checking was enabled.classIndicates a failure to resolve an entity name in HQL to a known mapped entity type.classIndicates a failure to resolve an element of a path expression in HQL/JPQL. -
Uses of PersistenceException in org.hibernate.query.sqm.produce.function
Subclasses of PersistenceException in org.hibernate.query.sqm.produce.functionModifier and TypeClassDescriptionclassRepresents a problem with the argument list of a function in HQL/JPQL. -
Uses of PersistenceException in org.hibernate.query.sqm.sql
Subclasses of PersistenceException in org.hibernate.query.sqm.sqlModifier and TypeClassDescriptionclassIndicates a problem converting an SQM tree to a SQL AST -
Uses of PersistenceException in org.hibernate.query.sqm.sql.internal
Subclasses of PersistenceException in org.hibernate.query.sqm.sql.internalModifier and TypeClassDescriptionclassIndicates a problem performing a dynamic instantiation -
Uses of PersistenceException in org.hibernate.query.sqm.tree.expression
Subclasses of PersistenceException in org.hibernate.query.sqm.tree.expression -
Uses of PersistenceException in org.hibernate.resource.beans.container.internal
Subclasses of PersistenceException in org.hibernate.resource.beans.container.internalModifier and TypeClassDescriptionclassException indicating that the given class is not known as a CDI bean - triggers fallback handlingclassException indicating an attempt to access the CDI BeanManager before it is ready for use -
Uses of PersistenceException in org.hibernate.resource.transaction
Subclasses of PersistenceException in org.hibernate.resource.transactionModifier and TypeClassDescriptionclassWraps an exception thrown from a "local synchronization" (one registered in the SynchronizationRegistry).classIndicates an attempt to register a null synchronization.classIndicates a call toTransactionCoordinator.explicitJoin()that requires an active transaction where there currently is none. -
Uses of PersistenceException in org.hibernate.resource.transaction.backend.jta.internal
Modifier and TypeClassDescriptionclassIndicates problems accessing TransactionManager or UserTransaction through the JtaPlatform -
Uses of PersistenceException in org.hibernate.result
Subclasses of PersistenceException in org.hibernate.result -
Uses of PersistenceException in org.hibernate.service
Subclasses of PersistenceException in org.hibernate.serviceModifier and TypeClassDescriptionclassclassIndicates that an unknown service was requested from the registry.class -
Uses of PersistenceException in org.hibernate.service.internal
Subclasses of PersistenceException in org.hibernate.service.internalModifier and TypeClassDescriptionclassIndicates a problem processing service dependencies.classIndicates a problem generating a service proxy -
Uses of PersistenceException in org.hibernate.service.spi
Subclasses of PersistenceException in org.hibernate.service.spi -
Uses of PersistenceException in org.hibernate.sql.ast
Subclasses of PersistenceException in org.hibernate.sql.astModifier and TypeClassDescriptionclassBase exception type for problems building a SQL tree. -
Uses of PersistenceException in org.hibernate.sql.ast.tree.from
Subclasses of PersistenceException in org.hibernate.sql.ast.tree.fromModifier and TypeClassDescriptionclassThrown when aTableReferencecannot be resolved for a table-name. -
Uses of PersistenceException in org.hibernate.sql.exec
Subclasses of PersistenceException in org.hibernate.sql.execModifier and TypeClassDescriptionclassIndicates an exception performing execution -
Uses of PersistenceException in org.hibernate.sql.results
Subclasses of PersistenceException in org.hibernate.sql.results -
Uses of PersistenceException in org.hibernate.tool.schema.extract.spi
Subclasses of PersistenceException in org.hibernate.tool.schema.extract.spi -
Uses of PersistenceException in org.hibernate.tool.schema.spi
Subclasses of PersistenceException in org.hibernate.tool.schema.spiModifier and TypeClassDescriptionclassIndicates a problem accepting/executing a schema management command.classIndicates a problem in performing schema management.classIndicates a problem -
Uses of PersistenceException in org.hibernate.tuple.entity
Subclasses of PersistenceException in org.hibernate.tuple.entity -
Uses of PersistenceException in org.hibernate.type
Subclasses of PersistenceException in org.hibernate.typeModifier and TypeClassDescriptionclassThrown when a property cannot be serialized/deserialized -
Uses of PersistenceException in org.hibernate.type.descriptor.java
Subclasses of PersistenceException in org.hibernate.type.descriptor.java -
Uses of PersistenceException in org.hibernate.type.descriptor.java.spi
Subclasses of PersistenceException in org.hibernate.type.descriptor.java.spiModifier and TypeClassDescriptionclassException indicatingJavaType.getRecommendedJdbcType(org.hibernate.type.descriptor.jdbc.JdbcTypeIndicators)could not determine a recommended JDBC type descriptor