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

Packages that use com.trendmicro.grid.acl.ds.jpa.entities
com.trendmicro.grid.acl.ds.jpa Implements datasource APIs using JPA and defines generic abstraction APIs to bind DB specifc functionality in other modules. 
com.trendmicro.grid.acl.ds.jpa.entities Defines persistable, JPA enabled versions (sub-classes) of securable datatypes defined under the datasource API. 
 

Classes in com.trendmicro.grid.acl.ds.jpa.entities used by com.trendmicro.grid.acl.ds.jpa
JpaFileDetails
          Binds FileDetails to the table "FILE_CONTENTS".
JpaFileInformation
          Binds FileInformation to the table "FILE_CONTENTS".
JpaNamedFileIdentifier
          Implements the JPA driven database bindings for the PACKAGE_FILES table.
JpaPackageDetails
          Binds PackageDetails to the table "PACKAGES".
JpaPackageFamily
          Binds PackageFamily to the table "PACKAGE_FAMILY".
JpaSource
          Binds Source to the table "SOURCE".
JpaVendor
          Binds Vendor to the table "VENDORS".
 

Classes in com.trendmicro.grid.acl.ds.jpa.entities used by com.trendmicro.grid.acl.ds.jpa.entities
JpaFileDetails
          Binds FileDetails to the table "FILE_CONTENTS".
JpaFileHistory.ID
          Implements the primary key of the table "FILE_CONTENT_HISTORY".
JpaFileIdentifier
          Defines the identifier of a file content entry.
JpaFileInformation
          Binds FileInformation to the table "FILE_CONTENTS".
JpaFileReport.ID
          Defines the ID of a statistics.
JpaFileSourceId
          Implements the primary key of the table "FILE_CONTENT_SOURCES".
JpaJob
          Binds Job to the table "JOBS".
JpaNamedFileIdentifierHistory.HistoryType
           
JpaNamedFileIdentifierHistoryId
          Implements the primary key of the table "PACKAGE_FILES_HISTORY".
JpaNamedFileIdentifierId
          Implements the primary key for the table "PACKAGE_FILES".
JpaPackageDetails
          Binds PackageDetails to the table "PACKAGES".
JpaPackageFamily
          Binds PackageFamily to the table "PACKAGE_FAMILY".
JpaPackageHistoryId
          Defines the ID of a history entry.
JpaPackageInformation
          Binds PackageInformation to the table "PACKAGES".
JpaSource
          Binds Source to the table "SOURCE".
JpaSourceDomain
          Binds SourceDomain to the table "SOURCE_DOMAIN".
JpaSourceInformation
          Binds SourceInformation to the table "SOURCE".
JpaVendor
          Binds Vendor to the table "VENDORS".