Package | Description |
---|---|
com.openindex.openestate.impl.db | |
com.openindex.openestate.impl.db.hsql |
Modifier and Type | Method and Description |
---|---|
protected DbContact |
DbContactsHandlerImpl.createContact() |
DbContact |
DbContactsHandlerImpl.getContact(Connection c,
long id) |
DbContact |
DbContactsHandler.getContact(Connection c,
long id) |
DbContact[] |
DbContactsHandlerImpl.getContacts(Connection c) |
DbContact[] |
DbContactsHandler.getContacts(Connection c) |
abstract DbContact[] |
DbContactsHandlerImpl.getContacts(Connection c,
Boolean withObjects) |
DbContact[] |
DbContactsHandler.getContacts(Connection c,
Boolean withObjects) |
abstract DbContact[] |
DbContactsHandlerImpl.getContacts(Connection c,
long[] ids) |
DbContact[] |
DbContactsHandler.getContacts(Connection c,
long[] ids) |
Modifier and Type | Method and Description |
---|---|
abstract void |
DbContactsHandlerImpl.saveContact(Connection c,
DbContact contact) |
void |
DbContactsHandler.saveContact(Connection c,
DbContact contact) |
Modifier and Type | Method and Description |
---|---|
protected DbContact |
HSqlDbContactsHandler.buildContact(ResultSet result) |
DbContact[] |
HSqlDbContactsHandler.getContacts(Connection c,
Boolean withObjects) |
DbContact[] |
HSqlDbContactsHandler.getContacts(Connection c,
long[] ids) |
Modifier and Type | Method and Description |
---|---|
void |
HSqlDbContactsHandler.saveContact(Connection c,
DbContact contact) |
protected void |
HSqlDbContactsHandler.saveContactAdditionally(Connection c,
DbContact contact,
long contactId,
List<Statement> statements) |
Copyright © 2019 OpenEstate. All rights reserved.