Dali Provisional API
Release 3.2

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

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

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

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

Methods in org.eclipse.jpt.jpa.eclipselink.core.context.persistence that return BatchWriting
 BatchWriting Connection.getBatchWriting()
           
 BatchWriting Connection.getDefaultBatchWriting()
           
static BatchWriting BatchWriting.valueOf(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 are declared.
 

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


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.