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

Defines persistable, JPA enabled versions (sub-classes) of securable datatypes defined under the datasource API.

See:
          Description

Class Summary
JpaFileDetails Binds FileDetails to the table "FILE_CONTENTS".
JpaFileHistory Implements a read and writeable history entry for the FILE_CONTENT_HISTORY table.
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 Implements a read and writeable statistics entry for the FILE_CONTENT_STATISTICS table.
JpaFileReport.ID Defines the ID of a statistics.
JpaFileSource This entity defines a join between FileDetails and Source.
JpaFileSourceId Implements the primary key of the table "FILE_CONTENT_SOURCES".
JpaJob Binds Job to the table "JOBS".
JpaJobSources This entity defines a join between Job and Source.
JpaJobSources.ID Implements the primary key for the table "JOB_SOURCES".
JpaNamedFileIdentifier Implements the JPA driven database bindings for the PACKAGE_FILES table.
JpaNamedFileIdentifierHistory Implements the JPA driven database bindings for the table "PACKAGE_FILES_HISTORY".
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".
JpaPackageHistory Implements a read and writeable history entry for the FILE_CONTENT_HISTORY table.
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".
 

Enum Summary
JpaNamedFileIdentifierHistory.HistoryType  
 

Package com.trendmicro.grid.acl.ds.jpa.entities Description

Defines persistable, JPA enabled versions (sub-classes) of securable datatypes defined under the datasource API.