ObjectDB ObjectDB

Internal Website Search

181-190 of 200 resultsRefresh
4

Configure ObjectDB in spring context

> <prop key="hibernate.connection.pool_size">10</prop> <prop key
4

How to creat a Query with Sql which returns a List<Mark> marks

.size() == 1) { Mark dbMark = dbConnection.getEm().find(Mark.class, results.get(0).getId
4

Error using query with MAX() function

, what is the size limit for a persisted @Lob String in objectDB? awhawks Adam W. Hawks ObjectDB supports
4

How to package orm.xml when using EJB in WAR?

= "oe.seq_unit_id" allocation-size = "1" />             </id>         </attributes>     </entity
4

Entity has be persistended,but query not fetched?

);         System.out.println("count: " + query.getResultList().size());         em.getTransaction
4

Memory Leaks after COMMIT operation (checked on versions 2.6.5 & 2.6.6.b01)

      |         Size
4

Does ObjectDB create one instance of each entity class on (web app) load ?

and relationships needed for particular views, rather than relying on one-size-fits-all EAGER
0

How to check what is taking most space in DB file

Hi, we are using Object DB for quite a while. And some of our DB files are growing to bigger sizes that we would love to. We started to deleting Entity instances which we don't need anymore, but without much luck of preventing the growth. Are there some Tools that we can use to find
0

several times a day queries take several minutes

files on query execution. <recovery ... max="128mb" /> Consider decreasing the maximum size to force
0

ObjectDB 2.3.6

Improved performance of collection and map size evaluation in queries. Fixed a critical bug in page caching (issues #610, #621, #625). Fixed a bug in optimization of non ASCII string indexes. Fixed the new query HOUR function to return hours as 0 to 23 (using 24-hour clock). Fixed a regression bug

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