com.yuehuanghun.mybatis.milu.PlaceholderResolver Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mybatis-milu Show documentation
Show all versions of mybatis-milu Show documentation
A mybatis orm enhance framework.
package com.yuehuanghun.mybatis.milu;
/**
* 点位符解析器
* @author yuehuanghun
*
*/
public interface PlaceholderResolver {
String resolvePlaceholder(String placeholderName);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy