Internal Website Search

171-180 of 200 resultsRefresh

How to create dynamic Entity class.

which is create dynamic class as well as object. Class and object successfully created. And insert data also now problem is only once object is created and insert data only first time. when i

Pre-detach loading: retrieval by navigation not working in if statement

) { this.value = value; } (I won't go here into details about why such value wrappers ... ;">'loaded into the JVM' and enhanced into memory

Explorer in 2.3

into another database. 2. Lazy loading of data, especially in table view - With large ... when editing fields - It would be very useful to be able to enter a Java expression into a field ... . Auto-login of last opened (remote) database puts the full URL into the Database Path field

find repeated records by JPQL

and put them into hashmap, finally it cost one hour and failed: Exception in ... ">OutOfMemoryError while trying to load all the entity objects into a memory data structure is expected. You may try splitting the query into two queries - first execute the inner query

Feature Request: Improved ObjectDB Explorer

capable of entering static data into the database. What I mean is that we have to write code ... some main method to get blocks of data into the database, while we can enter data straight into ... , but this becomes annoying if we need to frequently, manually enter new information into the database

Path in tomcat

Hi, If I put the .jar into /opt/Tomcat/lib/, then where the .conf ... all things into a .war file. Then I use Tomcat's web deploy tool by the .war file. However, if I put objectdb into the project's /WEB-INF/, I may lost the db when I use Undeploy tool. TIA

Memory error during commit, if @ElementCollection field contains many elements

and modify each stepNumber. But this one runs into memory error and happens only, if we have many ... because it is a lazy field. Why we run into a memory error? btc_es BTC EmbeddedSystems When an entity ... ="code">byte[] to save space, and extracted into objects only when needed, but that loaded

Monitoring and Performance counters

> - inserts/s, updates/s, deletes/s, reads/s - total inserts, update, deletes, reads

GC Memory

;A large customer file (around 4.5 Gb) is broken out into 16 segments of around 260 MB each.  The process then loads each segment file into memory and then calls persist on each object.   ... segment file is loaded into ObjectDb.  After the segment is loaded into objectdb, the EntityManager

query.getResultList() throws ClassCastException

noticed this when I started pushing things into the millions, and had already modified accordingly ... entities. Ok, good to know.  I've already looked into enabling level 2 caching ... with agent="true" on JDK 6, so hopefully that's good enough.  I need to look into it more.