|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Person | |
---|---|
org.springframework.ldap.samples.article.dao |
Uses of Person in org.springframework.ldap.samples.article.dao |
---|
Methods in org.springframework.ldap.samples.article.dao that return Person | |
---|---|
Person |
PersonDao.findByPrimaryKey(String country,
String company,
String fullname)
|
Person |
TraditionalPersonDaoImpl.findByPrimaryKey(String country,
String company,
String fullname)
|
Person |
PersonDaoImpl.findByPrimaryKey(String country,
String company,
String fullname)
|
Methods in org.springframework.ldap.samples.article.dao with parameters of type Person | |
---|---|
void |
PersonDao.create(Person person)
|
void |
TraditionalPersonDaoImpl.create(Person person)
|
void |
PersonDaoImpl.create(Person person)
|
void |
PersonDao.delete(Person person)
|
void |
TraditionalPersonDaoImpl.delete(Person person)
|
void |
PersonDaoImpl.delete(Person person)
|
void |
PersonDao.update(Person person)
|
void |
TraditionalPersonDaoImpl.update(Person person)
|
void |
PersonDaoImpl.update(Person person)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |