@Retention(value=RUNTIME) @Target(value={PARAMETER,FIELD,METHOD}) public @interface ColumnName
bindBean(), bind parameters by
the property name (:firstName), not the column name (:first_name).public abstract String value
Copyright © 2019. All rights reserved.