public class QueryBuilder.Alias<T> extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
populateAll(ResultSet rs,
T bean) |
void |
populateBean(ResultSet rs,
T bean)
Populates the bean according to ResultSet
|
T |
pxy()
Returns the proxy for bean class
|
void |
setReturnMinus(Object... returns)
Defines the properties that will NOT return.
|
void |
setReturns(Object... returns)
Defines the properties that will return.
|
String |
toColumn(Object property)
Convert the given property to database column
|
String |
toString() |
public void setReturns(Object... returns)
returns - public void setReturnMinus(Object... returns)
returns - public T pxy()
public String toColumn(Object property)
property - - The bean property (can be through proxy)public void populateBean(ResultSet rs, T bean)
rs - bean - Copyright © 2016. All Rights Reserved.