ObjectDB ObjectDB

Internal Website Search

191-200 of 200 resultsRefresh
4

Storing JPA Entity Objects

is committed. An IllegalArgumentException is thrown by persist if the argument is not an instance ... , the referenced Address instance is not stored in the database automatically with the referencing Employee ... another entity object that is not expected to be stored in the database at the end of that transaction
4

Defining a JPA Entity Class

Entity Classes Storing an entity object in the database does not store methods and code ... field that is not declared as static or transient is a persistent field. For example ... supports implicit object IDs, so an explicitly defined primary key is not required. On the other hand
4

Index Definition

which fields to define with indexes should be done carefully. Single Field Index JPA does not define ... can only be defined on ordinary persistent fields (not on primary key / version fields). Composite Index ... the lexicographic order of the words and is not ordered by the length of the words. The bottom line
4

JPA Persistence Unit

. If not specified, the first JPA implementation that is found is used. The mapping-file elements ... . If the application is not packed in a JAR yet, ObjectDB (as an extension) automatically registers ... -file elements (for registration of all the classes in the jar file). ObjectDB does not enforce
4

Auto Generated Values

allocation will not be used. Therefore, this strategy does not guarantee there will be no gaps in ... a sequence using a table to support this strategy. ObjectDB does not have tables, so the TABLE and SEQUENCE
4

Is ObjectDB better than competing object databases?

Naturally, this is not the place to look for an unbiased answer for this question ... databases do not support user defined primary keys, even though this is very useful in ... that an essential feature is missing. For example, some competing products do not support aggregate
4

JPA Metamodel API

(); If managed classes are not listed in the persistence unit (which is optional when using ObjectDB ... can also be used with types that are still unknown to ObjectDB (not listed in the persistence unit and have not been used yet). In this case, calling the method introduces the specified type to ObjectDB
4

Working with JPA Entity Objects

this state the object is not yet associated with an EntityManager and has no representation in ... the Configuration chapter. By default, managed entity objects that have not been modified or removed ... is cleared all of its managed entities become detached and any changes to entity objects that have not
3

javax.persistence.metamodel.MappedSuperclassType

with given name Throws: IllegalArgumentException - if attribute of the given name is not present in ... - if attribute of the given name is not present in the managed type Since: JPA 2.0 CollectionAttribute<?,E ... : IllegalArgumentException - if attribute of the given name and type is not present in the managed type Since: JPA 2.0
3

javax.persistence.metamodel.IdentifiableType

of the given name is not present in the managed type Since: JPA 2.0 Set< Attribute<?,?>> getAttributes ... : IllegalArgumentException - if attribute of the given name is not present in the managed type ... type Throws: IllegalArgumentException - if attribute of the given name and type is not present in

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