Package | Description |
---|---|
server.database |
Modifier and Type | Method and Description |
---|---|
void |
Contacts.add(Contact contact) |
void |
Contacts.delete(Contact contact) |
java.util.List<Contact> |
Contacts.getAll() |
static void |
Database.initialize() |
void |
Database.startTransaction() |
void |
Contacts.update(Contact contact) |