org.eclipse.jpt.core
Interface JpaValidation


public interface JpaValidation


Nested Class Summary
static class JpaValidation.Supported
           
 
Method Summary
 JpaValidation.Supported getTablePerConcreteClassInheritanceIsSupported()
          Return whether table-per-concrete-class is a supported inheritance strategy in the jpa platform.
 

Method Detail

getTablePerConcreteClassInheritanceIsSupported

JpaValidation.Supported getTablePerConcreteClassInheritanceIsSupported()
Return whether table-per-concrete-class is a supported inheritance strategy in the jpa platform. Supported.MAYBE means that it is in the JPA spec, but not portable or might not be supported by a particular provider.

Returns: