com.groundwork.collage
Interface CollageQuery


public interface CollageQuery

Provides direct query access to the Collage database.

Version:
$Id: CollageQuery.java,v 1.6 2005/07/27 21:32:37 rogerrut Exp $
Author:
Robin Dandridge

Method Summary
 java.util.Collection queryByExample(java.lang.Object o)
          Performs a query based on the supplied object.
 

Method Detail

queryByExample

public java.util.Collection queryByExample(java.lang.Object o)
Performs a query based on the supplied object.

Returns:
Collection of objects that meet the criteria of the query.


Copyright © 2005 IT Groundwork. All Rights Reserved.