delete (); } // getting a list of all Person entities List<Person> allPersons = Person.listAll(); // finding a specific person by ID person = Person.findById( ...
確定! 回上一頁