Re: [hibernate-dev] [OGM] AbstractKey

2015-05-18 Thread Emmanuel Bernard
No. We had that abstract class before and that turned out to be a bad idea when you factor forever backward compatibility into the mix. > On 18 mai 2015, at 13:08, Ewa Stawicka wrote: > > There are three classes AssociationKey, EnityKey, IdSourceKey, which all > contains methods: > public Stri

[hibernate-dev] [OGM] AbstractKey

2015-05-18 Thread Ewa Stawicka
There are three classes AssociationKey, EnityKey, IdSourceKey, which all contains methods: public String[] getColumnNames() public Object[] getColumnValues() public String getTable() and we have three methods in couchdb module: Identifier.createAssociationId, Identifier.createEntityId, CouchDBData