Internal Website Search

11-20 of 200 resultsRefresh

join(list, jt)

" title="Interface in javax.persistence.criteria">ListJoin<X,Y> join(   ... "> Create a join to the specified List-valued attribute using the given join type. - target of the join jt - join type

join(map, jt)

" title="Interface in javax.persistence.criteria">MapJoin<X,K,V> join(   ... "> Create a join to the specified Map-valued attribute using the given join type. - target of the join jt - join type

join(attributeName)

.persistence.criteria">javax.persistence.criteria.FromJoin" title="Interface in javax.persistence.criteria">Join<X,Y> join(  String attributeName) Create an inner join

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.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.outer

Element Join" title="Annotation in javax.jdo.annotations">javax.jdo.annotations.JoinString outer Whether to use an outer join.

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.