Uses of Class
org.apache.openejb.jee.jba.cmp.EagerLoadGroup

Packages that use EagerLoadGroup
org.apache.openejb.jee.jba.cmp Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of EagerLoadGroup in org.apache.openejb.jee.jba.cmp
 

Fields in org.apache.openejb.jee.jba.cmp declared as EagerLoadGroup
protected  EagerLoadGroup ReadAhead.eagerLoadGroup
           
protected  EagerLoadGroup Entity.eagerLoadGroup
           
 

Methods in org.apache.openejb.jee.jba.cmp that return EagerLoadGroup
 EagerLoadGroup ObjectFactory.createEagerLoadGroup()
          Create an instance of EagerLoadGroup
 EagerLoadGroup ReadAhead.getEagerLoadGroup()
          Gets the value of the eagerLoadGroup property.
 EagerLoadGroup Entity.getEagerLoadGroup()
          Gets the value of the eagerLoadGroup property.
 

Methods in org.apache.openejb.jee.jba.cmp with parameters of type EagerLoadGroup
 void ReadAhead.setEagerLoadGroup(EagerLoadGroup value)
          Sets the value of the eagerLoadGroup property.
 void Entity.setEagerLoadGroup(EagerLoadGroup value)
          Sets the value of the eagerLoadGroup property.
 



Copyright © 1999-2010 The Apache OpenEJB development community. All Rights Reserved.