ObjectDB ObjectDB

Internal Website Search

1-10 of 120 resultsRefresh
189

Programatic configuration or configuration file loaded from classpath or file

Programatic configuration or configuration file loaded from classpath or file
30

JPA / JDO Class Enhancer

of a class (without .class suffix) in the CLASSPATH <filename> - path to class or jar file(s ... that can be located on the classpath using the syntax of import statements (e.g. test.X for a single class, test ... classpath (the default is the classpath in which the Enhancer itself is running): > java com
23

Database Explorer

nodes in Tree windows. The [Classpath for persistent classes and metadata] field specifies a path ... of the Explorer, however, do require setting the classpath. For instance, executing queries ... is available using the specified classpath. The [Fonts] Page The [Fonts] page is used to set the appearance
19

JPA Persistence Unit

a persistence.xml file, which has to be located in the META-INF directory in the classpath ... classes under the classpath root directory that contains the META-INF/persistence.xml file
5

javax.persistence.spi.PersistenceUnitInfo

, be uniquely named and be resource-loadable from the application classpath. Each mapping file name ... and classpath of this loader is exactly the same as that of the loader returned by
4

[ODB1] Chapter 3 - Persistent Classes

the enhancer from the command line. First, the classpath has to be set to include ObjectDB and JDO jar files. For example: On Windows command: > set classpath=%classpath%;.;c:\objectdb\lib\odbfe.jar;c:\objectdb\lib\jdo.jar On Unix sh / bash shell: % CLASSPATH=${CLASSPATH}:.:/objectdb/lib
2

[ODB1] Chapter 9 - ObjectDB Explorer

string editor by default. When the "Classpath for persistent classes and metadata" field is set ... are not available. Some features of the Explorer, however, do require setting the classpath. For instance ... only when the code of these methods is available using the specified classpath. The "Server Configuration
1

[ODB1] Chapter 1 - About ObjectDB

to the application's classpath. In this mode, the database file is locked for a single process, and multi user ... files to the classpath is the only requirement. Client-Server mode, however, is useful for accessing
1

[ODB1] Chapter 8 - ObjectDB Server

odbse.jar to the classpath, you can run the server simply by: > java com.objectdb.Server
1

[ODB1] Chapter 7 - JDOQL Queries

execution on the server side, classes have to be added to the classpath of the server as well. Casting

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