you can use ejb3 entities, but you must use hibernate specific annotations, so 
you will not be portable:

import org.hibernate.annotations.Cache;
  | import org.hibernate.annotations.CacheConcurrencyStrategy;
  | 
  | 
  | @Entity
  | @Cache(usage=CacheConcurrencyStrategy.TRANSACTIONAL)
  | public class AEntity

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964397#3964397

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3964397
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to