Uses of Class
org.exolab.castor.mapping.xml.NamedQuery

Packages that use NamedQuery
org.exolab.castor.mapping.xml XML objects for loading the mapping file. 
 

Uses of NamedQuery in org.exolab.castor.mapping.xml
 

Methods in org.exolab.castor.mapping.xml that return NamedQuery
 NamedQuery ClassMapping.getNamedQuery(int index)
          Method getNamedQuery.
 NamedQuery[] ClassMapping.getNamedQuery()
          Method getNamedQuery.Returns the contents of the collection in an Array.
 NamedQuery ClassMapping.removeNamedQueryAt(int index)
          Method removeNamedQueryAt.
static NamedQuery NamedQuery.unmarshal(java.io.Reader reader)
          Method unmarshal.
 

Methods in org.exolab.castor.mapping.xml with parameters of type NamedQuery
 void ClassMapping.addNamedQuery(NamedQuery vNamedQuery)
           
 void ClassMapping.addNamedQuery(int index, NamedQuery vNamedQuery)
           
 boolean ClassMapping.removeNamedQuery(NamedQuery vNamedQuery)
          Method removeNamedQuery.
 void ClassMapping.setNamedQuery(int index, NamedQuery vNamedQuery)
           
 void ClassMapping.setNamedQuery(NamedQuery[] vNamedQueryArray)
           
 



Copyright 2008 null. All Rights Reserved.