Dali Provisional API
Release 3.2

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

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

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

Methods in org.eclipse.jpt.jpa.eclipselink.core.context.persistence that return TargetServer
static TargetServer TargetServer.getTargetServerFor(String literal)
          Return the TargetServer value corresponding to the given literal.
static TargetServer TargetServer.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TargetServer[] TargetServer.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 TargetServer
 void Options.setTargetServer(TargetServer newTargetServer)
           
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.