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. dto2bo
Methods 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. owners
Methods 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 void
VehicleRegistration. 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 Person
PersonDAO. 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 void
PersonDAO. 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 Person
JDBCPersonDAO. 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 void
JDBCPersonDAO. 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 Person
JPAPersonDAO. 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 void
JPAPersonDAO. createPerson(Person person)
-