AND PROJECT.PROJECT_ID=FOO.PROJECT_ID
use
criteria.addJoin(ProjectPeer.PROJECT_ID, FooPeer.PROJECT_ID)
@param left A String with the left side of the join.
@param right A String with the right side of the join.
@return A modified Criteria object.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|