Future Development


  • Verify javadoc
  • Verify documentation
  • More junits
  • Considerations : Is "CachedJPA*" a good naming convention, instead of "JPA*"?
  • Considerations : Unsure if it is best to use EntityManagerFactory or EntityManager ?
  • Should there be thrown runtime exceptions, when retrieving and storing files.?
  • @inheritDoc consideration
  • JPA annotation javax.persistence : Cacheable
  • Why slow gets even if memory is used for JPA??
  • Should Key(K) extend Comparable(K)??