Class EntityDocsPrimaryKeyLoader

java.lang.Object
ch.tocco.nice2.dms.impl.entitydocs.interceptor.EntityDocsPrimaryKeyLoader
All Implemented Interfaces:
PrimaryKeyLoader

@Component public class EntityDocsPrimaryKeyLoader extends Object implements PrimaryKeyLoader
Special strategy for loading entity doc entities by primary key. The entity is loaded directly from the session and the security is checked through guards (because entity docs security is implemented only through guards and not queries, because of performance reasons).
  • Constructor Details

    • EntityDocsPrimaryKeyLoader

      public EntityDocsPrimaryKeyLoader()
  • Method Details