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

Defines a collection of shared utilies used by the JPA implementations.

See:
          Description

Interface Summary
JpaUtils.Callback<E,V> Defines a callback to use for converting types.
 

Class Summary
FileDetailsMap<V extends FileDetails> Maps file details against their identifiers using SHA1 keys.
FileQueryConfigurator<T> Is a helper class that configures and caches queries that fetch results by FileIdentifier.
JpaUtils A small set of common helper methods used to simplify working with JPA.
LimitedWriter Is a filter stream that limits the maximum amount of characters written to the underlying stream.
NameValidator Validates vendor, packageFamily and package names for plausibility.
TagsSerializedCache Implements a LRU cache to buffer the serialized state of a tag list.
 

Exception Summary
LimitedWriter.OutOfBounds  
NameValidator.InvalidNameException  
 

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

Defines a collection of shared utilies used by the JPA implementations.