public abstract class AbstractTableMapper extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Connection |
connection |
protected String |
dbId |
protected IdentityModel |
identity |
protected KeyMapper |
root |
| Constructor and Description |
|---|
AbstractTableMapper(KeyMapper root,
Connection connection,
String dbId,
IdentityModel identity,
Database database) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
assureInitialized() |
String |
getNaturalKey(Object pk) |
Object |
store(Object pk,
String naturalKey) |
protected KeyMapper root
protected Connection connection
protected String dbId
protected IdentityModel identity
public AbstractTableMapper(KeyMapper root, Connection connection, String dbId, IdentityModel identity, Database database)
Copyright © 2006–2014 Volker Bergmann. All rights reserved.