com.vinculumtech.platform.root.vendor.jdo
Class JDOPersistenceCollectionFinder

java.lang.Object
  extended bycom.vinculumtech.platform.root.vendor.jdo.JDOFinder
      extended bycom.vinculumtech.platform.root.vendor.jdo.JDOPersistenceCollectionFinder
All Implemented Interfaces:
PersistenceCollectionFinder
Direct Known Subclasses:
JDOCollectionFinder

public class JDOPersistenceCollectionFinder
extends JDOFinder
implements PersistenceCollectionFinder

See the javadoc on JDOFinder.

Version:
$Id: //depot/carrierwave/src/vendor/com/vinculumtech/platform/root/vendor/jdo/JDOPersistenceCollectionFinder.java#2 $

Constructor Summary
JDOPersistenceCollectionFinder()
           
JDOPersistenceCollectionFinder(java.lang.Class imageableType)
           
JDOPersistenceCollectionFinder(java.lang.Class imageableType, boolean excludeSubClasses)
           
JDOPersistenceCollectionFinder(java.lang.Class imageableType, boolean excludeSubClasses, java.lang.String query)
           
JDOPersistenceCollectionFinder(java.lang.Class imageableType, java.lang.String query)
           
 
Method Summary
 java.util.List findCollection(PersistenceSession persistenceSession)
           
 
Methods inherited from class com.vinculumtech.platform.root.vendor.jdo.JDOFinder
applyQuery, findAllForType, getFilter, getImageableType, getImportDeclaration, getParameterDeclaration, getParameterList, getParameterMap, getVariableDeclaration, hasParameterList, hasParameterMap, isExcludeSubClasses, prepareParameters, resolveParameterList, resolveParameterMap, setExcludeSubClasses, setFilter, setImageableType, setImportDeclaration, setParameterDeclaration, setParameterList, setParameterMap, setVariableDeclaration
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDOPersistenceCollectionFinder

public JDOPersistenceCollectionFinder()

JDOPersistenceCollectionFinder

public JDOPersistenceCollectionFinder(java.lang.Class imageableType)

JDOPersistenceCollectionFinder

public JDOPersistenceCollectionFinder(java.lang.Class imageableType,
                                      java.lang.String query)

JDOPersistenceCollectionFinder

public JDOPersistenceCollectionFinder(java.lang.Class imageableType,
                                      boolean excludeSubClasses)

JDOPersistenceCollectionFinder

public JDOPersistenceCollectionFinder(java.lang.Class imageableType,
                                      boolean excludeSubClasses,
                                      java.lang.String query)
Method Detail

findCollection

public java.util.List findCollection(PersistenceSession persistenceSession)
Specified by:
findCollection in interface PersistenceCollectionFinder


Copyright (C) 2002 Vinculum Technologies, Inc. All Rights Reserved.