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

com.tairanchina.csp.dew.jdbc.entity.PkColumn Maven / Gradle / Ivy

package com.tairanchina.csp.dew.jdbc.entity;

import java.lang.annotation.*;

/**
 * 标识主键字段,支持int/String格式
 */
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.FIELD)
public @interface PkColumn {

    // 默认为类名(驼峰转下划线)
    String columnName() default "";

    boolean uuid() default false;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy