![JAR search and dependency download from the Maven repository](/logo.png)
com.silentgo.core.db.Table Maven / Gradle / Ivy
package com.silentgo.core.db;
import com.silentgo.core.config.Const;
import java.lang.annotation.*;
/**
* Project : silentgo
* com.silentgo.core.plugin.db.bridge.annotation
*
* @author teddyzhu
*
* Created by teddyzhu on 16/9/22.
*/
@Documented
@Inherited
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.TYPE})
public @interface Table {
String value() default Const.DEFAULT_NONE;
String[] primaryKey() default Const.DEFAULT_PY_KEY;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy