An extension of the OjbGpsDevice that utilizes Spring ojb
features. Uses Spring PersistenceBrokerTemplate and
OjbFactoryUtils to get the current
PersistenceBroker for batch indexing (the index()
operation).
You can provide the PersistenceBrokerTemplate , though it is
not required since it is created the same way the
PersistenceBrokerDaoSupport does.
Can be used with
SpringOjbGpsDeviceInterceptor to
provide real-time data mirroring without the need to write any code.
author: kimchy |