Internal Website Search

161-170 of 200 resultsRefresh

Query performance in general

Hi ObjectDB team, we are currently investigating performance issues ... is doing automatically? For example, Entity TestObject has fields id and date where id is indexed and date is not. Would it make sense to have "WHERE $1.id > ... AND $1.date >= ..." instead

ObjectDB and Spring Boot - sharing a simple working example

; findAllByBirthDateBetween(Date d1, Date d2);     List<Person> ... nder(Date d1, Date d2, Person.Gender gender);     // the above are supported by spring data, see:     // docs.spring.io/spring-data/jpa/docs/current

virtual servers and one file

the virtual server's cache. Have you ever heard of this? Our only current workaround is to swap out older ... > ObjectDB 2.x does use RandomAccessFile. ObjectDB 3.0, which is currently ... file areas. Maybe depending on the creation date? best regards Arne

How to Use a SF with extended Persistence Context?

name) simply look for the guest in the DB. if it finds one it updater his date to the current date ... only once with his last login date. The changes are as follows: The GuestDao is a SF ... :02,050 INFO  [org.jboss.as.security] (MSC service thread 1-9) JBAS013100: Current PicketBox version

significant performance decrease

compared 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: < ... public String uUid; public Integer associatedFileCurrentVersion; public Date

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

Possible issue with timestamps

CDI c where c.creationDate > :startDate and c.creationDate < :endDate and pass the dates in as ... ;  private Date creationDate = null;         private String ... ;  this.creationDate = new Date();         }   

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

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

ObjectDB 2 JDO Manual

that keeping two manuals up to date is a lot of work, but I would suggest that you a least make the Quick ... of thousands of current users. Most of those users are probably now looking for a new product ... be a good one. JPA would not be of interest to most people currently using Object databases.

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

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