| Package | Description |
|---|---|
| br.com.sankhya.jape.dao | |
| br.com.sankhya.jape.metadata | |
| br.com.sankhya.jape.metadata.xml | |
| br.com.sankhya.jape.sql | |
| br.com.sankhya.jape.vo |
| Modifier and Type | Method and Description |
|---|---|
EntityField |
FieldProxy.getField() |
EntityField |
EntityPropertyDescriptor.getField() |
| Modifier and Type | Method and Description |
|---|---|
void |
EntityDAO.ScriptEvaluer.addField(EntityField field) |
void |
EntityDAO.evaluateFieldScript(EntityField descriptor,
JdbcWrapper jdbcWrapper,
java.lang.String expressao,
java.lang.String tableName) |
| Constructor and Description |
|---|
EntityPropertyDescriptor(EntityField field) |
FieldProxy(EntityDAO entityDAO,
EntityPrimaryKey key,
EntityField field,
java.lang.Object[] linkData) |
| Modifier and Type | Method and Description |
|---|---|
EntityField |
EntityObject.getField(java.lang.String fieldName) |
| Modifier and Type | Method and Description |
|---|---|
void |
EntityObject.addField(EntityField field) |
| Modifier and Type | Class and Description |
|---|---|
class |
FieldElement |
| Modifier and Type | Method and Description |
|---|---|
EntityField |
ObjectElement.getField(java.lang.String fieldName) |
| Modifier and Type | Method and Description |
|---|---|
void |
ObjectElement.addField(EntityField field) |
| Modifier and Type | Method and Description |
|---|---|
EntityField |
PropertyBind.getField() |
EntityField |
CriteriaParameter.getField() |
| Modifier and Type | Method and Description |
|---|---|
void |
CriteriaParameter.setField(EntityField field) |
| Constructor and Description |
|---|
CriteriaParameter(java.lang.String relatedExpression,
EntityField field) |
PropertyBind(EntityField field) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
ValueObjectManager.getColumnFromElement(org.jdom.Element item,
EntityField field) |