Arch4J 1.1

org.arch4j.persistence
Interface ObjectQuery

All Known Implementing Classes:
QueryWrapper

public interface ObjectQuery

Author:
alwick

Method Summary
 void bind(boolean aBoolean)
          Bind a primitive boolean type.
 void bind(Collection aBindCollection)
          Bind to a collection of parameters.
 void bind(double aDouble)
          Bind a primitive double type.
 void bind(float aFloat)
          Bind a primitive float type.
 void bind(int anInteger)
          Bind a primitive integer type.
 void bind(Object anObject)
          Bind an element to the first element in the query string.
 

Method Detail

bind

public void bind(Object anObject)
Bind an element to the first element in the query string.

Parameters:
anObject - The object to bind.

bind

public void bind(Collection aBindCollection)
Bind to a collection of parameters.


bind

public void bind(int anInteger)
Bind a primitive integer type.


bind

public void bind(boolean aBoolean)
Bind a primitive boolean type.


bind

public void bind(float aFloat)
Bind a primitive float type.


bind

public void bind(double aDouble)
Bind a primitive double type.


Arch4J 1.1

Copyright © 2000-2004 SpiderLogic, a service of Wipfli Ullrich Bertelson LLP.