ObjectDB ObjectDB

Internal Website Search

71-80 of 200 resultsRefresh
5

getJavaMember()

Method javax.persistence.metamodel.Attribute Member getJavaMember() Return the java.lang.reflect.Member for the represented attribute. Returns: corresponding java.lang.reflect.Member Since: JPA 2.0
0

javax.jdo.annotations.Serialized

javax.jdo.annotations Annotation Serialized Target: Fields (including property get methods) Annotation on a member (field or property) to indicate that the member is stored serialized. Such a member cannot be queried using JDOQL. Corresponds to xml attribute "serialized" in "field" and "property
0

javax.jdo.annotations.Key

.1 String mappedBy Name of a member in the value class where this key is stored. Name of a member in the value class where this key is stored. Returns: the name of a member in the value class
0

removeMembers(memberNames)

Method javax.jdo.FetchGroup FetchGroup removeMembers( String... memberNames ) Remove the member (field or property) from the set of members in this FetchGroup. Duplicates in the parameter list ... Throws: JDOUserException - if any parameter is not a member of the persistent type JDOUserException - if the FetchGroup is unmodifiable Since: JDO 2.2
0

removeMember(memberName)

Method javax.jdo.FetchGroup FetchGroup removeMember( String memberName ) Remove the member (field or property) from the set of members in this FetchGroup. Parameters: memberName - Returns: the FetchGroup Throws: JDOUserException - if the parameter is not a member of the persistent type
0

javax.jdo.annotations.Column

when part of a foreign key relation. Default value: "" Since: JDO 2.1 String targetMember Target member in the other class or interface for this column when part of a bidirectional relation. Target member in the other class or interface for this column when part of a bidirectional relation. Returns: the target member
0

javax.jdo.annotations.Value

) should be indexed. Default value: "" Since: JDO 2.1 String mappedBy Name of a member in the key class where this value is stored. Name of a member in the key class where this value is stored. Returns: the name of a member in the key class where this value is stored Default value: "" Since: JDO 2.1
0

getRecursionDepth(memberName)

Method javax.jdo.FetchGroup int getRecursionDepth( String memberName ) Get the recursion-depth for this member. Parameters: memberName - the name of the field or property Returns: the recursion-depth for this member Throws: JDOUserException - if the member is not in the FetchGroup Since: JDO 2.2
0

getMembers()

Method javax.jdo.FetchGroup Set getMembers() Return an immutable Set of String containing the names of all members. The Set is a copy of the currently defined members and will not change based on subsequent changes to the membership in the FetchGroup. Returns: an immutable Set containing the names of all members in the FetchGroup Since: JDO 2.2
0

Persistent.columns

Annotation Element javax.jdo.annotations.Persistent Column[] columns Column definition(s) for this member. Used for mapping multiple columns to the same member, for example relationships with multiple column foreign keys. Returns: the columns for this member Default value: {} 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