Internal Website Search

101-110 of 200 resultsRefresh

getCorrelatedJoins()

/criteria/Join" title="Interface in javax.persistence.criteria">Join<?,?>> getCorrelatedJoins() Return the correlated joins of the subquery. Returns empty set if the subquery has no correlated joins. Modifications to the set do not affect

fetch(attributeName, jt)

"> Create a fetch join to the specified attribute using the given join type. - name of the attribute for the target of the join jt - join type Returns

getJoins()

/Join" title="Interface in javax.persistence.criteria">Join<X,?>> getJoins() Return the joins that have been made from this bound type. Returns empty set if no joins have been made from this bound type. Modifications to the set do not affect

fetch(attribute, jt)

> Create a fetch join to the specified single-valued attribute using the given join type. Parameters: attribute - target of the join jt

joinSet(attributeName, jt)

"> Create a join to the specified Set-valued attribute using the given join type. - name of the attribute for the target of the join jt - join type Returns:

joinList(attributeName, jt)

"> Create a join to the specified List-valued attribute using the given join type. - name of the attribute for the target of the join jt - join type Returns

joinMap(attributeName, jt)

"> Create a join to the specified Map-valued attribute using the given join type. - name of the attribute for the target of the join jt - join type Returns:

joinCollection(attributeName, jt)

="description"> Create a join to the specified Collection-valued attribute using the given join ... > attributeName - name of the attribute for the target of the join jt - join type

javax.jdo.annotations.Element

constraint exists on the column or columns associated with this join. join. Specify "true" or "false". Whether the element is to be stored serialized (into a join table)

javax.jdo.annotations.Value

columns associated with this join. join. Specify "true" or "false". join table).