ObjectDB Database Search

51-100 of 200 results

Softdelete api like hibernate

maybe recover back with api ? It wont be hard to implement these to objectdb core! best regards kadirbasol Kadir BASOL

Separate ODB files API

Customer asked during opened ObjectDb connection (ODB location A) to stop writing and continue to another ODB file (Location B). Does exist some API to achieve that? What is a possible solution? Harman Alexander Golyshkin You have to close the database in location A, copy it from location

Is there an API to get the current version of ObjectDB that's being used?

Is there an API to get the current version of ObjectDB that's being used? This would be very handy to have, because it is somewhat difficult to know what version of the ObjectDB you are currently using since the objectdb.jar filename remains the same for all versions (which is not a bad thing by

locks on pure query activities

(JpaQuery.java:719) - locked (a com.objectdb.jdo.PMImpl) at com.agile.hummingbird. API .handleQuery( API .java:3020) at com.agile.hummingbird. API .directRequest( API .java:852) at com.agile.hummingbird. API .handleWebSocketRequest( API .java:614) at com.agile.hummingbird.WebSocketServerListener.onWebSocketText

Should I use ObjectDB and JDO?

.   It looks like JDO is the preferred API for me (because ObjectDB FAQs lead me to believe ... solution.  =)   Thanks! CBE CBE Hmm, I just found this link:  https://www.objectdb.com/ api ... API reference unique to ObjectDB, or is it an exact copy of some JDO 2.x API that I could find

Adding EntityListener Throws Unexpected Internal Exception

) at play. api .GlobalPlugin.onStart(GlobalSettings.scala:220) at play. api .Play$$anonfun$start$1$$anonfun$apply$mcV$sp$1.apply(Play.scala:91) at play. api .Play$$anonfun$start$1$$anonfun$apply$mcV$sp$1.apply(Play.scala:91) at scala.collection.immutable.List.foreach(List.scala:383) at play. api .Play

How to Use a SF with extended Persistence Context?

-servlet- api _3.0_spec-1.0.0.Final.jar:1.0.0.Final] at javax.servlet.http.HttpServlet.service(HttpServlet.java:847) [jboss-servlet- api _3.0_spec-1.0.0.Final.jar:1.0.0.Final] at org.apache.catalina.core ... (HttpServlet.java:754) [jboss-servlet- api _3.0_spec-1.0.0.Final.jar:1.0.0.Final] at javax.servlet.http

UTF Error

