Interface EntityWithIdClassRepository

All Superinterfaces:
CrudRepository<EntityWithIdClass,EntityIdClass>, GenericRepository<EntityWithIdClass,EntityIdClass>

@Repository public interface EntityWithIdClassRepository extends CrudRepository<EntityWithIdClass,EntityIdClass>