 8 | Hi we have found that applying indexes on an existing table erases the data. Are we doing ... it doesn't work well in some cases. Please provide more information. Please check carefully if data ... (without declaring the schema change)? What data is missing? Complete objects? specific fields in |
 8 | Hi, could someone recommend a good tool to use for data migration from SQLServer to ObjectDB. Unfortunately there is currently no such automatic tool. Using a JPA ORM library (e.g. Hibernate or EclipseLink) you can write your own conversion program that retrieves data from the SQLServer database as |
 8 | I am working on a Spring Boot application. I want to integrate ObjectDB with Spring Data JPA. I refer to the http://www.objectdb.com/database/forum/860 to do the configuration. When I start ... org.springframework.data.jpa.domain.AbstractPersistable.id
at com.objectdb.o.MSG.d(MSG.java:62 |
 8 | has been enhanced to call the jdoStateManager on read if the jdoFlags setting is not READ_OK or READ_WRITE_OK ... to call the jdoStateManager on read if the jdoFlags setting is not READ_OK or READ_WRITE_OK. Since: JDO 1.0 byte ... to call the jdoStateManager on write if the jdoFlags setting is not READ_WRITE_OK;. If jdoFieldFlags |
 7 | );
}
};] from Spring-Data i got a NullPointerException in com.objectdb.jpa.criteria.PathImpl |
 7 | Hello, How can I save data dynamically such as "List" in Java -> ArrayList, LinkedList, etc. thanks Seena Abdollahi Seena Abdollahi Software Engineer Lists are persisted automatically as fields of entity classes. See chapter 2 and 3 of the manual for more details. sabdollahi |
 | |
 | |
 7 | Significant I/O costs during batch update or insert data. |
 7 | using objectdb.jar in writing data to mariadb or mysql db |