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

due to various reasons: Hardware failure (e.g. a physical disk failure ). Software failure (e.g. a bug ... . Network or I/O failure when copying, moving or transferring a database file. Transferring a database file ... without its recovery file or recording directory. Power failure when the database is being updated

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

transaction is represented by: Database update failures that require transaction rollback are represented by: The RollbackException exception usually wraps the real failure cause as a nested exception  ... entity object, the nested exception is: Other common causes for RollbackException are lock failures

Database Management Settings

can be used to fix the database. Recovery from failure is automatically applied by ObjectDB ... (which modify the database) have to be recorded. For debugging of query failure

Database Transaction Replayer

is useful for two different purposes: It enables recovery from a database failure by replaying the recorded operations. It enables reproducing problems during debugging by repeating a failure . Backup

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

Apache License, Version 2.0, January 2004

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

Detached Entity Objects

of rollback or by a commit failure . Explicit Merge Detached objects can be attached to any

Eclipse Public License - v 1.0

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

Database Connection using JPA

to the database prior to the failure ) and a RollbackException is thrown.

ObjectDB Object Database Features

Recovery 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