 4 | Method javax.persistence.criteria.Expression Predicate in( Collection values ) Create a predicate to test whether the expression is a member of the collection. Parameters: values - collection of values to be tested against Returns: predicate testing for membership Since: JPA 2.0 |
 4 | Method javax.persistence.criteria.Expression Predicate in( Expression<Collection> 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 |
 4 | Method javax.persistence.metamodel.Attribute boolean isCollection() Is the attribute collection-valued (represents a Collection, Set, List, or Map). Returns: boolean indicating whether the attribute is collection-valued Since: JPA 2.0 |
 4 | . Parameters: oids - the object ids of the instance to evict. Since: JDO 2.0 void evictAll(Collection oids ... pinAll(Collection oids) Pin the parameter instances in the second-level cache. Pin the parameter ... of the instance to evict. Since: JDO 2.0 void unpinAll(Collection oids) Unpin the parameter instances |
 4 | 2.0 PersistentAttributeType ELEMENT_COLLECTION Element collection Element collection Since: JPA 2.0 |
 4 | > Since: JPA 2.0 CollectionType COLLECTION Collection-valued attribute Collection-valued attribute |
 4 | ManyToMany relationship or on an element collection. The OrderColumn annotation is specified on the side of the relationship that references the collection that is to be ordered. The order column is not ... when updating the association or element collection. The order column value for the first element is 0 |
 4 | , the foreign key is in a join table. If the join is for an element collection, the foreign key is in a collection table. Default (only applies if a single join column is used): The concatenation ... relationship property or field in the entity, or if the join is for an element collection, the join |
 4 | Method javax.jdo.PersistenceManager void makeNontransactionalAll( Collection pcs ) Make a Collection of instances non-transactional after commit. Parameters: pcs - the Collection of instances to make nontransactional. Since: JDO 1.0 See Also: makeNontransactional(Object pc) |
 4 | Method javax.jdo.PersistenceManager void makeTransactionalAll( Collection pcs ) Make a Collection of instances subject to transactional boundaries. Parameters: pcs - the Collection of instances to make transactional. Since: JDO 1.0 See Also: makeTransactional(Object pc) |