ObjectDB ObjectDB

Internal Website Search

21-30 of 188 resultsRefresh
14

javax.persistence.spi.PersistenceUnitInfo

any classes, resources, or open URLs. Returns ClassLoader that the provider may use to load any classes, resources, or open URLs. Returns: ClassLoader that the provider may use to load any classes, resources, or open URLs Since: JPA 1.0 List<URL> getJarFileUrls() Returns a list of URLs for the jar
10

SSL Configuration

" protocol) in the connection URL on the client side: EntityManagerFactory emf = Persistence
10

Database Management Settings

(usually in tests). The content of these temporary databases is deleted when using the drop URL
10

Obtaining a JPA Database Connection

is considered by ObjectDB to be a database URL rather than a persistence unit name. The $objectdb
3

Step 2: Entity Class and Persistence Unit

</class> <properties> <property name="javax.persistence.jdbc.url" value="$objectdb/db/guests ... > </persistence> Now ObjectDB should be used as a JPA provider with the specified database url. The next step
3

Step 1: Install BIRT and ObjectDB Driver

> Install New Software... In the [Work with] field enter the BIRT update site url. http://download.eclipse ... > Install New Software... In the [Work with] field enter the ObjectDB update site url: http://www
3

Step 6: Set the Spring XML

> </servlet> <servlet-mapping> <servlet-name>spring</servlet-name> <url-pattern>*.html</url-pattern> </servlet-mapping> <session-config> <session-timeout> 30
3

Step 2: Entity Class and Persistence Unit

.objectdb.jpa.Provider</provider> <properties> <property name="javax.persistence.jdbc.url ... database url. The next step is adding an EJB Session Bean that will manage Guest entity objects.
1

[ODB1] Chapter 1 - About ObjectDB

to the other can be done simply by changing a single string (the connection URL), because the JDO API
0

javax.jdo.PersistenceManagerFactory

: the name of the data store connection factory. Since: JDO 1.0 String getConnectionURL() Get the URL for the data store connection. Get the URL for the data store connection. Returns: the URL for the data ... . Since: JDO 1.0 void setConnectionURL(String url) Set the URL for the data store connection. Set the URL

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