摘要: 一.注解配置1.Column的属性@Target({METHOD, FIELD})@Retention(RUNTIME)public @interface Column { /** * (Optional) The name of the column. Defaults to * the property or field name. */ String name() default ""; /** * (Optional) Whether the column is a unique key. This is a * shortc... 阅读全文
posted @ 2013-12-26 22:40 金天凡 阅读(528) 评论(0) 推荐(2) 编辑