Internal Website Search

31-40 of 200 resultsRefresh

join(map)

" title="Interface in javax.persistence.criteria">MapJoin<X,K,V> join(   ... join to the specified Map-valued attribute. Parameters: map - target of the join

join(set)

" title="Interface in javax.persistence.criteria">SetJoin<X,Y> join(   set) Create an inner join ... > Parameters: set - target of the join

join(list)

" title="Interface in javax.persistence.criteria">ListJoin<X,Y> join(   ... join to the specified List-valued attribute. Parameters: list - target of the join

join(collection)

/CollectionJoin" title="Interface in javax.persistence.criteria">CollectionJoin<X,Y> join(  ... ="description"> Create an inner join to the specified Collection-valued attribute. - target of the join Returns

getParent()

Join" title="Interface in javax.persistence.criteria">javax.persistence.criteria.Join Return the parent of the join.

Join.columns

Element Join" title="Annotation in javax.jdo.annotations">javax.jdo.annotations.Join Detail definition of the join column(s). This is needed for more than one join

Join.unique

Element Join" title="Annotation in javax.jdo.annotations">javax.jdo.annotations.JoinString unique Whether the join column is unique.

Join.indexed

Element Join" title="Annotation in javax.jdo.annotations">javax.jdo.annotations.JoinString indexed Whether the join column is indexed.

Join.table

Element Join" title="Annotation in javax.jdo.annotations">javax.jdo.annotations.JoinString table Table to join to (used when joining to secondary tables).

Join.column

Element Join" title="Annotation in javax.jdo.annotations">javax.jdo.annotations.JoinString column Name of the column in the join table.