All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.eurodyn.qlack.fuse.aaa.repository.OperationRepository Maven / Gradle / Ivy

There is a newer version: 3.6.7
Show newest version
package com.eurodyn.qlack.fuse.aaa.repository;

import com.eurodyn.qlack.fuse.aaa.model.Operation;
import org.springframework.stereotype.Repository;

@Repository
public interface OperationRepository extends AAARepository {

  Operation findByName(String name);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy