ObjectDB ObjectDB

Internal Website Search

81-90 of 200 resultsRefresh
26

How to change properties in urls2.xml?

.xml database local url doesn't work. ( Tomcat says "Connection refused" ) <properties ... . Today, copying urls located in urls2.xml allow me to connect to my databases. Unfortunatly, when i ... am watching urls2.xml file ) I am just asking how to have "static" url connection string. Xirt xirt
21

Failover from Master to Slave

connection url, i.e. by connecting to the replicated database using its own url. In that case, the new connection is an ordinary connection that is not limited to read only mode. This requires some operations by your application: identifying a failure, moving to the replicated database url, switching
20

Server vs embedded mode in multi-instance scenario

servers (and not embedded servers). support Support Hello! Whats the full connection URL that i ... a url such as: test.odb;port=3333 (specifying a port). All the other processes should be able to connect ... -server connection url should be "objectdb://host:port/" with no path. host could be localhost. In
6

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
4

Privacy Policy

connection with, or during negotiations of, any merger, sale of Company assets, financing, or ... Prevent or investigate possible wrongdoing in connection with the Service Protect the personal safety
4

Online Backup

) that represents the connection (local or remote) to the database:     em.createQuery("objectdb backup ... represents a client-server connection then the backup file will be downloaded to the client
3

getJarFileUrls()

Method javax.persistence.spi.PersistenceUnitInfo List<URL> getJarFileUrls() Returns a list of URLs ... for managed classes of the persistence unit. Each URL corresponds to a jar-file element in the persistence.xml file. A URL will either be a file: URL referring to a jar file or referring to a directory
0

Step 3: Add a Main Class

void main(String[] args) { // Open a database connection // (create a new database ... ) { System.out.println(p); } // Close the database connection: em
0

Step 3: Add a Main Class

[] args) { // Open a database connection // (create a new database if it doesn't exist ... ) { System.out.println(p); } // Close the database connection: em.close
0

ObjectDB 1.0 Manual

for persistence capable classes. Chapter 5 - JDO Connections Shows how to use database connections

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