站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 server API Documentation 英文版文档

Uses of Interface org.jboss.ejb.plugins.jaws.JPMFindEntitiesCommand (JBoss Server API) - JBoss 3.2.7 server API Documentation 英文版文档


Uses of Interface
org.jboss.ejb.plugins.jaws.JPMFindEntitiesCommand

Packages that use JPMFindEntitiesCommand
org.jboss.ejb.plugins.jaws Package description goes here
org.jboss.ejb.plugins.jaws.bmp Package description goes here
org.jboss.ejb.plugins.jaws.jdbc Package description goes here
 

Uses of JPMFindEntitiesCommand in org.jboss.ejb.plugins.jaws
 

Methods in org.jboss.ejb.plugins.jaws that return JPMFindEntitiesCommand
 JPMFindEntitiesCommand JPMCommandFactory.createFindEntitiesCommand()
           
 

Uses of JPMFindEntitiesCommand in org.jboss.ejb.plugins.jaws.bmp
 

Classes in org.jboss.ejb.plugins.jaws.bmp that implement JPMFindEntitiesCommand
 class CustomFindByEntitiesCommand
          JAWSPersistenceManager CustomFindByEntitiesCommand.
 

Uses of JPMFindEntitiesCommand in org.jboss.ejb.plugins.jaws.jdbc
 

Classes in org.jboss.ejb.plugins.jaws.jdbc that implement JPMFindEntitiesCommand
 class JDBCDefinedFinderCommand
          JAWSPersistenceManager JDBCDefinedFinderCommand
 class JDBCFindAllCommand
          JAWSPersistenceManager JDBCFindAllCommand
 class JDBCFindByCommand
          JAWSPersistenceManager JDBCFindByCommand
 class JDBCFindEntitiesCommand
          Keeps a map from finder name to specific finder command, and delegates to the relevant specific finder command.
 class JDBCFinderCommand
          Abstract superclass of finder commands that return collections.
 class JDBCPreloadByPrimaryKeyCommand
          JDBCPreloadByPrimaryKey This finder be called on when read-ahead is turned on and findByPrimaryKey is called.
 class JDBCPreloadFinderCommand
          Preloads data for all entities in where clause
 

Methods in org.jboss.ejb.plugins.jaws.jdbc that return JPMFindEntitiesCommand
 JPMFindEntitiesCommand JDBCCommandFactory.createFindAllCommand(FinderMetaData f)
           
 JPMFindEntitiesCommand JDBCCommandFactory.createDefinedFinderCommand(FinderMetaData f)
           
 JPMFindEntitiesCommand JDBCCommandFactory.createFindByCommand(Method finderMethod, FinderMetaData f)
           
 JPMFindEntitiesCommand JDBCCommandFactory.createFindEntitiesCommand()
          Singleton: multiple callers get references to the same command instance.
 



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