February 01, 2006
Native Queries for Persistent Objects
new Predicate <Student> () {
public boolean match(Student student){
return student.getAge() < 20
&& student.getName().contains("f");
}
}
Example 8: Adding the Java extent type.
|
|
||||||||||||||||||||||||||||
|
|