Package | Description |
---|---|
javax.jdo.metadata |
This package contains classes representing the different components of the JDO Metadata.
|
Modifier and Type | Method and Description |
---|---|
IndexMetadata |
DiscriminatorMetadata.getIndexMetadata()
Accessor for any index metadata for the discriminator.
|
IndexMetadata |
ElementMetadata.getIndexMetadata()
Accessor for any index metadata on this element
|
IndexMetadata |
JoinMetadata.getIndexMetadata()
Accessor for any index metadata on this join.
|
IndexMetadata |
KeyMetadata.getIndexMetadata()
Accessor for any index metadata on this key
|
IndexMetadata |
MemberMetadata.getIndexMetadata()
Accessor for any index metadata for the field/property.
|
IndexMetadata |
OrderMetadata.getIndexMetadata()
Accessor for any index metadata for the ordering.
|
IndexMetadata |
ValueMetadata.getIndexMetadata()
Accessor for any index metadata on this value.
|
IndexMetadata |
VersionMetadata.getIndexMetadata()
Accessor for any index metadata on this version.
|
IndexMetadata |
VersionMetadata.getIndexMetadata()
Accessor for any index metadata on this version.
|
IndexMetadata |
ValueMetadata.getIndexMetadata()
Accessor for any index metadata on this value.
|
IndexMetadata |
OrderMetadata.getIndexMetadata()
Accessor for any index metadata for the ordering.
|
IndexMetadata |
MemberMetadata.getIndexMetadata()
Accessor for any index metadata for the field/property.
|
IndexMetadata |
KeyMetadata.getIndexMetadata()
Accessor for any index metadata on this key
|
IndexMetadata |
JoinMetadata.getIndexMetadata()
Accessor for any index metadata on this join.
|
IndexMetadata |
ElementMetadata.getIndexMetadata()
Accessor for any index metadata on this element
|
IndexMetadata |
DiscriminatorMetadata.getIndexMetadata()
Accessor for any index metadata for the discriminator.
|
IndexMetadata[] |
TypeMetadata.getIndices()
Accessor for all index(s) defined on the component.
|
IndexMetadata[] |
TypeMetadata.getIndices()
Accessor for all index(s) defined on the component.
|
IndexMetadata |
DiscriminatorMetadata.newIndexMetadata()
Method to set the index metadata for the discriminator.
|
IndexMetadata |
ElementMetadata.newIndexMetadata()
Method to set new index metadata for the element.
|
IndexMetadata |
JoinMetadata.newIndexMetadata()
Method to set new index metadata for the join.
|
IndexMetadata |
KeyMetadata.newIndexMetadata()
Method to set new index metadata for the key.
|
IndexMetadata |
MemberMetadata.newIndexMetadata()
Method to set index metadata for the field/property.
|
IndexMetadata |
OrderMetadata.newIndexMetadata()
Method to set index metadata for the ordering.
|
IndexMetadata |
TypeMetadata.newIndexMetadata()
Add a new index for this component.
|
IndexMetadata |
ValueMetadata.newIndexMetadata()
Method to set new index metadata for the value.
|
IndexMetadata |
VersionMetadata.newIndexMetadata()
Method to set index metadata for the version.
|
IndexMetadata |
VersionMetadata.newIndexMetadata()
Method to set index metadata for the version.
|
IndexMetadata |
ValueMetadata.newIndexMetadata()
Method to set new index metadata for the value.
|
IndexMetadata |
TypeMetadata.newIndexMetadata()
Add a new index for this component.
|
IndexMetadata |
OrderMetadata.newIndexMetadata()
Method to set index metadata for the ordering.
|
IndexMetadata |
MemberMetadata.newIndexMetadata()
Method to set index metadata for the field/property.
|
IndexMetadata |
KeyMetadata.newIndexMetadata()
Method to set new index metadata for the key.
|
IndexMetadata |
JoinMetadata.newIndexMetadata()
Method to set new index metadata for the join.
|
IndexMetadata |
ElementMetadata.newIndexMetadata()
Method to set new index metadata for the element.
|
IndexMetadata |
DiscriminatorMetadata.newIndexMetadata()
Method to set the index metadata for the discriminator.
|
IndexMetadata |
IndexMetadata.setName(String name)
Method to set the name of the index.
|
IndexMetadata |
IndexMetadata.setName(String name)
Method to set the name of the index.
|
IndexMetadata |
IndexMetadata.setTable(String table)
Method to set the table name.
|
IndexMetadata |
IndexMetadata.setTable(String table)
Method to set the table name.
|
IndexMetadata |
IndexMetadata.setUnique(boolean unique)
Method to set whether it is unique.
|
IndexMetadata |
IndexMetadata.setUnique(boolean unique)
Method to set whether it is unique.
|
Copyright © 2005–1970 Apache Software Foundation. All rights reserved.