Uses of Class
org.apache.openejb.jee.jba.cmp.ReadAhead
-
Packages that use ReadAhead Package Description org.apache.openejb.jee.jba.cmp Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of ReadAhead in org.apache.openejb.jee.jba.cmp
Fields in org.apache.openejb.jee.jba.cmp declared as ReadAhead Modifier and Type Field Description protected ReadAheadDefaults. readAheadprotected ReadAheadEjbRelationshipRole. readAheadprotected ReadAheadEntity. readAheadprotected ReadAheadQuery. readAheadMethods in org.apache.openejb.jee.jba.cmp that return ReadAhead Modifier and Type Method Description ReadAheadObjectFactory. createReadAhead()Create an instance ofReadAheadReadAheadDefaults. getReadAhead()Gets the value of the readAhead property.ReadAheadEjbRelationshipRole. getReadAhead()Gets the value of the readAhead property.ReadAheadEntity. getReadAhead()Gets the value of the readAhead property.ReadAheadQuery. getReadAhead()Gets the value of the readAhead property.Methods in org.apache.openejb.jee.jba.cmp with parameters of type ReadAhead Modifier and Type Method Description voidDefaults. setReadAhead(ReadAhead value)Sets the value of the readAhead property.voidEjbRelationshipRole. setReadAhead(ReadAhead value)Sets the value of the readAhead property.voidEntity. setReadAhead(ReadAhead value)Sets the value of the readAhead property.voidQuery. setReadAhead(ReadAhead value)Sets the value of the readAhead property.
-