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

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

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

Methods in org.eclipse.jpt.jpa.eclipselink.core.context.persistence.options that return TargetDatabase
static TargetDatabase TargetDatabase.getTargetDatabaseFor(java.lang.String literal)
          Return the TargetDatabase value corresponding to the given literal.
static TargetDatabase TargetDatabase.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TargetDatabase[] TargetDatabase.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.options with parameters of type TargetDatabase
 void Options.setTargetDatabase(TargetDatabase newTargetDatabase)