Emmanuel Bernard commented on Improvement OGM-173

You can do

int max = persister.getPropertySpan();

for (int index = 0 ; index < max ; index ++) { persister.getPropertyColumnNames(index); }

But you will need to test, I am not sure it contains getIdentifierColumnNames(), getDiscriminatorColumnName() and getVersionColumnName()

Likewise OgmCollectionPersister has getKeyColumnNames(), getIndexColumnNames(), getIdentifierColumnName() and getElementColumnNames()

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira