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

cn.easyutil.project.base.sqlExecuter.annotation.TableIgnore Maven / Gradle / Ivy

package cn.easyutil.project.base.sqlExecuter.annotation;

import java.lang.annotation.*;

/**
 * 插入数据库时需要忽略的字段
 * 标注后该字段不会被插入数据库
 * @author spc
 *
 */
@Target({ElementType.FIELD})    
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface TableIgnore {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy