[jboss-jira] [JBoss JIRA] Updated: (EJBTHREE-714) Session objects returned by injection should implement SessionImplementor in addition to o.h.classic.Session
Emmanuel Bernard (JIRA)
jira-events at lists.jboss.org
Tue Feb 13 21:43:30 EST 2007
[ http://jira.jboss.com/jira/browse/EJBTHREE-714?page=all ]
Emmanuel Bernard updated EJBTHREE-714:
--------------------------------------
Fix Version/s: EJB 3.0 RC10 - FD
> Session objects returned by injection should implement SessionImplementor in addition to o.h.classic.Session
> ------------------------------------------------------------------------------------------------------------
>
> Key: EJBTHREE-714
> URL: http://jira.jboss.com/jira/browse/EJBTHREE-714
> Project: EJB 3.0
> Issue Type: Bug
> Components: EJB3 Extensions
> Affects Versions: EJB 3.0 RC9 - FD
> Reporter: Emmanuel Bernard
> Priority: Minor
> Fix For: EJB 3.0 RC10 - FD
>
>
> Hibernate internally can cast a session object to
> org.hibernate.classic.Session (subinterface of org.hibernate.Session)
> org.hibernate.engine.SessionImplementor
> This is especially useful when using the DetachedCriteria API
> So at least org.jboss.ejb3.entity.TransactionScopedHibernateSession should implement it
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list