* ensure a table is defaulted.
*/
protected void processCollectionTable(CollectionMapping mapping) {
// Check that we loaded a collection table otherwise default one.
if (m_collectionTable == null) {
m_collectionTable = new CollectionTableMetadata(this);
}
// Process any table defaults and log warning messages.
processTable(m_collectionTable, getDefaultCollectionTableName());