Can't Find A Class
Hello,
I am working with Hibernate persistence in 10.2. On this page:
http://docs.gigaspaces.com/xap102/hib...
the sample configuration file refers to:
org.springframework.orm.hibernate4.annotation.AnnotationSessionFactoryBean
I am unable to find this class. Is the class name correct? Is it possible that this class:
org.springframework.orm.hibernate4.LocalSessionFactoryBean
should be used instead?
Thank you.
-Dan