ObjectDB ObjectDB

Internal Website Search

21-30 of 80 resultsRefresh
6

getPersistenceManagerFactory(stream, loader)

Static Method javax.jdo.JDOHelper PersistenceManagerFactory getPersistenceManagerFactory( InputStream stream, ClassLoader loader ) Returns a PersistenceManagerFactory configured based on the Properties stored in the input stream at stream. Creates a PersistenceManagerFactory with loader. Any
6

getPersistenceManagerFactory(stream)

Static Method javax.jdo.JDOHelper PersistenceManagerFactory getPersistenceManagerFactory( InputStream stream ) Returns a PersistenceManagerFactory configured based on the Properties stored in the input stream at stream. This method is equivalent to invoking getPersistenceManagerFactory(InputStream
6

getVersion(pc)

Static Method javax.jdo.JDOHelper Object getVersion( Object pc ) Return the version of the instance. Parameters: pc - the instance Returns: the version of the instance Since: JDO 2.0
6

getTransactionalObjectId(pc)

Static Method javax.jdo.JDOHelper Object getTransactionalObjectId( Object pc ) Return a copy of the JDO identity associated with the parameter instance. Parameters: pc - the PersistenceCapable instance. Returns: a copy of the ObjectId of the parameter instance as modified in this transaction
6

getPersistenceManagerFactory(propsFile, loader)

Static Method javax.jdo.JDOHelper PersistenceManagerFactory getPersistenceManagerFactory( File propsFile, ClassLoader loader ) Returns a PersistenceManagerFactory configured based on the properties stored in the file at propsFile. Creates a PersistenceManagerFactory with loader. Any IOExceptions or
6

getPersistenceManagerFactory(propsFile)

Static Method javax.jdo.JDOHelper PersistenceManagerFactory getPersistenceManagerFactory( File propsFile ) Returns a PersistenceManagerFactory configured based on the properties stored in the file at propsFile. This method is equivalent to invoking getPersistenceManagerFactory(File,ClassLoader
6

getPersistenceManagerFactory(jndiLocation, context, loader)

Static Method javax.jdo.JDOHelper PersistenceManagerFactory getPersistenceManagerFactory( String jndiLocation, Context context, ClassLoader loader ) Returns a PersistenceManagerFactory at the JNDI location specified by jndiLocation in the context context. If context is null, new InitialContext
6

getPersistenceManagerFactory(jndiLocation, context)

Static Method javax.jdo.JDOHelper PersistenceManagerFactory getPersistenceManagerFactory( String jndiLocation, Context context ) Returns a PersistenceManagerFactory at the JNDI location specified by jndiLocation in the context context. If context is null, new InitialContext() will be used
6

getPersistenceManagerFactory(props, pmfClassLoader)

Static Method javax.jdo.JDOHelper PersistenceManagerFactory getPersistenceManagerFactory( Map props, ClassLoader pmfClassLoader ) Get a PersistenceManagerFactory based on a Map and a class loader. This method delegates to the getPersistenceManagerFactory method that takes a Map of overrides
6

makeDirty(pc, fieldName)

Static Method javax.jdo.JDOHelper void makeDirty( Object pc, String fieldName ) Explicitly mark the parameter instance and field dirty. Normally, PersistenceCapable classes are able to detect changes made to their fields. However, if a reference to an array is given to a method outside the class

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