Internal Website Search

141-150 of 200 resultsRefresh

Schema-Update: Rename superclass and remove one subclass

> result = q.getResultList(); System.out.println("size: " + result.size());

Is 2 level cache in use?

Hi, Is there any way to check, if 2 level cache is in use? Right now I've done two things: 1. objectdb.conf with cache size is placed in WEB-INF directory ...  by setting its size to 0. The main problem with the default implementation

Persist not working when ObjectDB and another db is used in the same application (through spring) with different tx managers

; System.out.println(t.size()); } @Transactional(readOnly = false) public void addObjectw() {     ... Transfer t").getResultList();     System.out.println(t.size());   }

RT Java application recording into 100DB run OOM after a few hours.

, the default cache size ... then you will have to reduce cache sizes, etc. support Support

List of Enum Values in an entity

" : Integer.toString(flags.size());   System.out.println("    Number of Flags ... = name + " (signed on " + signingDate + ")";   if (flags != null && flags.size() > 0

OneToMany and cascade delete problem

, size: 10 Offer: Offer for product: 94, store: 4 Offer: Offer for product: 54, store: 4 ... : Store: 4, size: 9 Offer: Offer for product: 64, store: 4 Offer

Join performance in Objectdb

seems to be based on the size of fields of entities: JPQL> select count ... of Objectdb seems to be based on the size of fields of entities. I tried to repeat

Possible issue with timestamps

();         assertEquals(1, results.size());     ... .getResultList();         assertEquals(1, results.size());   

cache optimizing

;       <url-history size="50" user="true" password="true" />   ... ;      <size initial="256kb" resize="256kb" page="2kb" />   

Server connection management

> You should be able to set the connection pool size by a property in Currently the default pool size is 50. support Support This is very useful