org.eclipse.jpt.jpa.core
Class JpaModel.JpaVersionIsCompatibleWith
java.lang.Object
org.eclipse.jpt.common.utility.internal.predicate.CriterionPredicate<JpaModel,String>
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)
| Fields inherited from class org.eclipse.jpt.common.utility.internal.predicate.CriterionPredicate |
criterion |
| Methods inherited from class org.eclipse.jpt.common.utility.internal.predicate.CriterionPredicate |
equals, getCriterion, hashCode, toString |
JpaModel.JpaVersionIsCompatibleWith
public JpaModel.JpaVersionIsCompatibleWith(String version)
evaluate
public boolean evaluate(JpaModel jpaModel)
Copyright (c) 2012 Oracle. All rights reserved.