access to Peer.getOMClass for new objects?

2009-02-19 Thread Brendan Miller
I have a table in my schema that uses an inheritance map for one of the columns: column name=SERVICE_TYPE javaName=ServiceType size=50 type=VARCHAR inheritance=single inheritance key=CUSTOM class=CustomService extends=foo.service.Service/ inheritance key=SPECIAL

Re: access to Peer.getOMClass for new objects?

2009-02-19 Thread Brendan Miller
This was a great experiment, but I think I'm going to use the InheritanceMap instead--it has access to the omClass without the Village mumbo-jumbo. pseudocode (without Exceptions, null-checks, etc): if (getTableMap().isUseInheritance) for (ColumnMap column :