EJP 2.5 Has Been Released

EJP 2.5 includes the following changes and fixes:

  • Additional support for auto-generated keys
  • A DatabaseManager local version of PersistentClassManager that can be accessed with getPersistentClassManager(). This ensures persistent class preferences wont leak into other JVM applications.  There is still PersistentClassManager, but it will be overridden by the DatabaseManager version.
  • Added insertObject and updateObject which can be used in place of saveObject (updateObject() still requires either a persistent object or a where clause).
  • Added DatabaseCache and DatabaseCache.CacheInterface which must be implemented and used for EJP database objects when caching database objects, and those database objects are being temporarily ejected from memory to secondary storage.
  • Fixed PersistentClassManager which was losing persistent class preferences.
About these ads
This entry was posted in EJP, Releases and tagged , , , , , , . Bookmark the permalink.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s