|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ValueListAdapter | |
net.mlw.vlh | The Value List Handler is an implementation of the Core J2EE Patterns - Value List Handler |
net.mlw.vlh.adapter | This package contains some standard adapters for the Value List Handler. |
net.mlw.vlh.adapter.file | This package contains an adapter to read teh contents of the file system. |
net.mlw.vlh.adapter.hibernate | This package contains an adapter to delegate to Hibernate 2.x. |
net.mlw.vlh.adapter.hibernate3 | This package contains an adapter to delegate to Hibernate 3.x. |
net.mlw.vlh.adapter.ibatis.sqlmaps | This package contains an adapter to delegate to iBATIS SQL Maps 2.0 . |
net.mlw.vlh.adapter.jdbc | This package contains some standard adapters that use JDBC. |
net.mlw.vlh.adapter.jdbc.dynabean | This package contains an adapter to query the the database and return a DynaBean. |
net.mlw.vlh.adapter.jdbc.dynclass | This package contains an adapter to query the the database and return a List of Dynclass(s). |
net.mlw.vlh.adapter.jdbc.objectWrapper | |
net.mlw.vlh.adapter.jdbc.spring | |
net.mlw.vlh.adapter.spring |
Uses of ValueListAdapter in net.mlw.vlh |
Methods in net.mlw.vlh that return ValueListAdapter | |
ValueListAdapter |
Configuration.getAdapter(String name)
Gets the adapter with the given name. |
ValueListAdapter |
Configuration.getDefaultAdapter()
Gets the default adapter to pass back if none are found. |
Methods in net.mlw.vlh with parameters of type ValueListAdapter | |
void |
Configuration.setDefaultAdapter(ValueListAdapter defaultAdapter)
Sets the default adapter to pass back if none are found. |
Uses of ValueListAdapter in net.mlw.vlh.adapter |
Classes in net.mlw.vlh.adapter that implement ValueListAdapter | |
class |
AbstractValueListAdapter
Default abstract implementation of a ValueListAdapter. |
class |
ValueListAdapterCacheDecorator
This decorator is a lazy way to implement caching. |
Methods in net.mlw.vlh.adapter with parameters of type ValueListAdapter | |
void |
ValueListAdapterCacheDecorator.setParent(ValueListAdapter decoratedValueListAdapter)
The underling ValueListAdapter that retrieves the ValueList to be cached. |
Uses of ValueListAdapter in net.mlw.vlh.adapter.file |
Classes in net.mlw.vlh.adapter.file that implement ValueListAdapter | |
class |
FileSystemAdapter
This ValueListAdapter returns a ValueList of FileInfo(s). |
Uses of ValueListAdapter in net.mlw.vlh.adapter.hibernate |
Classes in net.mlw.vlh.adapter.hibernate that implement ValueListAdapter | |
class |
Hibernate20Adapter
This adapter wraps the functionality of Hibernate. |
Uses of ValueListAdapter in net.mlw.vlh.adapter.hibernate3 |
Classes in net.mlw.vlh.adapter.hibernate3 that implement ValueListAdapter | |
class |
HibernateAdapter
This adapter wraps the functionality of Hibernate. |
Uses of ValueListAdapter in net.mlw.vlh.adapter.ibatis.sqlmaps |
Classes in net.mlw.vlh.adapter.ibatis.sqlmaps that implement ValueListAdapter | |
class |
Ibatis20Adapter
This adapter wraps the functionality of iBATIS SQL Maps. |
Uses of ValueListAdapter in net.mlw.vlh.adapter.jdbc |
Classes in net.mlw.vlh.adapter.jdbc that implement ValueListAdapter | |
class |
AbstractDynaJdbcAdapter
This adapter handles the standard functionality of creating a query and execution it... |
class |
AbstractJdbcAdapter
This adapter handles the standard functionality of creating a query and execution it... |
Uses of ValueListAdapter in net.mlw.vlh.adapter.jdbc.dynabean |
Classes in net.mlw.vlh.adapter.jdbc.dynabean that implement ValueListAdapter | |
class |
DefaultDynaBeanAdapter
This ValueListAdapter returns a ValueList of DynaBean(s). |
Uses of ValueListAdapter in net.mlw.vlh.adapter.jdbc.dynclass |
Classes in net.mlw.vlh.adapter.jdbc.dynclass that implement ValueListAdapter | |
class |
DefaultDynclassAdapter
|
Uses of ValueListAdapter in net.mlw.vlh.adapter.jdbc.objectWrapper |
Classes in net.mlw.vlh.adapter.jdbc.objectWrapper that implement ValueListAdapter | |
class |
DefaultWrapperAdapter
DefaultIdWrappedAdapter wrap original record by calling interface ObjectWrapper method
getWrappedRecord(Object objectToBeWrapped) and with this
result populate the final valueList.. |
Uses of ValueListAdapter in net.mlw.vlh.adapter.jdbc.spring |
Classes in net.mlw.vlh.adapter.jdbc.spring that implement ValueListAdapter | |
class |
SpringDaoValueListAdapter
net.mlw.vlh.adapter.jdbc.spring.SpringDaoValueListAdapter |
Uses of ValueListAdapter in net.mlw.vlh.adapter.spring |
Classes in net.mlw.vlh.adapter.spring that implement ValueListAdapter | |
class |
MappingSqlQueryAdapter
This adapter handles the standard functionality of creating a query and execution it... |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |