| org.compass.gps.device.hibernate.dep.AbstractHibernateGpsDevice org.compass.gps.device.hibernate.dep.Hibernate2GpsDevice
Hibernate2GpsDevice | public class Hibernate2GpsDevice extends AbstractHibernateGpsDevice (Code) | | A
org.compass.gps.device.hibernate.HibernateGpsDevice which works with hibernate 2.
You must either set the Hibernate Configuration or the
SessionFactory to be used by the device. Note that if the
Configuration is supplied, when the device start
is called, a new SessionFactory will be built.
Note: Only provides the index() operation. No real time index
updated are performed since the Hiberante Interceptor provides
null values for newly created objects with generated ids.
author: kimchy |
Hibernate2GpsDevice | public Hibernate2GpsDevice()(Code) | | |
Hibernate2GpsDevice | public Hibernate2GpsDevice(String name, SessionFactory sessionFactory)(Code) | | |
Hibernate2GpsDevice | public Hibernate2GpsDevice(String name, Configuration configuration)(Code) | | |
doGetHibernateSessionWrapper | protected HibernateSessionWrapper doGetHibernateSessionWrapper()(Code) | | |
setConfiguration | public void setConfiguration(Configuration configuration)(Code) | | |
setSessionFactory | public void setSessionFactory(SessionFactory sessionFactory)(Code) | | |
Fields inherited from org.compass.gps.device.hibernate.dep.AbstractHibernateGpsDevice | protected int fetchCount(Code)(Java Doc)
|
|
|