ObjectDB Database Search
51-100 of 200 resultsjavax.transaction-api-1.3.jar and javax.persistence-api.2.2.jar Hi, I notice that objectdb zip file has: javax.transaction- api -1.3.jar However that library has moved to jakarta.transaction- api and is now on version 2.0.1 Questions: a) Do I need this library at all? b) If I do need it, do I use jakarta.transaction- api 1.3 or 2.0.1? Similarly java | |
JPA 2.0 Criteria API: (When) Fully supported ? API . Tested JPA 2.0 providers * Hibernate 3.6.1 - PASS. Minimum version 3.6.1 - older versions have a bug in the Criteria API implementation which prevents correct negation ... ; * DataNucleus 2.2.2 - FAIL. Was not able to create even a simple query with Criteria API .   | |
Enhancement API - NullPointerException Hi! I am trying to use the Enhancement API from within my application like this: com.objectdb.Enhancer.enhance("my.package.Foo"); However, I get the following NullPointerException: [ObjectDB 2.7.1 ... above). I'm not sure what is happening, the class exists and trying the API with a non-existent class | |
Java 8 time API Hi. Is Java 8 new DateTime API supported natively or through Converters in the newest versions of objectdb? If not, can we expect this feature in the next releases? Best regards and congratulations on this awesome database. Amsterdam Amsterdam Luís de Lima Filho It is not | |
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 | |
jakarta.persistence.criteria.CriteriaUpdate API . Criteria API bulk update operations map directly to database update operations, bypassing any | |
jakarta.persistence.criteria.CriteriaQuery. Since: Jakarta Persistence (JPA) 2.0 The JPA Criteria API Queries article explains how to use ... : Applications using the string-based API may need to specify the type of the select item when it results | |
jakarta.persistence.criteria.CriteriaDelete API Criteria API bulk delete operations map directly to database delete operations. The persistence | |
jakarta.persistence.criteria.Join Persistence (JPA) 2.0 The FROM clause (JPQL / Criteria API ) article explains how to use Join . Public ... attribute. Note: Applications using the string-based API may need to specify the type resulting from | |
jakarta.persistence.PessimisticLockException may be thrown as part of an API call, a flush or at commit time. The current transaction, if one is active | |
jakarta.persistence.LockTimeoutException transaction rollback. This exception may be thrown as part of an API call, at, flush or at commit time | |
jakarta.persistence.criteria.PluralJoin the string-based API may need to specify the type resulting from the Path.get operation in order | |
jakarta.persistence.criteria.Predicate. Since: Jakarta Persistence (JPA) 2.0 The Logical Operators in JPQL and Criteria API article explains | |
jakarta.persistence.criteria.MapJoin-based API may need to specify the type resulting from the Path.get operation in order to avoid the use | |
jakarta.persistence.criteria.Order Jakarta Persistence (JPA) Interface jakarta.persistence.criteria.Order An object that defines an ordering over the query results. Since: Jakarta Persistence (JPA) 2.0 The ORDER BY clause (JPQL / Criteria API ) article explains how to use Order . Public Instance Methods Expression getExpression | |
jakarta.persistence.criteria.Selection / Criteria API ) article explains how to use Selection . Public Instance Methods Selection alias | |
jakarta.persistence.criteria.SetJoin the string-based API may need to specify the type resulting from the Path.get operation in order to avoid | |
jakarta.persistence.TypedQuery of the specified type to allow access to a provider-specific API . If the provider implementation | |
jakarta.persistence.criteria.CollectionJoin: Applications using the string-based API may need to specify the type resulting from the Path | |
jakarta.persistence.criteria.ListJoin the string-based API may need to specify the type resulting from the Path.get operation in order to avoid | |
jakarta.persistence.criteria.From ) Create a path corresponding to the referenced attribute. Note: Applications using the string-based API | |
jakarta.persistence.Cache ) Return an object of the specified type to allow access to the provider-specific API | |
jakarta.persistence.Query an object of the specified type to allow access to a provider-specific API . If the provider | |
jakarta.persistence.StoredProcedureQuery of the specified type to allow access to a provider-specific API . If the provider implementation | |
jakarta.persistence.SqlResultSetMapping mapping, and used to refer to it in the methods of the Query and StoredProcedureQuery APIs | |
jakarta.persistence.Persistence a Jakarta EE container environment as well; however, support for the Java SE bootstrapping APIs is not | |
jakarta.persistence.OptimisticLockException may be thrown as part of an API call, a flush or at commit time. The current transaction, if one is active | |
Why does ObjectDB duplicate classes from javax.jdo:jdo-api? Hello, I'm using the Java Persistence API (JPA) in a library to not lock myself in to using ... . To use the @Index annotation, I had to add a dependency to the JDO API version 3.1 (old link: https://mvnrepository.com/artifact/javax.jdo/jdo- api /3.1). The code works just fine, but when I use | |
No Entity Class API and should not be bound to specific entity classes and persistent fields. Therefore, an API for accessing ... database with no original classes: Use the Metamodel API to find details on the entity classes in ... exists in the database and missing from the classpath. Use Java reflection API with information | |
JPA Query Criteria API (JPA 2.0) The JPA Criteria API supports dynamic definition of JPQL queries using CriteriaBuilder as ... Criteria API in expected in future versions. support Support Implementation of the JPA Criteria Query API was just added to ObjectDB in version 2.1.1_01. It will be officially supported | |
Enhancer API (JDO 3.0) One of the new features of JDO 3 is a standard API for enhancement. Currently ObjectDB implements its own enhancement API . support Support | |
ArrayIndexOutOfBounds with Critera API and function call Hello, This is getting really frustrating sorry but we're close before delivering our app to our customer and went against a show-stopper again. We're building a simple query with the criteria api ... ; } }; Create Selection Query (Critera- API ) from * TestEntity and add WHERE class | |
Strange Error with Criteria API and Sorting the sorted results. However, running this with the criteria API produces this error: Caused by: com | |
jakarta.persistence.criteria.Path.get(String) Jakarta Persistence (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 Path.get operation in order | |
jakarta.persistence.EntityManagerFactory.addNamedQuery(String,Query) APIs can be overridden. Information that is overridden does not affect the named query as registered | |
jakarta.persistence.EntityManagerFactory.unwrap(Class) Jakarta Persistence (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 | |
jakarta.persistence.EntityManager.unwrap(Class) Jakarta Persistence (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 | |
jakarta.persistence.EntityManager.createNativeQuery(String,Class) Jakarta Persistence (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 | |
jakarta.persistence.SqlResultSetMapping.name Jakarta Persistence (JPA) Method in jakarta.persistence.SqlResultSetMapping String name The name given to the result set mapping, and used to refer to it in the methods of the Query and StoredProcedureQuery APIs . Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.Cache.unwrap(Class) Jakarta Persistence (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 | |
jakarta.persistence.Query.unwrap(Class) Jakarta Persistence (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 | |
jakarta.persistence.criteria.CriteriaQuery.select(Selection) API may need to specify the type of the select item when it results from a get or join operation | |
Issue with TYPE expression in Criteria APIIssue with TYPE expression in Criteria API | |
criteria api / embedded objects / where ordercriteria api / embedded objects / where order | |
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 | |
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 |