Internal Website Search

1-10 of 121 resultsRefresh

Programatic configuration or configuration file loaded from classpath or file

Programatic configuration or configuration file loaded from classpath or file

JPA / JDO Class Enhancer

;filename> ] ... <class> - name of a class (without .class suffix) in the CLASSPATH < ... on the classpath using the syntax of import statements (e.g. test.X for a single class, test ... to specify an alternative classpath (the default is the classpath in which the Enhancer

Database Explorer

different colors for open and close nodes in Tree windows. The [Classpath ... setting the classpath. For instance, executing queries that include user defined methods can be supported by the Explorer only when the code of these methods is available using the specified classpath

JPA Persistence Unit

> file, which has to be located in the META-INF directory in the classpath. One classpath

javax.persistence.spi.PersistenceUnitInfo

the standard XML mapping format, be uniquely named and be resource-loadable from the application classpath ... any classes, resources, or open URLs. The scope and classpath of this loader is exactly the same as

[ODB1] Chapter 3 - Persistent Classes

, 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/odbfe.jar

[ODB1] Chapter 9 - ObjectDB Explorer

>When the "Classpath for persistent classes and metadata" field is set, the Explorer uses that path to locate ... , however, do require setting the classpath. For instance, executing JDOQL queries containing user ... the specified classpath. The "Server Configuration Path" field is displayed only by

[ODB1] Chapter 1 - About ObjectDB

, using JDO and ObjectDB jar files that are added to the application's classpath. In this mode ... to the classpath is the only requirement. Client-Server mode, however, is useful for accessing remote databases

[ODB1] Chapter 8 - ObjectDB Server

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

[ODB1] Chapter 7 - JDOQL Queries

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