How are you enhancing your Entities? Thanks, Rick
On Tue, Feb 15, 2011 at 11:17 AM, Diego Cattelan <[email protected]>wrote: > > Update: > > even removing inheritance from BasicEntity the behaviour doesn't change, > only the query for retrieving rowVersion changed > > SELECT t0.rowVersion > FROM ana_anagrafica t0 > WHERE t0.id = ? > > using inheritance it is > > SELECT t0.rowVersion > FROM ana_custom t0 > WHERE t0.id = ? AND t0.id = ? >
