Uses of Class
org.objectweb.speedo.metadata.SpeedoInheritance

Packages that use SpeedoInheritance
org.objectweb.speedo.metadata The Speedo meta information used for the persistent class enhancement. 
 

Uses of SpeedoInheritance in org.objectweb.speedo.metadata
 

Fields in org.objectweb.speedo.metadata declared as SpeedoInheritance
 SpeedoInheritance SpeedoClass.inheritance
          Defines the inheritance strategy if this class inherits from a persistent class.
 

Methods in org.objectweb.speedo.metadata with parameters of type SpeedoInheritance
 void SpeedoDiscriminator.setDiscriminatorValue(java.lang.Object value, SpeedoInheritance si, SpeedoElement elem)