ObjectDB ObjectDB

Internal Website Search

81-90 of 146 resultsRefresh
8

Bulk Delete and Update - best practice?

( "objectdb://localhost/testDrop.tmp;user=admin;password=admin"); EntityManager em = emf ... ;password=admin"); em = emf.createEntityManager(); em.getMetamodel().entity(CacheData.class
8

newbie - lots of exeptions

.persistence.jdbc.password" value="admin"/> </properties> </persistence-unit> </persistence ... "/> <property name="javax.persistence.jdbc.password" value="admin"/> </properties
8

Connecting to a remote objectdb server

="admin"/> <property name="javax.persistence.jdbc.password" value="admin ... this url too, "objectdb://localhost:6136/db/myapp.odb;user=admin;password=admin" to connect
8

mapping file is not being loaded

"/>             <property name="javax.persistence.jdbc.password" value="admin" />         </properties ... " />    <property name="javax.persistence.jdbc.password" value="admin" />   </properties> </persistence-unit
8

Persist not working when ObjectDB and another db is used in the same application (through spring) with different tx managers

.password" value="admin"/>   </properties> </persistence-unit> </persistence> Spring xml ... " />   <property name="password" value="" />   <property name="validationQuery" value="SELECT 1
8

First query takes 4+ minutes to complete

="50" user="true" password="true" /> <log path="$objectdb/log/" max="8mb" stdout="false" stderr ... " /> <!-- <replication url="objectdb://localhost/test.odb;user=admin;password
8

Composite Index error 328

<Integer, Long, Long> login(int gid, long id, long password, String ipAddr) { try ... ; } if (usrlistEntity.getPwd() == password) { return new Triplet<Integer, Long, Long>(1
8

Get list of database files

= Utilities.getServerFileSystem(                     host, port, username, password, false ... .getServerFileSystem(                     host, port, username, password, path, false); support Support
5

A distinguished Name for server or explorer is good for maintaining!

;password=admin"); java.lang.ExceptionInInitializerError at src.run.testNodes.<clinit>(testNodes
1

ObjectDB can't be activated

.odb;user=admin;password=admin"); System.out.println(emf.createEntityManager().createQuery("objectdb ... .createEntityManagerFactory("objectdb://localhost:1234/database.odb;user=admin;password=admin"); // Check

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