| Package | Description |
|---|---|
| br.com.sankhya.jape.dao | |
| br.com.sankhya.jape.keygen | |
| br.com.sankhya.jape.vo |
| Modifier and Type | Method and Description |
|---|---|
EntityPropertyDescriptor |
EntityDAO.getAutoGeneratedProperty() |
EntityPropertyDescriptor |
EntityDAO.getEntityPropertyDescriptorByPath(java.lang.String path) |
EntityPropertyDescriptor[] |
PersistentObjectUID.getFieldDescriptors() |
| Modifier and Type | Method and Description |
|---|---|
void |
EntityDAO.ScriptEvaluer.addField(EntityPropertyDescriptor pd) |
void |
PersistentObjectUID.addFieldDescriptor(EntityPropertyDescriptor descriptor) |
static java.lang.Object |
EntityDAO.convertToPrimitive(EntityPropertyDescriptor epd,
java.lang.String valueAsString,
boolean nullIsZero) |
java.lang.Object |
EntityDAO.getColumnFromResultSet(java.sql.ResultSet rset,
EntityPropertyDescriptor epd,
java.lang.String fieldName) |
java.lang.String |
EntityDAO.getFieldAsString(java.lang.Object value,
EntityPropertyDescriptor entityPropertyDescriptor) |
| Constructor and Description |
|---|
SequenceKeyGen(PersistentObjectUID pkObjectUID,
EntityPropertyDescriptor sequenceDescriptor,
EntityDAO dao) |
| Modifier and Type | Method and Description |
|---|---|
EntityPropertyDescriptor |
VOFieldDescriptor.getFieldDescritor() |
| Constructor and Description |
|---|
VOFieldDescriptor(EntityPropertyDescriptor fieldDescritor,
EntityReference reference) |