Internal Website Search

11-20 of 200 resultsRefresh

join(list, jt)

.persistence.criteria">ListJoin<X,Y> join(  JoinType jt) Create a join to the specified List-valued attribute using the given join type. Parameters:

join(map, jt)

.persistence.criteria">MapJoin<X,K,V> join(  JoinType jt) Create a join to the specified Map-valued attribute using the given join type. Parameters:

join(attributeName)

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

join(map)

.persistence.criteria">MapJoin<X,K,V> join(  ) Create an inner join to the specified Map-valued attribute. Parameters: map - target of the join

Join.columns

="context">Join" title="Annotation in javax.jdo.annotations">javax.jdo.annotations.Joinjoin column(s). This is needed for more than one join column.

Join.unique

="context">Join" title="Annotation in javax.jdo.annotations">javax.jdo.annotations.JoinString unique Whether the join column is unique. Returns: whether the join column(s

Join.outer

="context">Join" title="Annotation in javax.jdo.annotations">javax.jdo.annotations.JoinString outer Whether to use an outer join. Returns: whether to use an outer join

Join.indexed

="context">Join" title="Annotation in javax.jdo.annotations">javax.jdo.annotations.JoinString indexed Whether the join column is indexed. Returns: whether the join column(s

Join.table

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

Join.column

="context">Join" title="Annotation in javax.jdo.annotations">javax.jdo.annotations.JoinString column Name of the column in the join table. Returns: the name of the column in