|
|||||||||
| Home >> All >> org >> jdbf >> engine >> [ repository overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.jdbf.engine.repository
Interface Repository

- All Known Implementing Classes:
- RepositoryView
- public interface Repository
Repository is the interfaces of repository.
| Method Summary | |
java.lang.Object |
getPropertyValue(org.jdbf.engine.basic.ObjectMapped map,
java.lang.String propertyName)
|
org.jdbf.engine.basic.ObjectMapped |
setPropertyValue(org.jdbf.engine.basic.ObjectMapped map,
java.lang.String propertyName,
java.lang.Object propertyValue)
|
| Method Detail |
getPropertyValue
public java.lang.Object getPropertyValue(org.jdbf.engine.basic.ObjectMapped map, java.lang.String propertyName) throws org.jdbf.engine.mapping.MappingException
setPropertyValue
public org.jdbf.engine.basic.ObjectMapped setPropertyValue(org.jdbf.engine.basic.ObjectMapped map, java.lang.String propertyName, java.lang.Object propertyValue) throws org.jdbf.engine.mapping.MappingException
|
|||||||||
| Home >> All >> org >> jdbf >> engine >> [ repository overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC