ActiveJpa/activejpa

Collection name singularization not properly done

ganeshs opened this issue · 0 comments

If there's a collection like inventories, having a add method addInventory/removeInventory doesn't work.

Rather EntityCollection.getMethodName looks for methods addInventorie/removeInventorie.

Ideally the plurals should be singularized to use the right word.