public abstract class AnnotationSqlWrapper extends Object implements SqlScriptWrapper
SqlScriptWrapperSqlScriptWrapper.Holder| Modifier and Type | Field and Description |
|---|---|
protected Annotation[] |
annotations |
protected Object |
target |
protected ElementType |
type |
| Constructor and Description |
|---|
AnnotationSqlWrapper(Object target,
ElementType type,
Annotation[] annotations) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Annotation[] |
getAnnotations() |
String |
getParameterName(Parameter parameter)
获取参数名
|
Object |
getTarget() |
ElementType |
getType() |
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitwrap, wrapSqlScriptprotected final ElementType type
protected final Object target
protected final Annotation[] annotations
public AnnotationSqlWrapper(Object target, ElementType type, Annotation[] annotations)
public ElementType getType()
public Object getTarget()
public Annotation[] getAnnotations()
public String getParameterName(Parameter parameter)
parameter - Copyright © 2023. All rights reserved.