| |
|
| java.lang.Object org.compass.gps.device.AbstractGpsDevice org.compass.gps.device.jdo.JdoGpsDevice
All known Subclasses: org.compass.gps.device.jdo.Jdo2GpsDevice,
JdoGpsDevice | public class JdoGpsDevice extends AbstractGpsDevice (Code) | | A JDO device, provides support for using jdo and jdo mapping files to index a
database. The path can be views as: Database <-> JDO <-> Objects <->
Compass::Gps <-> Compass::Core (Search Engine). What it means is that for
every object that has both jdo and compass mappings, you will be able to
index it's data, as well as real time mirroring of data changes.
The persistenceManagerFactory must be set in order to perform
the index operation.
Note: Real time monitoring is only supported with JDO 2, please see
Jdo2GpsDevice for more details.
author: kimchy |
persistenceManagerFactory | protected PersistenceManagerFactory persistenceManagerFactory(Code) | | |
JdoGpsDevice | public JdoGpsDevice()(Code) | | |
JdoGpsDevice | public JdoGpsDevice(String name, PersistenceManagerFactory persistenceManagerFactory)(Code) | | |
getPersistenceManagerFactory | public PersistenceManagerFactory getPersistenceManagerFactory()(Code) | | |
setPersistenceManagerFactory | public void setPersistenceManagerFactory(PersistenceManagerFactory persistenceManagerFactory)(Code) | | |
|
|
|