Uses of Class
org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1.BatchFetchType_2_1

Packages that use BatchFetchType_2_1
org.eclipse.jpt.jpa.eclipselink.core.resource.orm   
org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1   
 

Uses of BatchFetchType_2_1 in org.eclipse.jpt.jpa.eclipselink.core.resource.orm
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.resource.orm that return BatchFetchType_2_1
 BatchFetchType_2_1 XmlBatchFetch.getBatchFetchType()
          Returns the value of the 'Batch Fetch Type' attribute.
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.resource.orm with parameters of type BatchFetchType_2_1
 void XmlBatchFetch.setBatchFetchType(BatchFetchType_2_1 newBatchFetchType)
          Sets the value of the 'Batch Fetch Type' attribute.
 

Uses of BatchFetchType_2_1 in org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1
 

Fields in org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1 with type parameters of type BatchFetchType_2_1
static java.util.List<BatchFetchType_2_1> BatchFetchType_2_1.VALUES
          A public read-only list of all the 'Batch Fetch Type 21' enumerators.
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1 that return BatchFetchType_2_1
 BatchFetchType_2_1 EclipseLinkOrmV2_1Factory.createBatchFetchType_2_1FromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
static BatchFetchType_2_1 BatchFetchType_2_1.get(int value)
          Returns the 'Batch Fetch Type 21' literal with the specified integer value.
static BatchFetchType_2_1 BatchFetchType_2_1.get(java.lang.String literal)
          Returns the 'Batch Fetch Type 21' literal with the specified literal value.
 BatchFetchType_2_1 XmlBatchFetch_2_1.getBatchFetchType()
          Returns the value of the 'Batch Fetch Type' attribute.
static BatchFetchType_2_1 BatchFetchType_2_1.getByName(java.lang.String name)
          Returns the 'Batch Fetch Type 21' literal with the specified name.
static BatchFetchType_2_1 BatchFetchType_2_1.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BatchFetchType_2_1[] BatchFetchType_2_1.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1 with parameters of type BatchFetchType_2_1
 void XmlBatchFetch_2_1.setBatchFetchType(BatchFetchType_2_1 value)
          Sets the value of the 'Batch Fetch Type' attribute.