public interface RegistrationDAO
RegistrationDAO interface.
| Modifier and Type | Method and Description |
|---|---|
Registration |
findByEmailAddress(String emailAddress)
findByEmailAddress.
|
Registration |
findByEmailAddressAndPassword(String emailAddress,
String password)
findByEmailAddressAndPassword.
|
void |
insert(Registration registration)
insert.
|
void |
update(Registration registration)
update.
|
Registration |
updateDetached(Registration registration)
updateDetached.
|
void insert(Registration registration)
insert.
registration - a Registration object.void update(Registration registration)
update.
registration - a Registration object.Registration findByEmailAddress(String emailAddress)
findByEmailAddress.
emailAddress - a String object.Registration object.Registration findByEmailAddressAndPassword(String emailAddress, String password)
findByEmailAddressAndPassword.
emailAddress - a String object.password - a String object.Registration object.Registration updateDetached(Registration registration)
updateDetached.
registration - a Registration object.Registration object.Copyright © 2015 SeqWare. All rights reserved.