net.sf.farrago.cwm.relational
Interface CwmPrimaryKey

All Superinterfaces:
CwmElement, CwmModelElement, CwmUniqueConstraint, CwmUniqueKey, RefBaseObject, RefFeatured, RefObject
All Known Subinterfaces:
FemPrimaryKeyConstraint
All Known Implementing Classes:
CwmPrimaryKey$Hib, FemPrimaryKeyConstraint$Hib

public interface CwmPrimaryKey
extends CwmUniqueConstraint

PrimaryKey object instance interface. There is only one UniqueConstraint of type PrimaryKey per Table. It is implemented specifically by each RDBMS.

Note: This type should not be subclassed, implemented or directly instantiated by clients. It is generated from a MOF metamodel and implemented by Enki or MDR.


Method Summary
 
Methods inherited from interface net.sf.farrago.cwm.relational.CwmUniqueConstraint
getDeferrability, setDeferrability
 
Methods inherited from interface net.sf.farrago.cwm.keysindexes.CwmUniqueKey
getFeature, getKeyRelationship
 
Methods inherited from interface net.sf.farrago.cwm.core.CwmModelElement
getClientDependency, getConstraint, getImporter, getName, getNamespace, getVisibility, setName, setNamespace, setVisibility
 
Methods inherited from interface javax.jmi.reflect.RefObject
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite
 
Methods inherited from interface javax.jmi.reflect.RefFeatured
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue
 
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints