ObjectDB Database Search

1-50 of 119 results

jakarta.persistence.SchemaValidationException.failures

Jakarta Persistence (JPA) Field in jakarta.persistence.SchemaValidationException failures Since: Jakarta Persistence (JPA) 1.0

Master database switching to read-only mode, possibly caused by slave failure

We had a database failure causing a production outage. Both master and slave databases have failed ... -only mode so this is also unexpected. Is it possible that actually the failure started on the master ... too much resources, maybe because of repeating attempts?) As you know, master failure currently requires

ObjectDB stability after power failure

without support instantly available for many years.  How stable is ObjectDB when it comes to power failures ... failures .  Is ObjectDB suitably robust that it won't fail in such situations?    ... on power failure :  Recovery File and  Recording . If you try a 'kick the plug

Enhancer failure: Failed to process class file of type

more FAILURE : Build failed with an exception. dmoshal David Moshal If you switched to Java 9 then you need

Optimistic locking failure

Optimistic locking failure : I am using a Semaphore to force this execution of concurrents transactions T1 and T2 that cause parallel updates to A/B but it does not throw an OptimisticLockException and roll back. T1 T2 ---------------------------------------------------------- READ(A) version=1

Database Doctor

for several reasons: Hardware failure (for example, a physical hard drive failure or RAM error). Software failure ... while it is in use. A network or I/O failure when copying, moving, or transferring a database file. Transferring ... without its corresponding recovery file or recording directory. A power failure during a database update

failure to enforce NOT NULL for java.lang.String

failure to enforce NOT NULL for java.lang.String

Merge failure with composite primary key

Merge failure with composite primary key

JDOHelper.isDetached failure ?

JDOHelper.isDetached failure ?

Failure after ObjectDB 2.4.5_07 upgrade from 2.4.4_06

Failure after ObjectDB 2.4.5_07 upgrade from 2.4.4_06

JPA Exceptions

PersistenceException to handle runtime failures . This structure enables applications to catch specific errors or ... General persistence exceptions The base class for general persistence failures is: This is the root ... and locking exceptions Lock acquisition failures during updates or retrieval are indicated by: Thrown

Database Transaction Replayer

. This feature is useful for two purposes: Recovering from a database failure by replaying the recorded operations. Reproducing problems during debugging by repeating a failure . Recording transactions

jakarta.persistence.EntityManager

locking failure causes transaction-level rollback the LockTimeoutException is thrown if the database locking failure causes only statement-level rollback Parameters: entityClass - entity class lockMode ... but cannot be locked: the PessimisticLockException is thrown if the database locking failure causes

Database Management Settings

, which modify the database. For debugging query failures , you might need to record "all" operations to reproduce

Apache License, Version 2.0, January 2004

, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses

Eclipse Public License - v 1.0

cure such failure in a reasonable period of time after becoming aware of such noncompliance

JPA Connections and Transactions

rolled back. This rollback includes any modifications that were propagated to the database before the failure . A RollbackException is then thrown.

ObjectDB Object Database Features

from failure by using a  recovery file and double writing. Additional recovery layer

jakarta.persistence.LockModeType

update failure among concurrent updating transactions. The persistence implementation must support ... , and the database locking failure results in transaction-level rollback, the provider must throw ... . When the lock cannot be obtained, and the database locking failure results in only statement-level

jakarta.persistence.Version

, which is used to detect optimistic lock failures , ensuring the integrity of optimistic transactions. The version ... held by an entity class instance. An optimistic lock failure occurs when verification of the version

jakarta.persistence.SchemaValidationException

, Exception... failures ) Constructs a new instance with a message and, optionally, an array of exceptions, each representing a problem detected while validating the schema. Parameters: failures

jakarta.persistence.EntityManager.lock(Object,LockModeType,LockOption...)

if the database locking failure causes transaction-level rollback the LockTimeoutException is thrown if the database locking failure causes only statement-level rollback If a vendor-specific

jakarta.persistence.EntityManager.refresh(Object,LockModeType)

: the PessimisticLockException is thrown if the database locking failure causes transaction-level rollback the LockTimeoutException is thrown if the database locking failure causes only statement-level

jakarta.persistence.EntityManager.lock(Object,LockModeType)

: the PessimisticLockException is thrown if the database locking failure causes transaction-level rollback the LockTimeoutException is thrown if the database locking failure causes only statement-level

