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

com.mg.common.user.dao.UserDao Maven / Gradle / Ivy

There is a newer version: 1.0.5
Show newest version
package com.mg.common.user.dao;

import com.mg.common.entity.UserEntity;
import org.springframework.data.jpa.repository.JpaRepository;

public interface UserDao extends JpaRepository {
    UserEntity findByName(String name);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy