@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target({})
public @interface Many {
String select() default "";

FetchType fetchType() default FetchType.DEFAULT;

}
many当做注解,见它的属性:select()和fetchType()。

标签: none

[网站公告]-[2024年兼职介绍]


添加新评论