public class PersonService extends Object
PersonService()
int
count()
count(String filter)
Stream<Person>
fetch(String filter, int offset, int limit)
List<Person>
fetchAll()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public PersonService()
public Stream<Person> fetch(String filter, int offset, int limit)
public int count(String filter)
public int count()
public List<Person> fetchAll()
Copyright © 2026. All rights reserved.