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

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

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