jakarta.persistence.EntityManager.lock(Object,LockModeType,Map)

if the database locking failure causes transaction-level rollback the LockTimeoutException ia thrown if the database locking failure causes only statement-level rollback If a vendor-specific property or

jakarta.persistence.EntityManager.refresh(Object,LockModeType,Map)

is thrown if the database locking failure causes transaction-level rollback the LockTimeoutException is thrown if the database locking failure causes only statement-level rollback. If a vendor-specific

jakarta.persistence.EntityManager.refresh(Object,RefreshOption...)

: the PessimisticLockException is thrown if the database locking failure causes transaction-level rollback the LockTimeoutException is thrown if the database locking failure causes only statement-level

jakarta.persistence.SchemaValidationException.SchemaValidationException(String,Exception...)

Jakarta Persistence (JPA) Constructor in jakarta.persistence.SchemaValidationException SchemaValidationException (    String message ,    Exception... failures ) Constructs a new ... detected while validating the schema. Parameters: failures - an array of exceptions, each representing

jakarta.persistence.EntityManager.find(EntityGraph,Object,FindOption...)

: the PessimisticLockException is thrown if the database locking failure causes transaction-level rollback the LockTimeoutException is thrown if the database locking failure causes only statement-level rollback If a vendor

jakarta.persistence.EntityManager.find(Class,Object,LockModeType)

if the database locking failure causes transaction-level rollback the LockTimeoutException is thrown if the database locking failure causes only statement-level rollback Parameters: entityClass - entity

jakarta.persistence.EntityManager.find(Class,Object,LockModeType,Map)

: the PessimisticLockException is thrown if the database locking failure causes transaction-level rollback the LockTimeoutException is thrown if the database locking failure causes only statement-level rollback If a vendor

jakarta.persistence.EntityManager.find(Class,Object,FindOption...)

but cannot be locked: the PessimisticLockException is thrown if the database locking failure causes transaction-level rollback the LockTimeoutException is thrown if the database locking failure causes only statement

jakarta.persistence.Entity

a value used to detect optimistic lock failure . Fields or properties of an entity class

jakarta.persistence.criteria.PluralJoin

failure . Inherited from Expression Parameters: type - intended type of the expression Returns: new

jakarta.persistence.criteria.Path

is not changed. Warning: may result in a runtime failure . Inherited from Expression Parameters: type

jakarta.persistence.criteria.Predicate

: the runtime type is not changed. Warning: may result in a runtime failure . Inherited from Expression

jakarta.persistence.criteria.MapJoin

: may result in a runtime failure . Inherited from Expression Parameters: type - intended type

jakarta.persistence.criteria.ParameterExpression

. Warning: may result in a runtime failure . Inherited from Expression Parameters: type - intended type

jakarta.persistence.criteria.Root

. Warning: may result in a runtime failure . Inherited from Expression Parameters: type - intended type

jakarta.persistence.criteria.Subquery

. Warning: may result in a runtime failure . Inherited from Expression Parameters: type - intended type

jakarta.persistence.criteria.SetJoin

cause type conversion: the runtime type is not changed. Warning: may result in a runtime failure

jakarta.persistence.criteria.CriteriaBuilder.Case

cause type conversion: the runtime type is not changed. Warning: may result in a runtime failure

jakarta.persistence.criteria.CriteriaBuilder.In

: may result in a runtime failure . Inherited from Expression Parameters: type - intended type of the expression

jakarta.persistence.criteria.CriteriaBuilder.Coalesce

cause type conversion: the runtime type is not changed. Warning: may result in a runtime failure

jakarta.persistence.criteria.CollectionJoin

: may result in a runtime failure . Inherited from Expression Parameters: type - intended type

jakarta.persistence.criteria.Expression

changed. Warning: may result in a runtime failure . Parameters: type - intended type

jakarta.persistence.criteria.CriteriaBuilder.SimpleCase

not cause type conversion: the runtime type is not changed. Warning: may result in a runtime failure

jakarta.persistence.criteria.ListJoin

not cause type conversion: the runtime type is not changed. Warning: may result in a runtime failure

jakarta.persistence.criteria.From

conversion: the runtime type is not changed. Warning: may result in a runtime failure . Inherited from

jakarta.persistence.criteria.Join

. Warning: may result in a runtime failure . Inherited from Expression Parameters: type - intended type