Dali Provisional API
Release 3.2

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

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

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

Methods in org.eclipse.jpt.jpa.eclipselink.core.context.persistence that return TargetDatabase
static TargetDatabase TargetDatabase.getTargetDatabaseFor(String literal)
          Return the TargetDatabase value corresponding to the given literal.
static TargetDatabase TargetDatabase.valueOf(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 with parameters of type TargetDatabase
 void Options.setTargetDatabase(TargetDatabase newTargetDatabase)
           
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.