ObjectDB ObjectDB

Internal Website Search

71-80 of 80 resultsRefresh
8

Entity factory

this             (EntityManager)JDOHelper.getPersistenceManager(this); support Support Thanks, I managed to use my own dependency
8

Entity listener - event instead of object

= (EntityManager) JDOHelper.getPersistenceManager(entity); logger.debug("Entity class: {}", entity.getClass
8

Is it possible get the All PrimKeys for a given entity class in the DB?

method in the query: SELECT JDOHelper.getObjectId(e) FROM MyEntity e But this is not JPA portable
8

Different behavior with persist() and queried instances?

call but yet.. Please help!!! Alex quasado Alexander Adam Oh great.. just figured that even JDOHelper
8

pesimistic Lock semantic

invoking JDOHelper.makeDirty explicitly), so they are detected only on commit. support Support
8

Query vs Extent for retrieving data

within the PositionReportManagerBean:         PersistenceManagerFactory pmf = JDOHelper
1

Enhancing a class causes it to not save changes.

:     JDOHelper.makeDirty(obj, null); It is a JDO method but will work regardless if you use JPA or
1

Once served to JSF page via @EJB query bean, many list fields are null (but same query ok after fresh persist in @PostConstruct)

.JDOHelper.getObjectState(entity)); It is also possible to identify the state of an entity object by
1

Freeze during save

= JDOHelper.getPersistenceManagerFactory("objectdb:2299.tmp;drop
1

[ObjectDB 2.4.1] Unexpected exception (Error 990) on getObjectById

) {                 PersistenceManagerFactory pmf =             JDOHelper.getPersistenceManagerFactory("objectdb:d:\\temp\\test.tmp

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