Uses of Class
org.apache.openejb.jee.jba.cmp.FetchSize
-
Packages that use FetchSize Package Description 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 Modifier and Type Field Description protected FetchSizeDefaults. fetchSizeprotected FetchSizeEntity. fetchSizeMethods in org.apache.openejb.jee.jba.cmp that return FetchSize Modifier and Type Method Description FetchSizeObjectFactory. createFetchSize()Create an instance ofFetchSizeFetchSizeDefaults. getFetchSize()Gets the value of the fetchSize property.FetchSizeEntity. getFetchSize()Gets the value of the fetchSize property.Methods in org.apache.openejb.jee.jba.cmp with parameters of type FetchSize Modifier and Type Method Description voidDefaults. setFetchSize(FetchSize value)Sets the value of the fetchSize property.voidEntity. setFetchSize(FetchSize value)Sets the value of the fetchSize property.
-