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

com.ext_ext.mybatisext.annotation.Trans Maven / Gradle / Ivy

package com.ext_ext.mybatisext.annotation;

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

/**
 * 标识,分配数据库连接
 * 

*/ @Target({ ElementType.METHOD }) @Retention(RetentionPolicy.RUNTIME) @Documented @Inherited public @interface Trans { String value() default "select"; }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy