ObjectDB ObjectDB

Internal Website Search

81-90 of 200 resultsRefresh
11

Replaying recorded requests...

? Thanks dmoshal David Moshal According to your configuration file - recording is disabled. Maybe ... is that your configuration file is not read - you can check it by putting invalid content in the configuration - if no exception is thrown then your configuration file is not used. In addition, please verify
2

javax.persistence.EntityManagerFactory

change the configuration in effect. Returns: properties Throws: IllegalStateException - if the entity
2

javax.persistence.EntityManager

the configuration in effect. Returns: map of properties and hints in effect for entity manager
2

getProperties()

Method javax.persistence.EntityManagerFactory Map<String,Object> getProperties() Get the properties and associated values that are in effect for the entity manager factory. Changing the contents of the map does not change the configuration in effect. Returns: properties Throws
2

getProperties()

Method javax.persistence.EntityManager Map<String,Object> getProperties() Get the properties and hints and associated values that are in effect for the entity manager. Changing the contents of the map does not change the configuration in effect. Returns: map of properties and hints in effect for entity manager Since: JPA 2.0
0

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
0

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
0

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
0

Constants.SERVICE_LOOKUP_PMF_RESOURCE_NAME

Static Field javax.jdo.Constants String SERVICE_LOOKUP_PMF_RESOURCE_NAME The name of the standard service configuration resource text file containing the name of an implementation of PersistenceManagerFactory. Constant value is META-INF/services/javax.jdo.PersistenceManagerFactory. Since: JDO 2.1
0

getPersistenceManagerProxy()

the configurability of the PersistenceManagerFactory. Returns: a PersistenceManager proxy. Since: JDO 2.1

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