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

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

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

Fields in org.apache.openejb.jee.jba.cmp declared as FetchSize
protected  FetchSize Entity.fetchSize
           
protected  FetchSize Defaults.fetchSize
           
 

Methods in org.apache.openejb.jee.jba.cmp that return FetchSize
 FetchSize ObjectFactory.createFetchSize()
          Create an instance of FetchSize
 FetchSize Entity.getFetchSize()
          Gets the value of the fetchSize property.
 FetchSize Defaults.getFetchSize()
          Gets the value of the fetchSize property.
 

Methods in org.apache.openejb.jee.jba.cmp with parameters of type FetchSize
 void Entity.setFetchSize(FetchSize value)
          Sets the value of the fetchSize property.
 void Defaults.setFetchSize(FetchSize value)
          Sets the value of the fetchSize property.
 



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