Uses of Class
com.trendmicro.grid.acl.ds.jpa.JpaSourceRepository

Packages that use JpaSourceRepository
com.trendmicro.grid.acl.ds.jpa Implements datasource APIs using JPA and defines generic abstraction APIs to bind DB specifc functionality in other modules. 
 

Uses of JpaSourceRepository in com.trendmicro.grid.acl.ds.jpa
 

Methods in com.trendmicro.grid.acl.ds.jpa that return JpaSourceRepository
protected  JpaSourceRepository JpaSourceFetcher.getFallbackRepository()
           
 JpaSourceRepository ReceivedSourcesHandler.getSourceRepository()
           
 

Constructors in com.trendmicro.grid.acl.ds.jpa with parameters of type JpaSourceRepository
ReceivedSourcesHandler(JpaSourceRepository sourceRepository)
          Creates a thread safe instance.