ObjectDB ObjectDB

Internal Website Search

31-40 of 200 resultsRefresh
8

JPA Queries

queries as well as of criteria query elements. It can be obtained either by the EntityManagerFactory's
8

JPA Miscellaneous

This section contains miscellaneous JPA types. The PersistenceUtil and PersistenceUnitUtil interfaces provide general utility methods: The Cache interface and the CacheRetrieveMode and CacheStoreMode enum types serve in managing the EntityManagerFactory's shared (level 2) cache: Other enum types are provided for setting of various JPA operations:
8

JPA Metamodel API

Metamodel API is Metamodel. It can be obtained either by the EntityManagerFactory's getMetamodel method or
8

Entity Management Settings

the size of the shared level 2 cache that is managed by the EntityManagerFactory and shared by
8

Posting Sample Code

{     public static void main(String[] args) {         EntityManagerFactory emf =             Persistence
8

JPA Criteria API Queries

the EntityManagerFactory's getCriteriaBuilder method or by the EntityManager's getCriteriaBuilder method (both methods
1

Step 3: Add a Main Class

if it doesn't exist yet): EntityManagerFactory emf = Persistence
1

Step 3: Add a Main Class

yet): EntityManagerFactory emf =  Persistence.createEntityManagerFactory
1

Step 2: Define a JPA Entity Class

. The next step is adding a context listener class that will manage a JPA's EntityManagerFactory representing the ObjectDB database.
1

Step 2: Define a JPA Entity Class

is adding a context listener class that will manage a JPA's EntityManagerFactory representing the ObjectDB database.

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