ObjectDB Database Search
1-50 of 200 resultsjakarta.persistence.PersistenceException Jakarta Persistence (JPA) Class jakarta.persistence. PersistenceException java.lang.Object ∟ java ... . PersistenceException Implemented Interfaces: Serializable Thrown by the persistence provider when a problem occurs. All instances of PersistenceException , except for instances of NoResultException | |
jakarta.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 transactionCannot catch a PersistenceException and continue the transaction | |
JPA Exceptions.Throwable java.lang.Exception java.lang.RuntimeException javax.persistence. PersistenceException ... are represented directly by the PersistenceException class. Some specific errors are represented by subclasses of PersistenceException . For example, an attempt to update the database with no active | |
jakarta.persistence.EntityManager: the value returned by ConnectionFunction.apply .. Throws: PersistenceException - wrapping the checked ... argument 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 that prevents duplicate values in the indexed field. A PersistenceException is thrown on commit (or flush | |
Defining a JPA Entity Class as an entity class will cause a PersistenceException . This is similar | |
jakarta.persistence.StoredProcedureQuery to result set. Throws: PersistenceException - if the query execution exceeds the query timeout value set ... an update count.. Throws: PersistenceException - if the query execution exceeds the query timeout ... set. Throws: PersistenceException - if the query execution exceeds the query timeout value set | |
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.Query statement or for a criteria query. PersistenceException - if the query execution exceeds the query timeout ... - if pessimistic locking fails and only the statement is rolled back. PersistenceException - if the query ... and only the statement is rolled back. PersistenceException - if the query execution exceeds | |
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.URLjavax.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 ... . Returns: 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.Cache.unwrap(Class), 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.Query.unwrap(Class) implementation of Query does not support the given type, the PersistenceException is thrown ... : 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.QueryTimeoutException Jakarta Persistence (JPA) Class jakarta.persistence.QueryTimeoutException java.lang.Object ∟ java.lang.Throwable ∟ java.lang.Exception ∟ java.lang.RuntimeException ∟ jakarta.persistence. PersistenceException ∟ jakarta.persistence.QueryTimeoutException Implemented Interfaces: Serializable Thrown by | |
jakarta.persistence.RollbackException Jakarta Persistence (JPA) Class jakarta.persistence.RollbackException java.lang.Object ∟ java.lang.Throwable ∟ java.lang.Exception ∟ java.lang.RuntimeException ∟ jakarta.persistence. PersistenceException ∟ jakarta.persistence.RollbackException Implemented Interfaces: Serializable Thrown by | |
jakarta.persistence.TransactionRequiredException Jakarta Persistence (JPA) Class jakarta.persistence.TransactionRequiredException java.lang.Object ∟ java.lang.Throwable ∟ java.lang.Exception ∟ java.lang.RuntimeException ∟ jakarta.persistence. PersistenceException ∟ jakarta.persistence.TransactionRequiredException Implemented Interfaces | |
jakarta.persistence.NonUniqueResultException Jakarta Persistence (JPA) Class jakarta.persistence.NonUniqueResultException java.lang.Object ∟ java.lang.Throwable ∟ java.lang.Exception ∟ java.lang.RuntimeException ∟ jakarta.persistence. PersistenceException ∟ jakarta.persistence.NonUniqueResultException Implemented Interfaces: Serializable | |
jakarta.persistence.NoResultException Jakarta Persistence (JPA) Class jakarta.persistence.NoResultException java.lang.Object ∟ java.lang.Throwable ∟ java.lang.Exception ∟ java.lang.RuntimeException ∟ jakarta.persistence. PersistenceException ∟ jakarta.persistence.NoResultException Implemented Interfaces: Serializable Thrown by | |
jakarta.persistence.Persistence that may have been configured elsewhere. Throws: PersistenceException - if insufficient or inconsistent | |
jakarta.persistence.OptimisticLockException Jakarta Persistence (JPA) Class jakarta.persistence.OptimisticLockException java.lang.Object ∟ java.lang.Throwable ∟ java.lang.Exception ∟ java.lang.RuntimeException ∟ jakarta.persistence. PersistenceException ∟ jakarta.persistence.OptimisticLockException Implemented Interfaces: Serializable Thrown | |
jakarta.persistence.PersistenceConfiguration. Throws: PersistenceException - if required configuration is missing or if the factory could not | |
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 |