|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractValueListAdapter | |
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.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 AbstractValueListAdapter in net.mlw.vlh.adapter.file |
Subclasses of AbstractValueListAdapter in net.mlw.vlh.adapter.file | |
class |
FileSystemAdapter
This ValueListAdapter returns a ValueList of FileInfo(s). |
Uses of AbstractValueListAdapter in net.mlw.vlh.adapter.hibernate |
Subclasses of AbstractValueListAdapter in net.mlw.vlh.adapter.hibernate | |
class |
Hibernate20Adapter
This adapter wraps the functionality of Hibernate. |
Uses of AbstractValueListAdapter in net.mlw.vlh.adapter.hibernate3 |
Subclasses of AbstractValueListAdapter in net.mlw.vlh.adapter.hibernate3 | |
class |
HibernateAdapter
This adapter wraps the functionality of Hibernate. |
Uses of AbstractValueListAdapter in net.mlw.vlh.adapter.jdbc |
Subclasses of AbstractValueListAdapter in net.mlw.vlh.adapter.jdbc | |
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 AbstractValueListAdapter in net.mlw.vlh.adapter.jdbc.dynabean |
Subclasses of AbstractValueListAdapter in net.mlw.vlh.adapter.jdbc.dynabean | |
class |
DefaultDynaBeanAdapter
This ValueListAdapter returns a ValueList of DynaBean(s). |
Uses of AbstractValueListAdapter in net.mlw.vlh.adapter.jdbc.dynclass |
Subclasses of AbstractValueListAdapter in net.mlw.vlh.adapter.jdbc.dynclass | |
class |
DefaultDynclassAdapter
|
Uses of AbstractValueListAdapter in net.mlw.vlh.adapter.jdbc.objectWrapper |
Subclasses of AbstractValueListAdapter in net.mlw.vlh.adapter.jdbc.objectWrapper | |
class |
DefaultWrapperAdapter
DefaultIdWrappedAdapter wrap original record by calling interface ObjectWrapper method
getWrappedRecord(Object objectToBeWrapped) and with this
result populate the final valueList.. |
Uses of AbstractValueListAdapter in net.mlw.vlh.adapter.jdbc.spring |
Subclasses of AbstractValueListAdapter in net.mlw.vlh.adapter.jdbc.spring | |
class |
SpringDaoValueListAdapter
net.mlw.vlh.adapter.jdbc.spring.SpringDaoValueListAdapter |
Uses of AbstractValueListAdapter in net.mlw.vlh.adapter.spring |
Subclasses of AbstractValueListAdapter in net.mlw.vlh.adapter.spring | |
class |
MappingSqlQueryAdapter
This adapter handles the standard functionality of creating a query and execution it... |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |