程序包 | 说明 |
---|---|
com.nonesole.persistence2.sql | |
com.nonesole.persistence2.sql.custom |
限定符和类型 | 字段和说明 |
---|---|
private static java.lang.ThreadLocal<IMapAction> |
PersistenceFactory.mapValueThread
ThreadLocal for IMapAction
|
限定符和类型 | 方法和说明 |
---|---|
IMapAction |
PersistenceFactory.getMapAction()
Get IMapAction object
The objects of IMapAction provide methods of map return or list of map return. |
IMapAction |
PersistenceFactory.getMapAction(java.lang.String dataSourceName)
Get IMapAction object
The objects of IMapAction provide methods of map return or list of map return. |
限定符和类型 | 类和说明 |
---|---|
class |
DefaultMapAction
Implementation class of IMapAction
|