Uses of Class
org.apache.openjpa.conf.Specification
Package
Description
OpenJPA Configuration
OpenJPA JPA
-
Uses of Specification in org.apache.openjpa.conf
Modifier and TypeMethodDescriptionOpenJPAConfiguration.getSpecificationInstance()
Get the Specification.OpenJPAConfigurationImpl.getSpecificationInstance()
Specification.setDescription
(String description) Modifier and TypeMethodDescriptionint
Specification.compareVersion
(Specification other) Compares major version number of the given Specification with this receiver.boolean
Specification.isSame
(Specification other) Affirms if the given specification has the same name of this receiver, ignoring the case.void
OpenJPAConfiguration.setSpecification
(Specification spec) Set the Specification for this configuration.void
OpenJPAConfigurationImpl.setSpecification
(Specification newSpec) protected void
SpecificationPlugin.validateOverwrite
(Specification newSpec) Validates if the given Specification can overwrite the current Specification. -
Uses of Specification in org.apache.openjpa.persistence
Modifier and TypeFieldDescriptionstatic final Specification
PersistenceProductDerivation.ALIAS_EJB
static final Specification
PersistenceProductDerivation.SPEC_JPA