org.compass.gps.device.jpa.embedded
Class DefaultJpaCompassGps
java.lang.Object
org.compass.gps.impl.AbstractCompassGps
org.compass.gps.impl.SingleCompassGps
org.compass.gps.device.jpa.embedded.DefaultJpaCompassGps
- All Implemented Interfaces:
- CompassGps, JpaCompassGps, CompassGpsInterfaceDevice
public class DefaultJpaCompassGps
- extends SingleCompassGps
- implements JpaCompassGps
An extension of SingleCompassGps allows to directly
get the JpaGpsDevice associted with this Gps.
- Author:
- kimchy
| Methods inherited from class org.compass.gps.impl.SingleCompassGps |
doIndex, doStart, doStop, executeForIndex, executeForMirror, getIndexCompass, getMappingForEntityForIndex, getMappingForEntityForIndex, getMirrorCompass, hasMappingForEntityForIndex, hasMappingForEntityForIndex, hasMappingForEntityForMirror, hasMappingForEntityForMirror, setCompass, setIndexProperties, setIndexSettings, setIndexSettings, setIndexSettings, setIndexTransactionIsolation |
| Methods inherited from class org.compass.gps.impl.AbstractCompassGps |
addGpsDevice, finalize, getGpsDevice, getMappingForEntity, getRootMappingForEntity, getRootMappingForEntity, hasMappingForEntity, hasMappingForEntity, hasRootMappingForEntity, hasRootMappingForEntity, index, index, index, index, isPerformingIndexOperation, isRunning, refresh, setGpsDevices, start, stop |
JPA_DEVICE_NAME
public static final String JPA_DEVICE_NAME
- See Also:
- Constant Field Values
DefaultJpaCompassGps
public DefaultJpaCompassGps()
DefaultJpaCompassGps
public DefaultJpaCompassGps(Compass compass)
getJpaGpsDevice
public JpaGpsDevice getJpaGpsDevice()
- Returns the Jps Gps device associated with this Compass Gps. The device is
registered under
JPA_DEVICE_NAME.
- Specified by:
getJpaGpsDevice in interface JpaCompassGps
Copyright (c) 2004-2008 The Compass Project.