Uses of Class
org.eclipse.jpt.core.JpaValidation.Supported

Packages that use JpaValidation.Supported
org.eclipse.jpt.core   
 

Uses of JpaValidation.Supported in org.eclipse.jpt.core
 

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