|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DaoBean
Defines an interface that can be used to persist Java Beans.
Method Summary | |
---|---|
java.util.Map |
getMap()
Return the Map containing the bean properties. |
java.lang.String |
getMapping(java.lang.String prop)
Return the mapped value for the provided property name. |
java.util.Map |
getMappings()
Return the Map containing the property mappings. |
void |
setMap(java.util.Map map)
Set the Map containing the bean properties. |
Method Detail |
---|
void setMap(java.util.Map map)
map
- Map containing bean properties.java.util.Map getMap()
java.lang.String getMapping(java.lang.String prop)
prop
- Return the mapping for this property.
java.util.Map getMappings()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |