org.apache.openjpa.persistence.query
Class QueryDefinitionImpl.DomainSorter
java.lang.Object
org.apache.openjpa.persistence.query.QueryDefinitionImpl.DomainSorter
- All Implemented Interfaces:
- Comparator<AbstractDomainObject>
- Enclosing class:
- QueryDefinitionImpl
static class QueryDefinitionImpl.DomainSorter
- extends Object
- implements Comparator<AbstractDomainObject>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_order
static List<Class> _order
QueryDefinitionImpl.DomainSorter
QueryDefinitionImpl.DomainSorter()
compare
public int compare(AbstractDomainObject a,
AbstractDomainObject b)
- Specified by:
compare
in interface Comparator<AbstractDomainObject>
Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.