jBPM distribution 6.2.0.CR1

org.jbpm.shared.services.impl
Class QueryManager

java.lang.Object
  extended by org.jbpm.shared.services.impl.QueryManager

public class QueryManager
extends Object


Field Summary
static String ASCENDING_KEY
           
static String DESCENDING_KEY
           
static String ORDER_BY_KEY
           
 
Constructor Summary
protected QueryManager()
           
 
Method Summary
 void addNamedQueries(String ormFile)
           
static QueryManager get()
           
 String getQuery(String name, Map<String,Object> params)
           
protected  void parse(String ormFile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ORDER_BY_KEY

public static final String ORDER_BY_KEY
See Also:
Constant Field Values

ASCENDING_KEY

public static final String ASCENDING_KEY
See Also:
Constant Field Values

DESCENDING_KEY

public static final String DESCENDING_KEY
See Also:
Constant Field Values
Constructor Detail

QueryManager

protected QueryManager()
Method Detail

get

public static QueryManager get()

addNamedQueries

public void addNamedQueries(String ormFile)

getQuery

public String getQuery(String name,
                       Map<String,Object> params)

parse

protected void parse(String ormFile)
              throws XMLStreamException
Throws:
XMLStreamException

jBPM distribution 6.2.0.CR1

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.