Dali Provisional API
Release 3.2

org.eclipse.jpt.jpa.core
Class JpaModel.JpaVersionIsCompatibleWith

java.lang.Object
  extended by org.eclipse.jpt.common.utility.internal.predicate.CriterionPredicate<JpaModel,String>
      extended by org.eclipse.jpt.jpa.core.JpaModel.JpaVersionIsCompatibleWith
All Implemented Interfaces:
org.eclipse.jpt.common.utility.predicate.Predicate<JpaModel>
Enclosing interface:
JpaModel

public static class JpaModel.JpaVersionIsCompatibleWith
extends org.eclipse.jpt.common.utility.internal.predicate.CriterionPredicate<JpaModel,String>

A predicate that returns whether a JPA model's JPA version compatible with the configured version.

See Also:
JpaPlatform.Version.isCompatibleWithJpaVersion(String)

Field Summary
 
Fields inherited from class org.eclipse.jpt.common.utility.internal.predicate.CriterionPredicate
criterion
 
Constructor Summary
JpaModel.JpaVersionIsCompatibleWith(String version)
           
 
Method Summary
 boolean evaluate(JpaModel jpaModel)
           
 
Methods inherited from class org.eclipse.jpt.common.utility.internal.predicate.CriterionPredicate
equals, getCriterion, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JpaModel.JpaVersionIsCompatibleWith

public JpaModel.JpaVersionIsCompatibleWith(String version)
Method Detail

evaluate

public boolean evaluate(JpaModel jpaModel)

Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.