|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
MapBuilders are wrappers around DatabaseMaps. You use a MapBuilder to populate a DatabaseMap. You should implement this interface to create your own MapBuilders. The MapBuilder interface exists to support ease of casting.
| Method Summary | |
void |
doBuild()
Build up the database mapping. |
DatabaseMap |
getDatabaseMap()
Gets the database mapping this map builder built. |
boolean |
isBuilt()
Tells us if the database mapping is built so that we can avoid re-building it repeatedly. |
| Method Detail |
public void doBuild()
throws java.lang.Exception
java.lang.Exception - Couldn't build mapping.public boolean isBuilt()
public DatabaseMap getDatabaseMap()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||