org.jboss.ejb.plugins.cmp.ejbql
Class Catalog

java.lang.Object
  extended by org.jboss.ejb.plugins.cmp.ejbql.Catalog

public final class Catalog
extends Object

This class maintains a map of all entitie bridges in an application by name.

Version:
$Revision: 1.6.4.1 $
Author:
Dain Sundstrom

Constructor Summary
Catalog()
           
 
Method Summary
 void addEntity(EntityBridge entityBridge)
           
 Set getEJBNames()
           
 EntityBridge getEntityByAbstractSchemaName(String abstractSchemaName)
           
 EntityBridge getEntityByEJBName(String ejbName)
           
 EntityBridge getEntityByInterface(Class intf)
           
 int getEntityCount()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Catalog

public Catalog()
Method Detail

addEntity

public void addEntity(EntityBridge entityBridge)

getEntityByAbstractSchemaName

public EntityBridge getEntityByAbstractSchemaName(String abstractSchemaName)

getEntityByInterface

public EntityBridge getEntityByInterface(Class intf)

getEntityByEJBName

public EntityBridge getEntityByEJBName(String ejbName)

getEntityCount

public int getEntityCount()

getEJBNames

public Set getEJBNames()


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.