Uses of Class
org.eclipse.jpt.jpa.core.JpaPlatformVariation.Supported

Packages that use JpaPlatformVariation.Supported
org.eclipse.jpt.jpa.core   
 

Uses of JpaPlatformVariation.Supported in org.eclipse.jpt.jpa.core
 

Methods in org.eclipse.jpt.jpa.core that return JpaPlatformVariation.Supported
 JpaPlatformVariation.Supported JpaPlatformVariation.getTablePerConcreteClassInheritanceIsSupported()
          Return whether table-per-concrete-class is a supported inheritance strategy in the JPA platform.
static JpaPlatformVariation.Supported JpaPlatformVariation.Supported.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static JpaPlatformVariation.Supported[] JpaPlatformVariation.Supported.values()
          Returns an array containing the constants of this enum type, in the order they are declared.