ObjectDB ObjectDB

Internal Website Search

111-120 of 200 resultsRefresh
1

javax.persistence.EntityManager

the EntityExistsException or another PersistenceException may be thrown at flush or commit time.) IllegalArgumentException
1

java.lang.Throwable

a snapshot of the execution stack of its thread at the time it was created. It can also contain
1

createEntityManager()

Method javax.persistence.EntityManagerFactory EntityManager createEntityManager() Create a new application-managed EntityManager. This method returns a new EntityManager instance each time it is invoked. The isOpen method will return true on the returned instance. Returns: entity manager instance
1

createEntityManager(map)

Method javax.persistence.EntityManagerFactory EntityManager createEntityManager( Map map ) Create a new application-managed EntityManager with the specified Map of properties. This method returns a new EntityManager instance each time it is invoked. The isOpen method will return true
1

FlushModeType.COMMIT

Enum Constant javax.persistence.FlushModeType COMMIT Flushing to occur at transaction commit. The provider may flush at other times, but is not required to. Since: JPA 1.0
1

javax.persistence.Basic

.Date, java.sql.Time, java.sql.Timestamp, byte[], Byte[], char[], Character[], enums, and any
0

makePersistent(pc)

persistent-new instances (return true to isPersistent, isNew, and isDirty). But at commit time
0

getOptimistic()

Method javax.jdo.Transaction boolean getOptimistic() Optimistic transactions do not hold data store locks until commit time. Returns: the value of the Optimistic property. Since: JDO 1.0
0

javax.jdo.spi.JDOImplHelper

. Persistence-capable classes register themselves via a static method at class load time
0

javax.jdo.annotations.VersionStrategy

VersionStrategy DATE_TIME Since: JDO 2.1 VersionStrategy NONE Since: JDO 2.1 VersionStrategy STATE_IMAGE

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