ObjectDB ObjectDB

Internal Website Search

171-180 of 200 resultsRefresh
3

correlate(parentMap)

Method javax.persistence.criteria.Subquery MapJoin<X,K,V> correlate( MapJoin<X,K,V> parentMap ) Create a subquery map join object correlated to a map join object of the enclosing query. Parameters: parentMap - join object of the containing query Returns: subquery join Since: JPA 2.0
3

javax.persistence.metamodel.SingularAttribute

() Is the attribute collection-valued (represents a Collection, Set, List, or Map). Is the attribute collection-valued (represents a Collection, Set, List, or Map). Returns: boolean indicating
3

getDeclaredPluralAttributes()

Method javax.persistence.metamodel.ManagedType Set<PluralAttribute<X,?,?>> getDeclaredPluralAttributes() Return all multi-valued attributes (Collection-, Set-, List-, and Map-valued attributes ... attributes. Returns: declared Collection-, Set-, List-, and Map-valued attributes Since: JPA 2.0
3

getModel()

Method javax.persistence.criteria.MapJoin MapAttribute<?,K,V> getModel() Return the metamodel representation for the map attribute. Returns: metamodel type representing the Map that is the target of the join Since: JPA 2.0
0

getPersistenceManagerFactory(overrides, name)

Static Method javax.jdo.JDOHelper PersistenceManagerFactory getPersistenceManagerFactory( Map overrides, String name ) Returns a named PersistenceManagerFactory or persistence unit. Parameters: overrides - name - Since: JDO 2.1 See Also: getPersistenceManagerFactory(Map,String,ClassLoader,ClassLoader)
0

getPersistenceManagerFactory(overrides, name, resourceLoader)

Static Method javax.jdo.JDOHelper PersistenceManagerFactory getPersistenceManagerFactory( Map overrides, String name, ClassLoader resourceLoader ) Returns a named PersistenceManagerFactory or persistence unit. Parameters: overrides - name - resourceLoader - Since: JDO 2.1 See Also: getPersistenceManagerFactory(Map,String,ClassLoader,ClassLoader)
0

getPersistenceManagerFactory(props)

Static Method javax.jdo.JDOHelper PersistenceManagerFactory getPersistenceManagerFactory( Map props ) Get a PersistenceManagerFactory based on a Properties instance, using the current thread's ... . Since: JDO 1.0 See Also: getPersistenceManagerFactory(java.util.Map,ClassLoader)
0

Key.embeddedMapping

Annotation Element javax.jdo.annotations.Key Embedded[] embeddedMapping The embedded mapping for the key. Returns: the embedded mapping for the key Default value: {} Since: JDO 2.1
0

javax.jdo.annotations.Joins

javax.jdo.annotations Annotation Joins Target: Classes Annotation for a group of joins. Since: JDO 2.1 Join[] value The join definitions used for the mapping of this type. The join definitions used for the mapping of this type. Joins for secondary tables are usually defined at the type level
0

Element.embeddedMapping

Annotation Element javax.jdo.annotations.Element Embedded[] embeddedMapping The embedded mapping for the element. Returns: the embedded mapping for the element 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