public class SqlAnnotations extends Object
| Constructor and Description |
|---|
SqlAnnotations() |
| Modifier and Type | Method and Description |
|---|---|
static Optional<String> |
getAnnotationValue(Method method)
Returns the
value() of the @SqlBatch, @SqlCall, @SqlQuery, or
@SqlUpdate annotation on the given method if declared and non-empty; empty otherwise. |
Copyright © 2018. All rights reserved.