Interface DerSchemaRepo

All Superinterfaces:
org.springframework.data.repository.CrudRepository<JPADerSchema,String>, DAO<DerSchema>, DerSchemaDAO, DerSchemaRepoExt, org.springframework.data.repository.ListCrudRepository<JPADerSchema,String>, org.springframework.data.repository.Repository<JPADerSchema,String>, SchemaDAO<DerSchema>

public interface DerSchemaRepo extends org.springframework.data.repository.ListCrudRepository<JPADerSchema,String>, DerSchemaRepoExt, DerSchemaDAO
  • Field Summary

    Fields inherited from interface org.apache.syncope.core.persistence.api.dao.DAO

    DEFAULT_SORT
  • Method Summary

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

    count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, save

    Methods inherited from interface org.apache.syncope.core.persistence.api.dao.DAO

    count, delete, deleteById, existsById, findAll, findById, save

    Methods inherited from interface org.apache.syncope.core.persistence.jpa.dao.repo.DerSchemaRepoExt

    deleteById, findByAnyTypeClasses, save

    Methods inherited from interface org.springframework.data.repository.ListCrudRepository

    findAll, findAllById, saveAll

    Methods inherited from interface org.apache.syncope.core.persistence.api.dao.SchemaDAO

    findByAnyTypeClasses, findByIdLike