ObjectDB ObjectDB

Internal Website Search

171-180 of 200 resultsRefresh
9

DB reading fails in debug mode in Eclipse

Gergely Jakab The stack trace may indicate an incomplete enhancement. Try full clean build of your project with full enhancement of all your classes (particularly all persistence capable classes ... ) enhancement rather than on the fly enhancement. support Support
9

JSON serialization and __odbHidden members

. tester15 John The ObjectDB Enhancer adds members to enhanced entity classes ... ) solution. Enhancer generated methods do not have get/set prefix now (as was also until fixing issue ... to accessor enhancement policy (non-getter prefix instead of getter suffix) AND annotations webel Dr Darren Kelly
9

Performance of "InsertTest"

(and enhancement) it persists 340,000 objects per second". Insertion Speed Rate and Batch Load Now, ten years ... . And conf is set as " <enhancement agent="true" reflection="warning" />" What happen? The 2011 version ... enhanced (the huge difference when calling clear is a known indication). Unfortunately enabling
9

Stalling on "run File" in Netbeans when using -javaagent:lib/objectdb.jar

Netbeans IDE. I am encountering the following problem when using enhancement with Netbeans IDE 7.1. To enable enhancement I use the following in the Project Properties dialog Run section under VM Options ... that ObjectDB class enhancement and JRebel "hot redeployment" class loading could somehow compete with each
9

Memory consumption of empty Strings

After doing some memory related research in my program, I found a possible place for an enhancement ... empty String one further possible enhancement: implement a setting, where the developer can specify which Strings should be loaded via the String.internal() function. Hint for this enhancement
9

OEM licencing limitation

Hello, I have question regarding OEM licencing. We have an enhanced entity that contains list ... .Entity // enhanced entity public final class Test { // non enhanced entity Internal @OneToMany ... classes and instances of unsigned classes are counted. In this case, if test is enhanced
1

Eager load Map

- v1 k2 - v2 I tried with and without enhancement. Is there a chance that you were using an older ... . I had a play with a few options and found that it works if I add runtime enhancement (i.e ... been meaning to enhance the application classes for a while so am happy to push forward with that as
1

Feature suggestion: auto-detection of entities via persistence.xml extension

to the EntityManager whether one performs compile-time enhancement or runtime enhancement ? That is, does the enhancement have any effect on entities known to: entityManager.getMetamodel().getEntities ... data when you invoke:     entityManager.getMetamodel().getEntities(); It should work regardless if the classes are enhanced or not. support Support
1

com.objectdb.o.InternalException: null

running JRebel. The class was reloaded by JRebel and runtime enhanced by the Enhancer (exception was thrown by ObjectDB since the class wasn't enhanced and then the application enhanced the class
1

ObjectDB 2.7.0

to disable "enhancement ... is old" checks. Fixed a bug in handling remove and persist of the same ... an "Enhancement ... is old" bug on overriding persistent properties with a different return type. Fixed a bug ... "Enhancement ... is old" bug when using property access mode (making enhancement unusable). Fixed

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