|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RecordData | |
---|---|
org.apache.empire.data | This package contains interfaces for data and metadata handling. |
org.apache.empire.data.bean | This package contains implmentations of Empire's data and metadata interfaces for JavaBeans of Data Tranfer Objects (DTO's). |
org.apache.empire.db | This package contains the core Empire-DB implementation classes. |
org.apache.empire.struts2.jsp.tags | |
org.apache.empire.struts2.websample.db | |
org.apache.empire.struts2.websample.db.records |
Uses of RecordData in org.apache.empire.data |
---|
Subinterfaces of RecordData in org.apache.empire.data | |
---|---|
interface |
Record
The record interface provides methods used for updating data. |
Uses of RecordData in org.apache.empire.data.bean |
---|
Classes in org.apache.empire.data.bean that implement RecordData | |
---|---|
class |
BeanRecordProxy<T>
BeanRecordProxy This class defines proxy that allows any POJO to behave like a record object. |
Uses of RecordData in org.apache.empire.db |
---|
Classes in org.apache.empire.db that implement RecordData | |
---|---|
class |
DBReader
This class is used to perform database queries from a DBCommand object and access the results. In oder to perform a query call the open() function or - for single row queries - call getRecordData(); You can iterate through the rows using moveNext() or an iterator. |
class |
DBRecord
This class handles one record from a database table. |
class |
DBRecordData
This interface defines for the classes DDRecordSet and DBRecord. |
Uses of RecordData in org.apache.empire.struts2.jsp.tags |
---|
Fields in org.apache.empire.struts2.jsp.tags declared as RecordData | |
---|---|
protected RecordData |
FormPartTag.record
|
Methods in org.apache.empire.struts2.jsp.tags that return RecordData | |
---|---|
protected RecordData |
EmpireValueTagSupport.getRecordData()
|
Methods in org.apache.empire.struts2.jsp.tags with parameters of type RecordData | |
---|---|
void |
FormPartTag.setRecord(RecordData record)
|
void |
EmpireValueTagSupport.setRecord(RecordData record)
|
Uses of RecordData in org.apache.empire.struts2.websample.db |
---|
Classes in org.apache.empire.struts2.websample.db that implement RecordData | |
---|---|
class |
SampleRecord
|
Uses of RecordData in org.apache.empire.struts2.websample.db.records |
---|
Classes in org.apache.empire.struts2.websample.db.records that implement RecordData | |
---|---|
class |
DepartmentRecord
|
class |
EmployeeRecord
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |