Dali Provisional API
Release 3.2

Uses of Class
org.eclipse.jpt.jpa.eclipselink.core.resource.java.MultitenantType2_3

Packages that use MultitenantType2_3
org.eclipse.jpt.jpa.eclipselink.core.context   
org.eclipse.jpt.jpa.eclipselink.core.resource.java   
 

Uses of MultitenantType2_3 in org.eclipse.jpt.jpa.eclipselink.core.context
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.context that return MultitenantType2_3
static MultitenantType2_3 EclipseLinkMultitenantType2_3.toJavaResourceModel(EclipseLinkMultitenantType2_3 multitenantType)
           
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.context with parameters of type MultitenantType2_3
static EclipseLinkMultitenantType2_3 EclipseLinkMultitenantType2_3.fromJavaResourceModel(MultitenantType2_3 javaMultitenantType)
           
 

Uses of MultitenantType2_3 in org.eclipse.jpt.jpa.eclipselink.core.resource.java
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.resource.java that return MultitenantType2_3
static MultitenantType2_3 MultitenantType2_3.fromJavaAnnotationValue(Object javaAnnotationValue)
           
 MultitenantType2_3 MultitenantAnnotation2_3.getValue()
          Corresponds to the 'value' element of the Multitenant annotation.
static MultitenantType2_3 MultitenantType2_3.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MultitenantType2_3[] MultitenantType2_3.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.resource.java with parameters of type MultitenantType2_3
 void MultitenantAnnotation2_3.setValue(MultitenantType2_3 value)
          Corresponds to the 'value' element of the Multitenant annotation.
static String MultitenantType2_3.toJavaAnnotationValue(MultitenantType2_3 multitenantType)
           
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.