当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 server API Documentation 英文版文档
IdentifierManager (JBoss Server API) - JBoss 4.0.1 sp1 server API Documentation 英文版文档
org.jboss.ejb.plugins.cmp.ejbql
Class IdentifierManager
java.lang.Object
org.jboss.ejb.plugins.cmp.ejbql.IdentifierManager
- public final class IdentifierManager
- extends Object
This class manages a symbol table for the EJB-QL parser.
- Version:
- $Revision: 1.5 $
- Author:
- Dain Sundstrom
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IdentifierManager
public IdentifierManager(Catalog catalog)
declareRangeVariable
public void declareRangeVariable(String identifier,
String abstractSchemaName)
declareCollectionMember
public void declareCollectionMember(String identifier,
String path)
getEntity
public EntityBridge getEntity(String identificationVariable)
registerPath
public void registerPath(String path,
List pathList,
List fieldList)
getPathList
public List getPathList(String path)
getFieldList
public List getFieldList(String path)
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.