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

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

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

Fields in org.eclipse.jpt.jpa.eclipselink.core.context.persistence.customization declared as Weaving
static Weaving Customization.DEFAULT_WEAVING
           
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.context.persistence.customization that return Weaving
 Weaving Customization.getDefaultWeaving()
           
 Weaving Customization.getWeaving()
           
static Weaving Weaving.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Weaving[] Weaving.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.customization with parameters of type Weaving
 void Customization.setWeaving(Weaving newWeaving)