Etienne Bernard wrote: > Hi Alan, > > Personnaly I would use hibernate filters to automatically add the > where > clause.
Filters work fine for criterias and queries, but they are not applied on a session.get or session.load... You still have to check the customerId manually ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Stripes-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/stripes-users
