Uses of Package
com.trendmicro.grid.acl.ds.jpa

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

Classes in com.trendmicro.grid.acl.ds.jpa used by com.trendmicro.grid.acl.ds.jpa
AbstractFetcher
          Is a base to classes that implement fetching inside a JPA context using another repository through the repository selector.
AbstractReceivedFileContentsHandler
          Is the base for handlers that deal with JpaFileDetails.
AbstractReceivedResultsHandler
          Is the abstract base to implementations that handle aspects of the storage of processing results.
AbstractReceivedResultsHandler.StorageContext
          Defines a storage context for handlers that summarizes the information needed to process a single transaction.
JpaFileRepository
          Implements FileProvider using JPA.
JpaPackageFamilyRepository
          Implements VendorRepository using JPA.
JpaPackageRepository
          Implements FileProvider using JPA.
JpaSourceRepository
          Implements SourceRepository using JPA.
JpaVendorRepository
          Implements VendorRepository using JPA.
ReceivedPreparedPackagesHandler
          Manages updates to PACKAGES & HISTORY table.
ReceivedPreparedPackagesHandler.PreparedPackage
          Defines a prepared package that may be used for further updates.
ReceivedSourcesHandler
          Implements a handler for syncing source entries contained in processing results.