ObjectDB ObjectDB

Internal Website Search

21-30 of 200 resultsRefresh
26

javax.persistence.PersistenceUnitUtil

between the application and the persistence provider managing the persistence unit. The methods ... for this persistence unit or on new entity instances. Since: JPA 2.0 Object getIdentifier(Object ... ) Determine the load state of an entity belonging to the persistence unit. Determine the load state
25

javax.persistence.EntityManagerFactory

factory for the persistence unit. When the application has finished using the entity manager ... an instance of Metamodel interface for access to the metamodel of the persistence unit. Return an instance of Metamodel interface for access to the metamodel of the persistence unit. Returns: Metamodel
24

javax.persistence.PersistenceUnit

get methods) Expresses a dependency on an EntityManagerFactory and its associated persistence unit ... ) The name of the persistence unit as defined in the persistence.xml file. (Optional) The name of the persistence unit as defined in the persistence.xml file. If specified, the persistence unit
24

javax.persistence.spi.PersistenceProvider

". Returns: EntityManagerFactory for the persistence unit specified by the metadata Since: JPA 1.0 ... is to be created. Parameters: emName - the name of the persistence unit map - a Map of properties ... for the persistence unit, or null if the provider is not the right provider Since: JPA 1.0 ProviderUtil
24

javax.persistence.PersistenceContext

of the persistence unit as defined in the persistence.xml file. (Optional) The name of the persistence unit as defined in the persistence.xml file. If the unitName element is specified, the persistence unit ... javax.persistence Annotation PersistenceContext Target: Classes and fields (including property
24

javax.persistence.SharedCacheMode

for the persistence unit. Corresponds to the value of the persistence.xml shared-cache-mode element, and returned as ... is disabled for the persistence unit. Caching is disabled for the persistence unit. Since: JPA 2.0 ... javax.persistence Enum SharedCacheMode java.lang.Object java.lang.Enum<javax.persistence
23

createEntityManagerFactory(persistenceUnitName, properties)

persistence unit using the given properties. Parameters: persistenceUnitName - the name of the persistence unit properties - Additional properties to use when creating the factory. The values ... that creates EntityManagers configured according to the specified persistence unit. Since: JPA 1.0
23

createEntityManagerFactory(persistenceUnitName)

persistenceUnitName ) Create and return an EntityManagerFactory for the named persistence unit. Parameters: persistenceUnitName - the name of the persistence unit Returns: the factory that creates EntityManagers configured according to the specified persistence unit Since: JPA 1.0
23

JPA / JDO Class Enhancer

> :  persistence unit name -s :  include sub directories in search -d <dir>   :  output path ... with the name of a persistence unit to enhance all the managed classes that are defined in that persistence ... of compiled classes after compilation. Enhancement is mainly for user-defined persistable classes
23

Obtaining a JPA Database Connection

to get an EntityManager instance. JPA requires the definition of a persistence unit in an XML file in order ... persistence unit in an XML file or you can simply provide the file path of the ObjectDB database ... is considered by ObjectDB to be a database URL rather than a persistence unit name. The $objectdb

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