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 |
Table.getColumnForMember(AbstractMemberMetaData mmd)
Accessor for the column for the specified member.
|
BasicColumn |
CompleteClassTable.getColumnForMember(AbstractMemberMetaData mmd) |
BasicColumn |
Table.getColumnForPosition(int pos)
Accessor for the column at the specified position (numbered from 0 to numcols-1).
|
BasicColumn |
CompleteClassTable.getColumnForPosition(int pos) |
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 © 2019. All rights reserved.