ObjectDB ObjectDB

Internal Website Search

1-10 of 115 resultsRefresh
303

Is ObjectDB better than Object Relational Mapping (ORM)?

As noted above, using ObjectDB instead of a relational database and ORM combination is easier and leads to better performance. ORM tools, however, are very useful where the use of a relational ... a JPA ORM provider (Hibernate, TopLink, EclipseLink or DataNucleus) to access relational databases when necessary - with exactly the same code.
279

JPA Annotations for Mapping (ORM)

Reference (JavaDoc) of JPA 2 ORM annotations.
150

How to package orm.xml when using EJB in WAR?

Hi, I have database utility classes in one project, the id's use sequences declared in an orm.xml ... > and the persistence.xml references this orm.xml : <persistence-unit name="OBJECT_DB_LOCAL_PU ... >/META-INF/orm.xml</mapping-file>         <properties>             <property name="javax.persistence
43

What are the main benefits of using ObjectDB?

, eliminating the intermediate ORM layer further accelerates applications. For instance, ObjectDB processes JPQL (JPA Query Language) and JDOQL (JDO Query Language) queries directly, where ORM tools first
43

JPA 2 Annotations

other JPA annotations are designated for Object Relational Mapping (ORM) JPA providers (for mapping between a relational database and an object model and for direct SQL queries): These ORM annotations are silently ignored by ObjectDB.
37

JPA Persistence Unit

specify XML mapping files that are added to the default META-INF/orm.xml mapping file. Every annotation
25

JDO Annotations for Mapping (ORM)

All about JDO Annotations for Mapping (ORM) in Java/JPA database - explanations, examples, references, links and related information.
8

Constants.ORM_XSD_NS

Static Field javax.jdo.Constants String ORM_XSD_NS The standard JDO object-repository mapping schema namespace. Constant value is http://java.sun.com/xml/ns/jdo/orm. Since: JDO 2.1
8

Constants.ORM_XSD_RESOURCE

Static Field javax.jdo.Constants String ORM_XSD_RESOURCE The name of the resource for the XML schema of the standard JDO object-relational mapping metadata file. Since: JDO 2.1
8

Constants.ORM_DTD_RESOURCE

Static Field javax.jdo.Constants String ORM_DTD_RESOURCE The name of the resource for the DTD of the standard JDO object-relational mapping metadata file. Since: JDO 2.1

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