Uses of Class
org.apache.openjpa.conf.Specification
-
Packages that use Specification Package Description org.apache.openjpa.conf OpenJPA Configurationorg.apache.openjpa.persistence OpenJPA JPA -
-
Uses of Specification in org.apache.openjpa.conf
Methods in org.apache.openjpa.conf that return Specification Modifier and Type Method Description SpecificationOpenJPAConfiguration. getSpecificationInstance()Get the Specification.SpecificationOpenJPAConfigurationImpl. getSpecificationInstance()SpecificationSpecification. setDescription(java.lang.String description)Methods in org.apache.openjpa.conf with parameters of type Specification Modifier and Type Method Description intSpecification. compareVersion(Specification other)Compares major version number of the given Specification with this receiver.booleanSpecification. isSame(Specification other)Affirms if the given specification has the same name of this receiver, ignoring the case.voidOpenJPAConfiguration. setSpecification(Specification spec)Set the Specification for this configuration.voidOpenJPAConfigurationImpl. setSpecification(Specification newSpec)protected voidSpecificationPlugin. validateOverwrite(Specification newSpec)Validates if the given Specification can overwrite the current Specification. -
Uses of Specification in org.apache.openjpa.persistence
Fields in org.apache.openjpa.persistence declared as Specification Modifier and Type Field Description static SpecificationPersistenceProductDerivation. ALIAS_EJBstatic SpecificationPersistenceProductDerivation. SPEC_JPA
-