org.jmonks.batch.framework.repository.db4o
Class Db4oJobMgmtMntrInfoHolderPredicate

java.lang.Object
  extended bycom.db4o.query.Predicate
      extended byorg.jmonks.batch.framework.repository.db4o.Db4oJobMgmtMntrInfoHolderPredicate
All Implemented Interfaces:
java.io.Serializable

public class Db4oJobMgmtMntrInfoHolderPredicate
extends com.db4o.query.Predicate

Db4oJobMgmtMntrInfoHolderPredicate used to find the Db4oJobMgmtMntrInfoHolder objects in Db4o database using native query.

Since:
1.0
Version:
1.0
Author:
Suresh Pragada
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.db4o.query.Predicate
PREDICATEMETHOD_NAME
 
Method Summary
 boolean match(Db4oJobMgmtMntrInfoHolder holder)
          Method to run the the native query.
 
Methods inherited from class com.db4o.query.Predicate
appliesTo, extentType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

match

public boolean match(Db4oJobMgmtMntrInfoHolder holder)
Method to run the the native query. This receives the Db4oJobMgmtMntrInfoHolder objects and look for the job name this predicate initialized with.