Uses of Class
ejava.projects.edmv.bo.Person
-
Packages that use Person Package Description ejava.projects.edmv.bl ejava.projects.edmv.blimpl ejava.projects.edmv.bo ejava.projects.edmv.dao ejava.projects.edmv.jdbc ejava.projects.edmv.jpa -
-
Uses of Person in ejava.projects.edmv.bl
Methods in ejava.projects.edmv.bl that return types with arguments of type Person Modifier and Type Method Description List<Person>PersonMgmt. getPeople(int index, int count) -
Uses of Person in ejava.projects.edmv.blimpl
Fields in ejava.projects.edmv.blimpl with type parameters of type Person Modifier and Type Field Description (package private) Map<String,Person>EDmvIngestor. dto2boMethods in ejava.projects.edmv.blimpl that return types with arguments of type Person Modifier and Type Method Description List<Person>EDmvMgmtImpl. getPeople(int index, int count) -
Uses of Person in ejava.projects.edmv.bo
Fields in ejava.projects.edmv.bo with type parameters of type Person Modifier and Type Field Description private List<Person>VehicleRegistration. ownersMethods in ejava.projects.edmv.bo that return types with arguments of type Person Modifier and Type Method Description List<Person>VehicleRegistration. getOwners()Method parameters in ejava.projects.edmv.bo with type arguments of type Person Modifier and Type Method Description voidVehicleRegistration. setOwners(List<Person> owners) -
Uses of Person in ejava.projects.edmv.dao
Methods in ejava.projects.edmv.dao that return Person Modifier and Type Method Description PersonPersonDAO. getPerson(long id)Methods in ejava.projects.edmv.dao that return types with arguments of type Person Modifier and Type Method Description List<Person>PersonDAO. getPeople(int index, int count)Methods in ejava.projects.edmv.dao with parameters of type Person Modifier and Type Method Description voidPersonDAO. createPerson(Person person) -
Uses of Person in ejava.projects.edmv.jdbc
Methods in ejava.projects.edmv.jdbc that return Person Modifier and Type Method Description PersonJDBCPersonDAO. getPerson(long id)Methods in ejava.projects.edmv.jdbc that return types with arguments of type Person Modifier and Type Method Description List<Person>JDBCPersonDAO. getPeople(int index, int count)Methods in ejava.projects.edmv.jdbc with parameters of type Person Modifier and Type Method Description voidJDBCPersonDAO. createPerson(Person person) -
Uses of Person in ejava.projects.edmv.jpa
Methods in ejava.projects.edmv.jpa that return Person Modifier and Type Method Description PersonJPAPersonDAO. getPerson(long id)Methods in ejava.projects.edmv.jpa that return types with arguments of type Person Modifier and Type Method Description List<Person>JPAPersonDAO. getPeople(int index, int count)Methods in ejava.projects.edmv.jpa with parameters of type Person Modifier and Type Method Description voidJPAPersonDAO. createPerson(Person person)
-