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

org.eu.vooo.commons.security.mapper.IXUserMapper Maven / Gradle / Ivy

The newest version!
package org.eu.vooo.commons.security.mapper;

import org.eu.vooo.commons.security.entity.IXUser;

/**
 * @author [email protected]
 */
public interface IXUserMapper {

    T getByUsername(String username);

    void create(T user);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy