Class PersistenceContainer

java.lang.Object
com.broadleafcommerce.data.tracking.core.filtering.PersistenceContainer

public class PersistenceContainer extends Object
Part of the NarrowExecutor.QueryInfo object that is passed to NarrowExecutor implementations. It allows the NarrowExecutor interface to be agnostic to the backing database platform persistence vehicle. For example, if the QueryInfo is being passed to a Jpa specific NarrowExecutor, it would be correct to pass an instance of org.springframework.data.jpa.core.JpaOperations to the PersistenceContainer constructor.
Author:
Jeff Fischer