All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
protected void |
addColumn(BaseEntity.Column column) |
protected void |
addColumn(String name,
String sqlName,
int type,
Integer size,
boolean generated) |
void |
declareDownstreamJoin(String downstreamAttributeName,
Entity fkEntity,
List<String> fkColumns) |
void |
declareExtendedJoin(String joinAttributeName,
List<String> leftFKCols,
Entity joinEntity,
List<String> rightFKCols,
Entity rightEntity) |
protected void |
declareUpstreamJoin(String upstreamAttributeName,
Entity pkEntity,
List<String> fkColumns) |
void |
delete(Map source) |
protected Serializable |
filterValue(String columnName,
Serializable value) |
BaseEntity.Column |
getColumn(int index) |
BaseEntity.Column |
getColumn(String columnName) |
String |
getColumnName(int index) |
List<String> |
getColumnNames() |
Collection<BaseEntity.Column> |
getColumns() |
protected ScalarAttribute |
getCountAttribute() |
protected RowAttribute |
getFetchAttribute() |
protected RowsetAttribute |
getIterateAttribute() |
Model |
getModel() |
String |
getName() |
BitSet |
getNonPrimaryKeyMask() |
List<BaseEntity.Column> |
getPrimaryKey() |
BitSet |
getPrimaryKeyMask() |
protected List<String> |
getSqlPrimaryKey() |
String |
getTable() |
protected Map<String,Method> |
getWrappedInstanceGetters() |
protected Map<String,org.apache.commons.lang3.tuple.Pair<Method,Class>> |
getWrappedInstanceSetters() |
boolean |
hasColumn(String key) |
boolean |
hasPrimaryKey() |
protected void |
initialize()
initialization
|
void |
insert(Map source) |
Instance |
newInstance() |
Instance |
newInstance(Map values) |
protected String |
quoteIdentifier(String id) |
protected void |
setInstanceBuilder(BaseEntity.InstanceBuilder builder) |
protected void |
setInstanceBuilder(BaseEntity.InstanceBuilder builder,
PropertyDescriptor[] properties) |
protected void |
setSqlPrimaryKey(String... sqlPrimaryKey) |
void |
setTable(String table) |
String |
translateColumnName(String sqlColumnName) |
void |
update(Map source) |