ObjectDB ObjectDB

Internal Website Search

31-40 of 200 resultsRefresh
86

Wrong data stored in time only fields

This may be related to the fix for the problem described in this thread: Wrong data stored in date ... . Except we are using ObjectDB 2.6.4_08, the system time zone is set to EST and both the OS and JVM are using the 2015g time zone data. While we cannot see a problem with date only fields (more testing
85

can not use spring-data-jpa repository with NamedQuery

in spring-data-jpa named queries are used to implement repository interface methods, see http://static.springsource.org/spring-data/data-jpa/docs/current/reference/html/#jpa.query-methods.named ... of f.bars") public class Foo implements Persistable<Long> {     private Set<String> bars
84

Query vs Extent for retrieving data

I'm running into a problem where data that is retrieved via a Query comes out null, but when I ... with maxReports set to 10 and 5 PositionReportBeans in reports. I can verify with the ObjectDB explorer that all of the data is there. If I call Extent<PositionReportManagerBean> extent =     pm
82

Glassfish 4 JTA Data Source Support

well as conventional data source setting. If you create a basic data source implementation for ObjectDB ... I would like to have the persistence.xml of my server application (REST service) use a JTA data source, so that I can configure the data source from the app server (Glassfish 4 in my case
82

java.lang.ClassCastException in OSGi runtime when loading data from DB

ClassCastExceptions on my "entity" classes when I try to read data from the DB. In a very old (2011?) forum ... . The entity obviously has to get loaded by all bundles in order to manipulate the data. This is the code ... the classes and having to move data around between the Entities and DTOs. Many thanks in advance
81

Import data from MySQL

Hi, I tried the objectdb in my research, find it very easy to handle without setting up xml files ... mysql data into objectdb? gzdillon Lai Yang Currently to import data from other databases to ObjectDB ... data from MySQL using JPA as entity objects, detach the retrieved entity objects and then persist
81

Retrieve data of all entity classes in a single query

I have in an objectdb file 10 Entity Classes with some data in each (Athlete, Trainer, Stadium etc) This is the code I use to retrieve all Managed Types and data for the Athlete class Metamodel metamodel = em.getMetamodel(); Set<ManagedType<?>> allManagedTypes = metamodel.getManagedTypes
80

Wrong data stored in date only fileds

/10/2015 Madrid time (when clock goes back 1 hour at 3am), Object DB puts wrong data in the fields ... . Here are the values used to set the fields before adding the objects (in the attached DB) to the DB: Record ... you will notice that the startDate field is set to "Sat Oct 24 00:00:00 CEST 2015", i.e. one day
79

Pessimistic Lock Timeouts setting

._LockTimeoutException: Write lock cannot be granted for a.b.c.d.EE#150. irrespective if I set it at '0 ... would be that the current application method 'sleep' until the lock is released. Is this possible? I realise setting ... William Support of pessimistic lock timeout setting (javax.persistence.lock.timeout) was just added in
16

Retrieving JPA Entity Objects

with data that is retrieved from the database (or from the L2 cache - if enabled). The new entity object ... is returned as is. Otherwise, the object data is retrieved from the database and a new managed entity object with that retrieved data is constructed and returned. If the object is not found in the database

Getting Started

ObjectDB is very easy to use. Follow the Getting Started Tutorial and the Quick Tour manual chapter and in minutes you may be able to write and run first Java programs against ObjectDB.

Prior knowledge or experience in database programming (SQL, JDBC, ORM, JPA, etc.) is not required, but some background in using the Java language is essential.

Need Help?

  1. Search ObjectDB website
  2. Read the FAQ
  3. Follow the Tutorials
  4. View or post in the forum
  5. Search or file an issue
  6. Contact support