Uses of Interface
net.mlw.vlh.adapter.util.ObjectValidator

Packages that use ObjectValidator
net.mlw.vlh.adapter.hibernate This package contains an adapter to delegate to Hibernate 2.x
net.mlw.vlh.adapter.hibernate.util   
net.mlw.vlh.adapter.hibernate3 This package contains an adapter to delegate to Hibernate 3.x
net.mlw.vlh.adapter.hibernate3.util   
net.mlw.vlh.adapter.jdbc This package contains some standard adapters that use JDBC. 
net.mlw.vlh.adapter.jdbc.objectWrapper   
 

Uses of ObjectValidator in net.mlw.vlh.adapter.hibernate
 

Methods in net.mlw.vlh.adapter.hibernate with parameters of type ObjectValidator
 void Hibernate20Adapter.setValidator(ObjectValidator validator)
           If is set, it use special ScrollableResultsDecorator, that enable or disable to add object in final list.
 

Uses of ObjectValidator in net.mlw.vlh.adapter.hibernate.util
 

Methods in net.mlw.vlh.adapter.hibernate.util with parameters of type ObjectValidator
 void ScrollableResultsDecorator.setValidator(ObjectValidator validator)
           
 

Constructors in net.mlw.vlh.adapter.hibernate.util with parameters of type ObjectValidator
ScrollableResultsDecorator(net.sf.hibernate.ScrollableResults scrollableResults, ObjectValidator validator)
          Default contructor of decorator;
 

Uses of ObjectValidator in net.mlw.vlh.adapter.hibernate3
 

Methods in net.mlw.vlh.adapter.hibernate3 with parameters of type ObjectValidator
 void HibernateAdapter.setValidator(ObjectValidator validator)
           If is set, it use special ScrollableResultsDecorator, that enable or disable to add object in final list.
 

Uses of ObjectValidator in net.mlw.vlh.adapter.hibernate3.util
 

Methods in net.mlw.vlh.adapter.hibernate3.util with parameters of type ObjectValidator
 void ScrollableResultsDecorator.setValidator(ObjectValidator validator)
           
 

Constructors in net.mlw.vlh.adapter.hibernate3.util with parameters of type ObjectValidator
ScrollableResultsDecorator(org.hibernate.ScrollableResults scrollableResults, ObjectValidator validator)
          Default contructor of decorator;
 

Uses of ObjectValidator in net.mlw.vlh.adapter.jdbc
 

Methods in net.mlw.vlh.adapter.jdbc that return ObjectValidator
 ObjectValidator AbstractJdbcAdapter.getValidator()
           
 

Methods in net.mlw.vlh.adapter.jdbc with parameters of type ObjectValidator
 void AbstractJdbcAdapter.setValidator(ObjectValidator objectValidator)
           If is set to not null value, it uses a special ResultsSetDecorator, that enable or disable filtering objects in the final valuelist.
 

Uses of ObjectValidator in net.mlw.vlh.adapter.jdbc.objectWrapper
 

Methods in net.mlw.vlh.adapter.jdbc.objectWrapper that return ObjectValidator
 ObjectValidator ResultSetDecorator.getValidator()
           
 

Methods in net.mlw.vlh.adapter.jdbc.objectWrapper with parameters of type ObjectValidator
 void ResultSetDecorator.setValidator(ObjectValidator validator)
           
 

Constructors in net.mlw.vlh.adapter.jdbc.objectWrapper with parameters of type ObjectValidator
ResultSetDecorator(ResultSet rs, ObjectValidator objectValidator)
          Default constructor
 



Copyright © 2003-2006 mlavilson. All Rights Reserved.