| Package | Description |
|---|---|
| org.datanucleus.store.schema.table |
Provides a series of convenience classes for modelling tables and columns that a class and its members map onto.
|
| Modifier and Type | Method and Description |
|---|---|
BasicColumn |
CompleteClassTable.getColumnForMember(AbstractMemberMetaData mmd) |
BasicColumn |
Table.getColumnForMember(AbstractMemberMetaData mmd)
Accessor for the column for the specified member.
|
BasicColumn |
CompleteClassTable.getColumnForPosition(int pos) |
BasicColumn |
Table.getColumnForPosition(int pos)
Accessor for the column at the specified position (numbered from 0 to numcols-1).
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
CompleteClassTable.processBasicMember(List<BasicColumn> cols,
AbstractMemberMetaData mmd) |
protected void |
CompleteClassTable.processEmbeddedMember(List<BasicColumn> cols,
AbstractMemberMetaData ownerMmd,
ClassLoaderResolver clr) |
Copyright © 2013. All Rights Reserved.