@Retention(RUNTIME) @Target(TYPE) @Documented public @interface Table
String
catalog
name
boolean
readOnly
schema
String schema
String catalog
String name
boolean readOnly
この属性の値が true のときに、挿入/更新/削除 操作が呼ばれたときエラーとなります。