@Retention(value=RUNTIME) @Target(value=PARAMETER) public @interface BindSqlDynamicWhere
where statement defined with attribute where in BindSqlSelect annotation.
| Modifier and Type | Optional Element and Description |
|---|---|
BindSqlDynamicWhere.PrependType |
prepend
Conjunction to prepend to dynamic where.
|
public abstract BindSqlDynamicWhere.PrependType prepend
Copyright © 2017. All rights reserved.