Interface DirectoryPermissionsRepository

  • All Superinterfaces:
    org.springframework.data.repository.CrudRepository<DirectoryPermissions,​java.lang.Long>, org.springframework.data.repository.Repository<DirectoryPermissions,​java.lang.Long>

    @Repository
    @AggregateBuilder
    public interface DirectoryPermissionsRepository
    extends org.springframework.data.repository.CrudRepository<DirectoryPermissions,​java.lang.Long>
    Database connection for directory permissions.
    • Method Summary

      • Methods inherited from interface org.springframework.data.repository.CrudRepository

        count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAll