Uses of Class
com.trendmicro.grid.acl.ds.jpa.entities.JpaSource

Packages that use JpaSource
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. 
 

Uses of JpaSource in com.trendmicro.grid.acl.ds.jpa
 

Methods in com.trendmicro.grid.acl.ds.jpa that return JpaSource
 JpaSource JpaSourceRepository.getSource(com.trendmicro.grid.acl.l0.datatypes.SourceIdentifier identifier)
          Returns a modifyable source instance or 'null' if no source existis under the id.
 JpaSource JpaSourceRepository.getSourceReference(com.trendmicro.grid.acl.l0.datatypes.SourceIdentifier identifier)
          Returns a lightweight reference to the source of 'null' if the source doesn't exist.
 

Methods in com.trendmicro.grid.acl.ds.jpa that return types with arguments of type JpaSource
protected  Collection<List<JpaSource>> ReceivedSourcesHandler.handle(AbstractReceivedResultsHandler.StorageContext context)
          Creates a corresponding collection of source references that can be used to assign them to files.
 

Method parameters in com.trendmicro.grid.acl.ds.jpa with type arguments of type JpaSource
protected  void JpaSourceRepository.referenceFilesFromSources(Collection<JpaFileDetails> fileReferences, Collection<JpaSource> sourceReferences)
          Links (references) the given files with all given sources.
 

Uses of JpaSource in com.trendmicro.grid.acl.ds.jpa.entities
 

Methods in com.trendmicro.grid.acl.ds.jpa.entities that return JpaSource
 JpaSource JpaJobSources.getSource()
           
 JpaSource JpaFileSourceId.getSource()
           
 

Constructors in com.trendmicro.grid.acl.ds.jpa.entities with parameters of type JpaSource
JpaFileSource(JpaFileDetails fileDetails, JpaSource source)
           
JpaFileSourceId(JpaFileDetails fileDetails, JpaSource source)
           
JpaJobSources(JpaJob job, JpaSource source)