Uses of Class
persistence.exceptions.CompTypeRequiredException

Packages that use CompTypeRequiredException
persistence   
 

Uses of CompTypeRequiredException in persistence
 

Methods in persistence that throw CompTypeRequiredException
 TableComponent PDLParser.parse()
          Recursive depth-first creation of TableComponent-treecomponents of currentRoot.
 void PDLParser.ContentTagList.addContentTag(org.w3c.dom.Node contentTag)
           
 void AbstractSQLFactory.setCurrentNodeList(org.w3c.dom.Node node, java.lang.String fullPrincipalClassName)
          Sets a NodeList of <persistentClass>-elements as the current one and extraction of useful info happens.
 void AbstractSQLFactoryImpl.setCurrentNodeList(org.w3c.dom.Node node, java.lang.String fullPrincipalClassName)
          Sets a NodeList of <persistentClass>-elements as the current one and extraction of useful info happens.
 

Constructors in persistence that throw CompTypeRequiredException
PDLParser.ContentTagList(org.w3c.dom.NodeList contentNodes)
           
AbstractSQLFactoryImpl(org.w3c.dom.Node involvedNode, java.lang.String fullPrincipalClassName, java.lang.String connectionExpression)