|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Specification | |
---|---|
org.apache.openjpa.conf | OpenJPA Configuration |
org.apache.openjpa.persistence | OpenJPA JPA |
Uses of Specification in org.apache.openjpa.conf |
---|
Methods in org.apache.openjpa.conf that return Specification | |
---|---|
Specification |
OpenJPAConfigurationImpl.getSpecificationInstance()
|
Specification |
OpenJPAConfiguration.getSpecificationInstance()
Get the Specification. |
Specification |
Specification.setDescription(String description)
|
Methods in org.apache.openjpa.conf with parameters of type Specification | |
---|---|
int |
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 |
OpenJPAConfigurationImpl.setSpecification(Specification newSpec)
|
void |
OpenJPAConfiguration.setSpecification(Specification spec)
Set the Specification for this configuration. |
protected void |
SpecificationPlugin.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 | |
---|---|
static Specification |
PersistenceProductDerivation.ALIAS_EJB
|
static Specification |
PersistenceProductDerivation.SPEC_JPA
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |