ObjectDB ObjectDB

Internal Website Search

31-40 of 200 resultsRefresh
2

javax.jdo.annotations.Index

javax.jdo.annotations Annotation Index Target: Classes and fields (including property get methods) Annotation for a database index. Used for database schema generation to create indexes. Corresponds ... annotating a type where the index is not defined on the primary table for the type. Returns
2

javax.jdo.annotations.Unique

javax.jdo.annotations Annotation Unique Target: Classes and fields (including property get methods) Annotation for a database unique constraint. Used for database schema generation to create unique ... table Table for the unique constraint. Table for the unique constraint. This is needed iff annotating
2

javax.jdo.annotations.Inheritance

javax.jdo.annotations Annotation Inheritance Target: Classes Annotation for the inheritance of the class. Corresponds to the xml element "inheritance" of the "class" and "interface" elements ... : the inheritance strategy Default value: javax.jdo.annotations.InheritanceStrategy.UNSPECIFIED Since: JDO 2.1
2

javax.jdo.annotations.Discriminator

javax.jdo.annotations Annotation Discriminator Target: Classes Annotation for the discriminator of the class. Corresponds to the xml element "discriminator" of the "inheritance" element. Since: JDO 2 ... to use for the discriminator Default value: javax.jdo.annotations.DiscriminatorStrategy.UNSPECIFIED
2

javax.jdo.annotations.Join

javax.jdo.annotations Annotation Join Target: Classes and fields (including property get methods) Annotation for the join of a relation. Corresponds to the xml element "join". Since: JDO 2.1 String ... ForeignKey on this join. Returns: the delete action Default value: javax.jdo.annotations.ForeignKeyAction
2

javax.jdo.annotations.DatastoreIdentity

javax.jdo.annotations Annotation DatastoreIdentity Target: Classes Annotation for the datastore identity of the class. Corresponds to the xml element "datastore-identity" of the "class" element ... : Strategy to use when generating datastore identities Default value: javax.jdo.annotations.IdGeneratorStrategy.UNSPECIFIED Since: JDO 2.1
2

javax.jdo.annotations.Embedded

javax.jdo.annotations Annotation Embedded Target: Fields (including property get methods) Annotation to define that the object is embedded into the table of the owning object. Corresponds to the xml ... for this embedding. Returns: the members embedded in the field or property being annotated Default value
2

javax.jdo.annotations.Version

javax.jdo.annotations Annotation Version Target: Classes Annotation for the versioning of the class. Corresponds to the xml element "version" of the "class" and "property" elements. Since: JDO 2.1 ... for versioning objects of this class Default value: javax.jdo.annotations.VersionStrategy.UNSPECIFIED Since: JDO 2.1
2

javax.jdo.annotations.PrimaryKey

javax.jdo.annotations Annotation PrimaryKey Target: Classes and fields (including property get methods) Annotation on a member to define it as a primary key member of a class or persistent interface using application identity. Also used to define the primary key columns of a secondary table
2

javax.jdo.annotations.Queries

javax.jdo.annotations Annotation Queries Target: Classes Annotation for a group of named queries. Since: JDO 2.1 Query[] value The named queries The named queries Returns: The named queries 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