public interface DAOFactory
Modifier and Type | Method and Description |
---|---|
void |
closeDataConnection()
This closes the connection to the file/DB/whatever.
|
EventDAO |
createEventDAO()
creates a new EventDAO OR returns the already created one.
|
PersonalEventDAO |
createPersonalEventDAO()
creates a new PersonalEventDAO OR returns the already created one.
|
PersonDAO |
createPersonDAO()
creates a new MitgliedDAO OR returns the already created one.
|
RelationshipDAO |
createRelationshipDAO()
creates a new RelationshipDAO OR returns the already created one.
|
PersonDAO createPersonDAO()
PersonalEventDAO createPersonalEventDAO()
EventDAO createEventDAO()
RelationshipDAO createRelationshipDAO()
void closeDataConnection()