You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Interfaces in commons data have 2 parameters. Those should be the persistece layer entity and the type of its identifier.
In interfaces like JpaDaoSupport or ConversionJpaDaoSupport, that implements CrudDao, the entity type parameter is replaced by the bussiness entity, because a conversion between business and persistence entities is made.
How should commons-data interface entity type be documented? As the persistence or business layer entity? Or should the difference be explained in the interfaces that do conversions? (ConversionJpaDaoSupport or JpaDaoSupport)
The text was updated successfully, but these errors were encountered:
Interfaces in commons data have 2 parameters. Those should be the persistece layer entity and the type of its identifier.
In interfaces like JpaDaoSupport or ConversionJpaDaoSupport, that implements CrudDao, the entity type parameter is replaced by the bussiness entity, because a conversion between business and persistence entities is made.
How should commons-data interface entity type be documented? As the persistence or business layer entity? Or should the difference be explained in the interfaces that do conversions? (ConversionJpaDaoSupport or JpaDaoSupport)
The text was updated successfully, but these errors were encountered: