cn.remex.db.sql
注释类型 SqlTypeAnnotation


@Retention(value=RUNTIME)
@Target(value={FIELD,METHOD})
public @interface SqlTypeAnnotation


必需元素摘要
 int type
           
 
可选元素摘要
 boolean index
           
 int length
           
 String sqlType
           
 

元素详细信息

type

public abstract int type

length

public abstract int length
默认值:
50

sqlType

public abstract String sqlType
默认值:
""

index

public abstract boolean index
默认值:
false


Copyright © 2016. All rights reserved.