public interface MoreObjToSQL
| Modifier and Type | Method and Description |
|---|---|
<T> String |
toSelectSQL(T entity) |
<T> String |
toSelectSQL(T entity,
Condition condition)
Convert to SQL statement according to entity and condition.
|
<T> String |
toSelectSQL(T entity,
int start,
int size) |
<T> String toSelectSQL(T entity)
<T> String toSelectSQL(T entity, int start, int size)
<T> String toSelectSQL(T entity, Condition condition)
entity - table's entity(do not allow null).condition - if the field is not null or empty, it will be translate to field=value.Other can define with condition.Copyright © 2023. All rights reserved.