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

Packages that use JpaVendorRepository
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 JpaVendorRepository in com.trendmicro.grid.acl.ds.jpa
 

Constructors in com.trendmicro.grid.acl.ds.jpa with parameters of type JpaVendorRepository
ReceivedPackageFamiliesHandler(JpaVendorRepository vendorRepository, JpaPackageFamilyRepository packageFamilyRepository)
          Creates a new instance that operates on the given repositories and settings.