
sf.codegen.IEntityEnhancer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sorm Show documentation
Show all versions of sorm Show documentation
java jpa tool for spring
The newest version!
package sf.codegen;
import java.net.URL;
/*
*Java对资源的访问定位基本上是采用URL方式来做的。
* @author
* @Date
*/
public interface IEntityEnhancer {
/**
* 增强头
*/
String ENHANCE_HEADER = "sfd";
IEntityEnhancer addRoot(URL url);
void enhance(String... pkgNames);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy