 3 | Method javax.persistence.criteria.PluralJoin PluralAttribute getModel() Return the metamodel representation for the collection-valued attribute corresponding to the join. Returns: metamodel collection-valued attribute corresponding to the target of the join Since: JPA 2.0 |
 3 | Method javax.jdo.PersistenceManager Collection getObjectsById( Collection oids, boolean validate ) Return the objects with the given oids. Parameters: oids - the oids of the objects to return validate - if true, the existance of the objects in the datastore will be validated. Returns |
 3 | Method javax.persistence.metamodel.ManagedType Set > getPluralAttributes() Return all multi-valued attributes (Collection-, Set-, List-, and Map-valued attributes) of the managed type. Returns empty set if the managed type has no multi-valued attributes. Returns: Collection |
 3 | Method javax.jdo.spi.JDOImplHelper Collection getRegisteredClasses() Returns a collection of class objects of the registered persistence-capable classes. Returns: registered persistence-capable classes Since: JDO 1.0 |
 3 | Method javax.persistence.criteria.Expression Predicate in( Expression values ) Create a predicate to test whether the expression is a member of the collection. Parameters: values - expression corresponding to collection to be tested against Returns: predicate testing for membership Since: JPA 2.0 |
 3 | Method javax.persistence.criteria.ListJoin Expression index() Create an expression that corresponds to the index of the object in the referenced association or element collection. This method must only be invoked upon an object that represents an association or element collection |
 3 | See Also: getTransactionType() Constants.JTA Constants.RESOURCE_LOCAL Collection supportedOptions ... a String: javax.jdo.query.JDOQL Returns: the Collection of Strings representing the supported options. Since: JDO 1.0 |
 3 | embeddable class (or embeddable class of one of its attributes). May be applied to an element collection containing instances of an embeddable class or to a map collection whose key and/or value |
 3 | collection, the name of the collection table. Default value: "" Since: JPA 1.0 |
 3 | Method javax.jdo.PersistenceManager void makeTransientAll( Collection pcs ) Make a Collection of instances transient, removing them from management by this PersistenceManager. The instances lose their JDO identity and they are no longer associated with any PersistenceManager. The state of fields |