@Retention(value=RUNTIME) @Target(value={METHOD,TYPE,ANNOTATION_TYPE}) @Documented @Inherited public @interface EntityMerge
| 限定符和类型 | 可选元素和说明 |
|---|---|
String |
alias |
ColumnPredicate |
columnPredicate |
String |
entityKey |
boolean |
insertWhenNotMatched |
boolean |
updateWhenMatched |
public abstract Class<?> table
public abstract String alias
public abstract String entityKey
public abstract ColumnPredicate columnPredicate
Copyright © 2024 fossc. All rights reserved.