index() If a Spring PlatformTransactionManager is available, will use it to execute the wrapped gps device
index operation within a new transcation with a propagation level of REQUIRES_NEW.
If a Spring PlatformTransactionManager is available, will use it to execute the wrapped gps device
index operation within a new transcation with a propagation level of REQUIRES_NEW.
setAllowNoTransactionManager
public void setAllowNoTransactionManager(boolean allowNoTransactionManager)(Code)
Should the device allows for cases where no Spring transaction manager is provided (for example, when
using Compass
org.compass.core.transaction.LocalTransactionFactory and not setting an transaction
manager. In such cases, no new transaction will be started.
Defaults to true.
setTransactionManager
public void setTransactionManager(PlatformTransactionManager transactionManager)(Code)