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

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

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

Fields in org.plasma.sdo.access.provider.jdo declared as Join
protected  Join Property.join
           
protected  Join Inheritance.join
           
protected  Join Field.join
           
 

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

Methods in org.plasma.sdo.access.provider.jdo that return Join
 Join ObjectFactory.createJoin()
          Create an instance of Join
 Join Property.getJoin()
          Gets the value of the join property.
 Join Inheritance.getJoin()
          Gets the value of the join property.
 Join Field.getJoin()
          Gets the value of the join property.
 

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

Methods in org.plasma.sdo.access.provider.jdo with parameters of type Join
 void Property.setJoin(Join value)
          Sets the value of the join property.
 void Inheritance.setJoin(Join value)
          Sets the value of the join property.
 void Field.setJoin(Join value)
          Sets the value of the join property.
 



Copyright © 2013. All rights reserved.