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

wiki.xsx.jg.annotation.Id Maven / Gradle / Ivy

Go to download

a generator, from the database tables convert to the Java classes or from the Java classes convert to the database tables. support mysql, oracle and sqlserver.

The newest version!
package wiki.xsx.jg.annotation;

import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;

/**
 * 主键注解
 */
@Target(ElementType.FIELD)
@Retention(RetentionPolicy.RUNTIME)
public @interface Id {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy