ObjectDB ObjectDB

Internal Website Search

11-20 of 39 resultsRefresh
10

javax.persistence.Basic

instance variable of any of the following types: Java primitive types, wrappers of the primitive ... . This is a hint and is disregarded for primitive types; it may be used in schema generation. If not
8

javax.persistence.Id

javax.persistence Annotation Id Target: Fields (including property get methods) Specifies the primary key of an entity. The field or property to which the Id annotation is applied should be one of the following types: any Java primitive type; any primitive wrapper type; String; java.util.Date; java
6

Basic.optional

Annotation Element javax.persistence.Basic boolean optional (Optional) Defines whether the value of the field or property may be null. This is a hint and is disregarded for primitive types; it may be used in schema generation. If not specified, defaults to true. Default value: true Since: JPA 1.0
1

javax.jdo.Query

, except that the passed parameters might need to be unwrapped to get their primitive values. The filter ... the Java language, except for these differences: Equality and ordering comparisons between primitives ... class. Valid field types are primitive types except boolean; wrapper types except Boolean
0

setResultClass(cls)

(treating wrapper classes as equivalent to their unwrapped primitive types) or by matching ... of the result expression and is of the type (treating wrapper types equivalent to primitive types
0

javax.jdo.PersistenceManagerFactory

of primitive types and immutable reference types are restored to their values as of the beginning
0

setOrdering(ordering)

class. Valid field types are primitive types except boolean; wrapper types except Boolean; BigDecimal
0

executeWithArray(parameters)

, except that the passed parameters might need to be unwrapped to get their primitive values. The filter, import
0

javax.jdo.spi.PersistenceCapable

of the primitive field type; the parameter is passed to the single field identity constructor
0

setRestoreValues(restoreValues)

to transient. Additionally, fields of modified instances of primitive types and immutable reference

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