Uses of Class
org.plasma.sdo.access.provider.jdo.ForeignKey

Packages that use ForeignKey
org.plasma.sdo.access.provider.jdo Package level documentation for package org.plasma.sdo.access.provider.jdo 
 

Uses of ForeignKey in org.plasma.sdo.access.provider.jdo
 

Fields in org.plasma.sdo.access.provider.jdo declared as ForeignKey
protected  ForeignKey Value.foreignKey
           
protected  ForeignKey Property.foreignKey
           
protected  ForeignKey Key.foreignKey
           
protected  ForeignKey Join.foreignKey
           
protected  ForeignKey Field.foreignKey
           
protected  ForeignKey Element.foreignKey
           
 

Fields in org.plasma.sdo.access.provider.jdo with type parameters of type ForeignKey
protected  List<ForeignKey> Interface.foreignKeies
           
protected  List<ForeignKey> Class_.foreignKeies
           
 

Methods in org.plasma.sdo.access.provider.jdo that return ForeignKey
 ForeignKey ObjectFactory.createForeignKey()
          Create an instance of ForeignKey
 ForeignKey Value.getForeignKey()
          Gets the value of the foreignKey property.
 ForeignKey Property.getForeignKey()
          Gets the value of the foreignKey property.
 ForeignKey Key.getForeignKey()
          Gets the value of the foreignKey property.
 ForeignKey Join.getForeignKey()
          Gets the value of the foreignKey property.
 ForeignKey Field.getForeignKey()
          Gets the value of the foreignKey property.
 ForeignKey Element.getForeignKey()
          Gets the value of the foreignKey property.
 

Methods in org.plasma.sdo.access.provider.jdo that return types with arguments of type ForeignKey
 List<ForeignKey> Interface.getForeignKeies()
          Gets the value of the foreignKeies property.
 List<ForeignKey> Class_.getForeignKeies()
          Gets the value of the foreignKeies property.
 

Methods in org.plasma.sdo.access.provider.jdo with parameters of type ForeignKey
 void Value.setForeignKey(ForeignKey value)
          Sets the value of the foreignKey property.
 void Property.setForeignKey(ForeignKey value)
          Sets the value of the foreignKey property.
 void Key.setForeignKey(ForeignKey value)
          Sets the value of the foreignKey property.
 void Join.setForeignKey(ForeignKey value)
          Sets the value of the foreignKey property.
 void Field.setForeignKey(ForeignKey value)
          Sets the value of the foreignKey property.
 void Element.setForeignKey(ForeignKey value)
          Sets the value of the foreignKey property.
 



Copyright © 2013. All rights reserved.