ObjectDB Database Search
1-50 of 176 resultsjakarta.persistence.PersistenceException.PersistenceException()
Jakarta Persistence (JPA) Constructor in jakarta.persistence. PersistenceException PersistenceException () Constructs a new PersistenceException exception with null as its detail message. Since: Jakarta Persistence (JPA) 1.0
|
|
jakarta.persistence.PersistenceException.PersistenceException(String)
Jakarta Persistence (JPA) Constructor in jakarta.persistence. PersistenceException PersistenceException ( String message ) Constructs a new PersistenceException exception with the specified detail message. Parameters: message - the detail message. Since: Jakarta Persistence (JPA) 1.0
|
|
jakarta.persistence.PersistenceException.PersistenceException(String,Throwable)
Jakarta Persistence (JPA) Constructor in jakarta.persistence. PersistenceException PersistenceException ( String message , Throwable cause ) Constructs a new PersistenceException exception with the specified detail message and cause. Parameters: cause - the cause. message - the detail message. Since: Jakarta Persistence (JPA) 1.0
|
|
jakarta.persistence.PersistenceException.PersistenceException(Throwable)
Jakarta Persistence (JPA) Constructor in jakarta.persistence. PersistenceException PersistenceException ( Throwable cause ) Constructs a new PersistenceException exception with the specified cause. Parameters: cause - the cause. Since: Jakarta Persistence (JPA) 1.0
|
|
PersistenceException UserException: Failed to validate persistence.xml
! } But everytime it fires this exception: javax.persistence. PersistenceException : Explicit persistence ... encountered a non-application exception; nested exception is: javax.persistence. PersistenceException ... ; nested exception is: javax.persistence. PersistenceException : Explicit persistence provider error(s
|
|
Spring Data JPA - PersistenceException thrown
failed; nested exception is com.objectdb.o._ PersistenceException : Failed to validate xml file ... .java:351) ... 69 more Caused by: com.objectdb.o._ PersistenceException : Failed to validate xml file / /META-INF/orm-objectdb.xml: at com.objectdb.o._ PersistenceException .b(_ PersistenceException .java:45
|
|
PersistenceException: Failed to locate field
._ PersistenceException : Failed to locate field in this case, adding a primitive String field to an Entity ... .objectdb.o._ PersistenceException : Failed to locate field field app.model.Auction.name2 using reflection at com.objectdb.o._ PersistenceException .b(_ PersistenceException .java:45) at com.objectdb.o.JPE.g(JPE
|
|
_PersistenceException: Type is not found on getSingleResult.
that's been initialized i get this error: com.objectdb.o._ PersistenceException : Type Estudiante is not found
|
|
javax.persistence.PersistenceException: No Persistence provider for EntityManager named in Karaf 4.0.7 and OSGi DS test
.persistence. PersistenceException : No Persistence provider for EntityManager named objectdb
|
|
javax.persistence.PersistenceException
.createEntityManagerFactory("$objectdb/db/pilots.odb"); I get the following: "javax.persistence. PersistenceException
|
|
_PersistenceException: Failed to open file
Hello! I am experiencing a problem: JBWEB000309: type JBWEB000066: Exception report JBWEB000068: message com.objectdb.o._ PersistenceException : Failed to open file '/Users/username/JBossSoftware/jboss-eap-6.2/bin/$objectdb:/localhost:8080/db/guests.odb' the path in persistence.xml
|
|
Cannot catch a PersistenceException and continue the transaction
Cannot catch a PersistenceException and continue the transaction
|
|
jakarta.persistence.EntityManager
: the value returned by ConnectionFunction.apply .. Throws: PersistenceException - wrapping the checked ... is not a valid type for that entity's primary key or is null. PersistenceException ... argument is not a valid type for that entity's primary key or is null. PersistenceException
|
|
Index Definition
where different entities have the same value in a unique field, ObjectDB throws a PersistenceException
|
|
Defining a JPA Entity Class
class as an entity, JPA throws a PersistenceException . This behavior is similar
|
|
jakarta.persistence.TypedQuery
query. PersistenceException - if the query execution exceeds the query timeout value set ... back. PersistenceException - if the query execution exceeds the query timeout value set ... and only the statement is rolled back. PersistenceException - if the query execution exceeds the query
|
|
jakarta.persistence.PersistenceUnitUtil
. PersistenceException - if the entity is not associated with an open persistence context or ... if the given class is not an entity class belonging to the persistence unit. PersistenceException ... . PersistenceException - if the entity is not associated with an open persistence context or
|
|
Feature Request: Subclassed PersistenceException for Type Not Found in DB Schema
PersistenceException is thrown. For us, and I assume many other users, this isn’t a problem ... if this particular exception were a type/subclass of PersistenceException that we can catch and handle differently than more critical PersistenceExceptions . Please consider this suggestion and let me know
|
|
com.objectdb.o._PersistenceException: Failed to locate set method for field property using reflection
._ PersistenceException : Failed to locate set method for field property domain.PlatformTicker.platformConnector using reflection at com.objectdb.o._ PersistenceException .b(_ PersistenceException .java:45) at com.objectdb.o
|
|
Close() Method of EMF throwing "PersistenceException: Connection is closed" on first attempt to close.
._ PersistenceException : Connection is closed due to UserException: Connection is closed com.objectdb.o._ PersistenceException :45 com.objectdb.o.JPE:145 com.objectdb.o.ERR:56 com.objectdb.o.OST:599 com.objectdb.o
|
|
javax.persistence.PersistenceException Attempt to store an instance of a non persistable type java.net.URL
javax.persistence.PersistenceException Attempt to store an instance of a non persistable type java.net.URL
|
|
jakarta.persistence.EntityManagerFactory
, the PersistenceException is thrown. Parameters: cls - the class of the object to be returned. This is usually ... : an instance of the specified class. Throws: PersistenceException - if the provider does not
|
|
jakarta.persistence.EntityTransaction
indicating whether transaction is in progress. Throws: PersistenceException - if an unexpected ... back the current resource transaction. Throws: IllegalStateException - if isActive is false. PersistenceException
|
|
jakarta.persistence.EntityExistsException
. PersistenceException ∟ jakarta.persistence.EntityExistsException Implemented Interfaces: Serializable Thrown by ... the EntityExistsException or another PersistenceException may be thrown at flush or commit time. The current transaction
|
|
jakarta.persistence.Cache
, the PersistenceException is thrown. Parameters: cls - the class of the object to be returned. This is usually ... of the specified type. Throws: PersistenceException - if the provider does not support the given type. Since: Jakarta Persistence (JPA) 2.1
|
|
jakarta.persistence.EntityManagerFactory.unwrap(Class)
, the PersistenceException is thrown. Parameters: cls - the class of the object to be returned. This is usually ... : an instance of the specified class. Throws: PersistenceException - if the provider does not support the given type. Since: Jakarta Persistence (JPA) 2.1
|
|
jakarta.persistence.EntityManager.unwrap(Class)
. If the provider implementation of EntityManager does not support the given type, the PersistenceException ... of the specified class. Throws: PersistenceException - if the provider does not support the given type. Since: Jakarta Persistence (JPA) 2.0
|
|
jakarta.persistence.PessimisticLockException
Jakarta Persistence (JPA) Class jakarta.persistence.PessimisticLockException java.lang.Object ∟ java.lang.Throwable ∟ java.lang.Exception ∟ java.lang.RuntimeException ∟ jakarta.persistence. PersistenceException ∟ jakarta.persistence.PessimisticLockException Implemented Interfaces: Serializable
|
|
jakarta.persistence.LockModeType
, it must throw the PersistenceException . The lock modes PESSIMISTIC_READ , PESSIMISTIC_WRITE
|
|
jakarta.persistence.LockTimeoutException
Jakarta Persistence (JPA) Class jakarta.persistence.LockTimeoutException java.lang.Object ∟ java.lang.Throwable ∟ java.lang.Exception ∟ java.lang.RuntimeException ∟ jakarta.persistence. PersistenceException ∟ jakarta.persistence.LockTimeoutException Implemented Interfaces: Serializable Thrown by
|
|
jakarta.persistence.EntityNotFoundException
Jakarta Persistence (JPA) Class jakarta.persistence.EntityNotFoundException java.lang.Object ∟ java.lang.Throwable ∟ java.lang.Exception ∟ java.lang.RuntimeException ∟ jakarta.persistence. PersistenceException ∟ jakarta.persistence.EntityNotFoundException Implemented Interfaces: Serializable Thrown
|
|
jakarta.persistence.PersistenceUnitUtil.load(Object,String)
belonging to the persistence unit. PersistenceException - if the entity is not associated
|
|
jakarta.persistence.PersistenceUnitUtil.load(E,Attribute)
to the persistence unit. PersistenceException - if the entity is not associated with an open
|
|
jakarta.persistence.PersistenceUnitUtil.load(Object)
to the persistence unit. PersistenceException - if the entity is not associated with an open persistence context
|
|
jakarta.persistence.TypedQuery.getResultStream()
and only the statement is rolled back. PersistenceException - if the query execution exceeds the query timeout value set
|
|
jakarta.persistence.TypedQuery.getSingleResult()
. PersistenceException - if the query execution exceeds the query timeout value set and the transaction is rolled
|
|
jakarta.persistence.TypedQuery.getSingleResultOrNull()
back. PersistenceException - if the query execution exceeds the query timeout value set and the transaction is rolled
|
|
jakarta.persistence.TypedQuery.getResultList()
fails and only the statement is rolled back. PersistenceException - if the query execution exceeds
|
|
jakarta.persistence.StoredProcedureQuery.execute()
result corresponds to result set. Throws: PersistenceException - if the query execution exceeds
|
|
jakarta.persistence.StoredProcedureQuery.hasMoreResults()
if next result corresponds to result set. Throws: PersistenceException - if the query execution exceeds
|
|
jakarta.persistence.StoredProcedureQuery.getUpdateCount()
an update count. Throws: PersistenceException - if the query execution exceeds the query timeout value set
|
|
jakarta.persistence.StoredProcedureQuery.executeUpdate()
if there is no pending result or if the next result is not an update count.. Throws: PersistenceException
|
|
jakarta.persistence.StoredProcedureQuery.getResultList()
. Throws: PersistenceException - if the query execution exceeds the query timeout value set
|
|
jakarta.persistence.StoredProcedureQuery.getSingleResult()
- if more than one result. PersistenceException - if the query execution exceeds the query timeout value set
|
|
jakarta.persistence.StoredProcedureQuery.getSingleResultOrNull()
- if more than one result. PersistenceException - if the query execution exceeds the query timeout value set
|
|
jakarta.persistence.EntityTransaction.rollback()
Jakarta Persistence (JPA) Method in jakarta.persistence.EntityTransaction void rollback() Roll back the current resource transaction. Throws: IllegalStateException - if EntityTransaction.isActive is false. PersistenceException - if an unexpected error condition is encountered. Since: Jakarta Persistence (JPA) 1.0
|
|
jakarta.persistence.EntityTransaction.isActive()
Jakarta Persistence (JPA) Method in jakarta.persistence.EntityTransaction boolean isActive() Indicate whether a resource transaction is in progress. Returns: boolean indicating whether transaction is in progress. Throws: PersistenceException - if an unexpected error condition is encountered. Since: Jakarta Persistence (JPA) 1.0
|
|
jakarta.persistence.EntityManager.runWithConnection(ConnectionConsumer)
the transaction for rollback. Parameters: action - the action Throws: PersistenceException - wrapping the checked
|
|
jakarta.persistence.EntityManager.callWithConnection(ConnectionFunction)
: PersistenceException - wrapping the checked Exception thrown by ConnectionFunction.apply , if any. Since: Jakarta Persistence (JPA) 3.2
|
|
jakarta.persistence.EntityManager.lock(Object,LockModeType,LockOption...)
is not an entity or is a detached entity. PersistenceException - if an unsupported lock
|