ObjectDB ObjectDB

Internal Website Search

161-170 of 200 resultsRefresh
2

ObjectDB and Spring Boot - sharing a simple working example

> {     List<Person> findAllByBirthDateBetween(Date d1, Date d2);     List<Person> findAllByGender(Person.Gender g);     List<Person> findAllByBirthDateBetweenAndGender(Date d1, Date d2, Person ... /spring-data/jpa/docs/current/reference/html/#jpa.query-methods.query-creation     @Query("Select p
2

virtual servers and one file

of this? Our only current workaround is to swap out older Entities entirely, but of course ... . ObjectDB 2.x does use RandomAccessFile. ObjectDB 3.0, which is currently under development switched ... areas. Maybe depending on the creation date? best regards Arne Arne Arne Stocker Thank
2

How to Use a SF with extended Persistence Context?

. if it finds one it updater his date to the current date. if not, it stores a new one using ... it show each name only once with his last login date. The changes are as follows: The GuestDao is a SF ... .as.security] (MSC service thread 1-9) JBAS013100: Current PicketBox version=4.0.7.Final 13:52:02,095
2

What role is the JDO in ObjectDB?

ObjectDB is currently the most extended and up to date among all the JDO implementations except the JDO ... Mike Keith believe the JDO is out of date. Then what role of JDO in ObjectDB? Will our codes with JDO be out of date? Due in part to some of the failures of the EJB persistence model, and some
2

significant performance decrease

to around 30% when the number of entities was just half of the current). We tried to optimize the cache settings, current objectdb.conf is: <!-- ObjectDB Configuration --> <objectdb> <general> <temp ... ; public Date associatedFileLastModification; @Index public String classIdentifier; public Date
2

Possible issue with String fields

; String external_booking_ref; @Temporal(javax.persistence.TemporalType.DATE) Date start_dt; @Temporal(javax.persistence.TemporalType.DATE) Date end_dt; @Temporal(javax.persistence.TemporalType.DATE) Date new_end_dt; String vehicle_group; String vehicle_identifier
2

Possible issue with timestamps

.creationDate < :endDate and pass the dates in as parameters it works correctly. I have attached ... = 1L;                private Date creationDate = null;         private String firstname = null ... ;             this.creationDate = new Date();         }                 public CDI(String firstname, String lastname
2

How to use JOIN FETCH?

; import java.io.File; import java.text.SimpleDateFormat; import java.util.Date; import java.util ... private long id;   private String name;   @OneToMany   @MapKeyTemporal(TemporalType.DATE)   private Map<Date,Address> addressHistory = new HashMap<Date,Address>();   public long getId
2

em.flush(); em.clear(); loosing data and not persisting managed objects

- A Date object (I'm using its .toString() representation. This is the timestamp of when the Note ... /> <navigations> <addDate member="addDate" memberType="java.util.Date" id ... ="0" ext="1"> <member exp="$1.addDate" type="java.util.Date" var="1" directVar
0

com.objectdb.o.InternalException: java.lang.ArrayIndexOutOfBoundsException: null

.TemporalType.TIMESTAMP) private Date createdTime; @Temporal(javax.persistence.TemporalType.TIMESTAMP) private Date modifiedTime; private @Index @Temporal(javax.persistence.TemporalType.TIMESTAMP) Date ... .TIMESTAMP) private Date refreshedTime; @Temporal(javax.persistence.TemporalType.TIMESTAMP) private

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