Uses of Class
org.eclipse.jpt.eclipselink.core.context.persistence.connection.BatchWriting

Packages that use BatchWriting
org.eclipse.jpt.eclipselink.core.context.persistence.connection   
 

Uses of BatchWriting in org.eclipse.jpt.eclipselink.core.context.persistence.connection
 

Fields in org.eclipse.jpt.eclipselink.core.context.persistence.connection declared as BatchWriting
static BatchWriting Connection.DEFAULT_BATCH_WRITING
           
 

Methods in org.eclipse.jpt.eclipselink.core.context.persistence.connection that return BatchWriting
 BatchWriting Connection.getBatchWriting()
           
 BatchWriting Connection.getDefaultBatchWriting()
           
static BatchWriting BatchWriting.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BatchWriting[] BatchWriting.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.eclipse.jpt.eclipselink.core.context.persistence.connection with parameters of type BatchWriting
 void Connection.setBatchWriting(BatchWriting newBatchWriting)