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

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