ObjectDB ObjectDB

Internal Website Search

1-10 of 200 resultsRefresh
186

ObjectDB Change Log

Change Log of ObjectDB Releases
105

Request clarification of changes to accessor enhancement policy (non-getter prefix instead of getter suffix) AND annotations

In response to the forum posting http://www.objectdb.com/database/forum/994 changes ... that this change massively tripped me up (because I was using the old hidden getter/setter pattern with reflection ... method names. This change is a huge GOTCHA, and should be announced somehow via some special channel
104

Remove an entity which attributes were changed - OptimisticLockException

and the entity is passed to plugin B. Plugin B changes an attribute on the entity. Plugin C removes ... , it works well. Why the ObjectDB want to commit the changes of the entity although the entity ... .e. this could also be demonstrated by a non OSGi application: User 1 retrieves an object and changes
102

Schema Update: class hierarchy change

Hello, we try to change the class hierarchy of an Entity. You wrote www.objectdb.com/database/forum ... hierarchy change. But our small test failed: At first create a DataBase with one Object of MyEntity ... ;     @Basic   String value; } } Then we change the class hierarchy of MyEntity from NamedEntity
102

Primary key generation problem after changing entity package

Hi, I changed package name for some of my entities in database. I added info in <schema><package... /></schema> of my configuration file - and the changes have been succesfully made in database. Unfortunately, sequences have been probably lost for changed entity classes. After schema change I
101

Date field Index is corrupted due to time change

. The size of the DB file does not change during the life of the system as it is large enough to contain ... when Madrid changed clocks one hour back and moved from CEST to CET time. We store time data as ... .commit(EMImpl.java:299) ... 17 more It will be beneficial to us to know if time change, in
100

PostUpdate on array changes

= "true"/> </entities> I'm not getting PostUpdate changes when a string is added to a list of strings. All other property changes fire events just fine. thoughts? dmoshal David Moshal Note ... is whether it is possible to track changes to lists of primitives? dmoshal David Moshal Hmm, digging into this some
100

World database - Changing country ID

of cz ). I changed the id of country to "cz". But when I try to find the country: SELECT c FROM Country c WHERE id = "cz" no results are returned. If i find it by name, I can see ID has changed to cz. However Country#ez is still displayed in the top. When I save the changes and close and open
5

Constants.OPTION_CHANGE_APPLICATION_IDENTITY

Static Field javax.jdo.Constants String OPTION_CHANGE_APPLICATION_IDENTITY "javax.jdo.option.ChangeApplicationIdentity" Since: JDO 2.1 See Also: PersistenceManagerFactory.supportedOptions()
2

[ODB1] Chapter 9 - ObjectDB Explorer

automatically. You can change this behavior in "Tools | Options | General". Opening a Remote Database ... opens the browser window by default (you can change the default to a table window in "Tools ... , otherwise the load operation will fail. A change to the class schema (for instance, a new persistent field added

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