|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DaoBeanEx
Defines an interface that enhances the DaoBean interface with additional methods on property and mapping types.
Method Summary | |
---|---|
java.lang.Class |
getMappingType(java.lang.String mapping)
Return the type of the provided mapping. |
java.util.Map |
getMappingTypes()
Return the mapping types. |
java.lang.Class |
getPropertyType(java.lang.String prop)
Return the type of the provided property. |
java.util.Map |
getPropertyTypes()
Return the property types. |
Methods inherited from interface toolbox.dao.DaoBean |
---|
getMap, getMapping, getMappings, setMap |
Method Detail |
---|
java.lang.Class getMappingType(java.lang.String mapping)
mapping
- String containing the mapping value.
java.lang.Class getPropertyType(java.lang.String prop)
prop
- String containing the property name.
java.util.Map getMappingTypes()
java.util.Map getPropertyTypes()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |