Internal Website Search

31-40 of 200 resultsRefresh

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

getParent()

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

getJoinType()

Join" title="Interface in javax.persistence.criteria">javax.persistence.criteria.Join Return the join type. Returns

getAttribute()

Join" title="Interface in javax.persistence.criteria">javax.persistence.criteria.Join Return the metamodel attribute corresponding to 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.