.UIData.getValue(UIData.java:736) at org.primefaces.component. api .UIData.getDataModel(UIData.java:628) at javax.faces.component.UIData.getRowCount(UIData.java:347) at org.primefaces.component. api ... . api .UIData.getDataModel(UIData.java:628) at javax.faces.component.UIData.getRowCount(UIData.java:347

ObjectDB Enincompatible with Quarkus?

.junit.jupiter. api .extension.InvocationInterceptor.interceptTestClassConstructor(InvocationInterceptor ... (DefaultLauncher.java:75)     at org.gradle. api .internal.tasks.testing.junitplatform ... (JUnitPlatformTestClassProcessor.java:99)     at org.gradle. api .internal.tasks.testing.junitplatform

ClassRef jakarta.persistence.PersistenceConfiguration

of an EntityManagerFactory . The configuration options available via this API reflect the similarly-named elements of the persistence.xml file. This API may not be used to configure a container-managed ... , even when this API is used within the Jakarta EE environment. If injection of the EntityManagerFactory

InterfaceRef jakarta.persistence.EntityManager

. The EntityManager API is used to perform operations that affect the state of the persistence context, or ... for executing a native SQL query. In the next release of this API , the return type of this method will change ... to a provider-specific API . If the provider implementation of EntityManager does not support

Issue with TYPE expression in Criteria API

Issue with TYPE expression in Criteria API

criteria api / embedded objects / where order

criteria api / embedded objects / where order

InterfaceRef jakarta.persistence.criteria.CriteriaDelete

JPA Interface CriteriaDelete Type Parameters: - the entity type that is the target of the DELETE Super Interfaces: CommonAbstractCriteria The CriteriaDelete interface defines functionality for performing bulk delete operations using the Criteria API Criteria API bulk delete operations map directly

InterfaceRef jakarta.persistence.criteria.CriteriaBuilder

JPA Interface CriteriaBuilder Used to construct criteria queries, compound selections, expressions, predicates, orderings. Note that Predicate is used instead of Expression in this API in order ... Criteria API Queries article explains how to use CriteriaBuilder . Public Methods Expression abs

InterfaceRef jakarta.persistence.criteria.Path

" expression. Since: JPA 2.0 The Paths and Types in JPQL and Criteria API article explains ... corresponding to the referenced attribute. Note: Applications using the string-based API may need to specify

InterfaceRef jakarta.persistence.criteria.CriteriaUpdate

JPA Interface CriteriaUpdate Type Parameters: - the entity type that is the target of the update Super Interfaces: CommonAbstractCriteria The CriteriaUpdate interface defines functionality for performing bulk update operations using the Criteria API . Criteria API bulk update operations map

InterfaceRef jakarta.persistence.criteria.CriteriaQuery

functionality that is specific to top-level queries. Since: JPA 2.0 The JPA Criteria API Queries article ... : Applications using the string-based API may need to specify the type of the select item when it results

Query fails with failed to read

.hummingbird.CT_Container.computeContainer(CT_Container.java:214) com.agile.hummingbird. API .handleGetContainer( API .java:3130) com.agile.hummingbird. API .directRequest( API .java:965) com.agile.hummingbird. API .handleWebSocketRequest( API .java:808) com.agile.hummingbird.WebSocketServerListener

InterfaceRef jakarta.persistence.criteria.Selection

JPA Interface Selection Type Parameters: - the type of the selection item Super Interfaces: TupleElement The Selection interface defines an item that is to be returned in a query result. Since: JPA 2.0 The SELECT clause (JPQL / Criteria API ) article explains how to use Selection . Public Methods

InterfaceRef jakarta.persistence.criteria.Root

JPA Interface Root Type Parameters: - the entity type referenced by the root Super Interfaces: FetchParent , From A root type in the from clause. Query roots always reference entities. Since: JPA 2.0 The FROM clause (JPQL / Criteria API ) article explains how to use Root . Public Methods EntityType

ClassRef jakarta.persistence.LockTimeoutException

part of an API call, at, flush or at commit time. The current transaction, if one is active

EntityManagerFactory.unwrap(cls) - JPA Method

JPA Method in jakarta.persistence.EntityManagerFactory T unwrap (   Class  cls ) Return an object of the specified type to allow access to a provider-specific API . If the provider implementation of EntityManagerFactory does not support the given type, the PersistenceException

ClassRef jakarta.persistence.PessimisticLockException

when a pessimistic locking conflict occurs. This exception may be thrown as part of an API call, a flush or

InterfaceRef jakarta.persistence.criteria.Predicate

and Criteria API article explains how to use Predicate . Public Methods List getExpressions () Return

Path.get(attributeName) - JPA Method

JPA Method in jakarta.persistence.criteria.Path Path get (   String attributeName ) Create a path corresponding to the referenced attribute. Note: Applications using the string-based API may need to specify the type resulting from the get operation in order to avoid the use of Path

EntityManagerFactory.addNamedQuery(name,query) - JPA Method

procedure parameters. When the query is executed, information that can be set by means of the query APIs

ClassRef jakarta.persistence.OptimisticLockException

when an optimistic locking conflict occurs. This exception may be thrown as part of an API call, a flush or

InterfaceRef jakarta.persistence.Query

to a provider-specific API . If the provider implementation of Query does not support the given type

InterfaceRef jakarta.persistence.TypedQuery

of the specified type to allow access to a provider-specific API . If the provider implementation of Query does not

ClassRef jakarta.persistence.Persistence

well; however, support for the Java SE bootstrapping APIs is not required in container environments

Query.unwrap(cls) - JPA Method

JPA Method in jakarta.persistence.Query T unwrap (   Class  cls ) Return an object of the specified type to allow access to a provider-specific API . If the provider implementation of Query does not support the given type, the PersistenceException is thrown. Parameters: cls

InterfaceRef jakarta.persistence.criteria.From

corresponding to the referenced attribute. Note: Applications using the string-based API may need

InterfaceRef jakarta.persistence.StoredProcedureQuery

to a provider-specific API . If the provider implementation of Query does not support the given type

EntityManager.createNativeQuery(sqlString,resultClass) - JPA Method

JPA Method in jakarta.persistence.EntityManager Query createNativeQuery (   String sqlString,    Class  resultClass ) Create an instance of Query for executing a native SQL query. In the next release of this API , the return type of this method will change

InterfaceRef jakarta.persistence.criteria.Order

JPA Interface Order An object that defines an ordering over the query results. Since: JPA 2.0 The ORDER BY clause (JPQL / Criteria API ) article explains how to use Order . Public Methods Expression getExpression () Return the expression that is used for ordering. Return: expression used

AnnotationAttrRef jakarta.persistence.SqlResultSetMapping.name

JPA Annotation Attribute in jakarta.persistence.SqlResultSetMapping String name default null The name given to the result set mapping, and used to refer to it in the methods of the Query and StoredProcedureQuery APIs . Since: JPA 1.0

AnnotationRef jakarta.persistence.SqlResultSetMapping

name default null The name given to the result set mapping, and used to refer to it in the methods of the Query and StoredProcedureQuery APIs . Since: JPA 1.0

Cache.unwrap(cls) - JPA Method

JPA Method in jakarta.persistence.Cache T unwrap (   Class  cls ) Return an object of the specified type to allow access to the provider-specific API . If the provider's implementation of the Cache interface does not support the specified class, the PersistenceException is thrown

InterfaceRef jakarta.persistence.Cache

of the specified type to allow access to the provider-specific API . If the provider's implementation

EntityManager.unwrap(cls) - JPA Method

JPA Method in jakarta.persistence.EntityManager T unwrap (   Class  cls ) Return an object of the specified type to allow access to a provider-specific API . If the provider implementation of EntityManager does not support the given type, the PersistenceException is thrown

InterfaceRef jakarta.persistence.criteria.Join

JPA Interface Join Type Parameters: - the source type of the join - the target type of the join Super Interfaces: Expression , FetchParent , From , Path A join to an entity, embeddable, or basic type. Since: JPA 2.0 The FROM clause (JPQL / Criteria API ) article explains how to use Join . Public

CriteriaQuery.select(selection) - JPA Method

JPA Method in jakarta.persistence.criteria.CriteriaQuery CriteriaQuery select (    Selection  selection ) Specify the item that is to be returned in the query result. Replaces the previously specified selection(s), if any. Note: Applications using the string-based API may need

Exception makes the system unusable for several minutes

.endAction(AC_Action.java:878) at com.agile.hummingbird. API .executeEndAction( API .java:1874) at com.agile.hummingbird. API .handleAction( API .java:1614) at com.agile.hummingbird. API .directRequest( API .java:1089) at com.agile.hummingbird. API .handleWebSocketRequest( API .java:890) at com.agile.hummingbird

stress test -> com.objectdb.o.InternalException: null

I am running a stress test with 2 users, each making a request to the JSON API (which uses as storage ObjectDB) each 50 milliseconds. An API call might have between 1-4 db calls ... ) at com.fitbird.boundary. api .util.PlanAccessVerifier. (PlanAccessVerifier.java:40) at com.fitbird.boundary

Query Execution Error

.vereinsverwaltung.abrechnung. api .model.mitglied.MitgliedDebitorenKontoFragment) $1.qubletFRAGMENTMAP.get('com.lexware.vereinsverwaltung.abrechnung. api .model.mitglied.MitgliedDebitorenKontoFragment')).debitor=true)) AND ((((com.lexware.vereinsverwaltung.abrechnung. api .model.mitglied

Errors in log to repprt

.hummingbird. API .executeEndAction( API .java:1718) at com.agile.hummingbird. API .handleAction( API .java:1480) at com.agile.hummingbird. API .directRequest( API .java:1001) at com.agile.hummingbird. API .handleWebSocketRequest( API .java:836) at com.agile.hummingbird.WebSocketServerListener.onWebSocketText

again merger missing logs + objectdb exception

.hummingbird. API .handleGetContainer( API .java:2745) at com.agile.hummingbird. API .directRequest( API .java:802) at com.agile.hummingbird. API .handleWebSocketRequest( API .java:630) at com.agile.hummingbird ... .java:163) at com.agile.hummingbird. API .handleGetContainer( API .java:2745) at com.agile.hummingbird. API

missing merger

.hummingbirdcore. API .executeEndAction( API .java:3017)     at com.agile.hummingbirdcore. API .handleAction( API .java:2533)     at com.agile.hummingbirdcore. API .handleActionBulk( API .java:2133)     at com.agile.hummingbirdcore. API .directRequest( API .java:1695)   

retrieval again and again started

.agile.hummingbirdcore. API .executeErrorAction( API .java:2940)     at com.agile.hummingbirdcore. API .handleAction( API .java:2418)     at com.agile.hummingbirdcore. API .directRequest( API .java:1621)     at com.agile.hummingbirdcore. API .handleWebSocketRequest( API