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

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

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

Fields in org.plasma.sdo.access.provider.jdo declared as Index
protected  Index Version.index
           
protected  Index Value.index
           
protected  Index Property.index
           
protected  Index Order.index
           
protected  Index Key.index
           
protected  Index Join.index
           
protected  Index Field.index
           
protected  Index Element.index
           
protected  Index Discriminator.index
           
 

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

Methods in org.plasma.sdo.access.provider.jdo that return Index
 Index ObjectFactory.createIndex()
          Create an instance of Index
 Index Version.getIndex()
          Gets the value of the index property.
 Index Value.getIndex()
          Gets the value of the index property.
 Index Property.getIndex()
          Gets the value of the index property.
 Index Order.getIndex()
          Gets the value of the index property.
 Index Key.getIndex()
          Gets the value of the index property.
 Index Join.getIndex()
          Gets the value of the index property.
 Index Field.getIndex()
          Gets the value of the index property.
 Index Element.getIndex()
          Gets the value of the index property.
 Index Discriminator.getIndex()
          Gets the value of the index property.
 

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

Methods in org.plasma.sdo.access.provider.jdo with parameters of type Index
 void Version.setIndex(Index value)
          Sets the value of the index property.
 void Value.setIndex(Index value)
          Sets the value of the index property.
 void Property.setIndex(Index value)
          Sets the value of the index property.
 void Order.setIndex(Index value)
          Sets the value of the index property.
 void Key.setIndex(Index value)
          Sets the value of the index property.
 void Join.setIndex(Index value)
          Sets the value of the index property.
 void Field.setIndex(Index value)
          Sets the value of the index property.
 void Element.setIndex(Index value)
          Sets the value of the index property.
 void Discriminator.setIndex(Index value)
          Sets the value of the index property.
 



Copyright © 2013. All rights reserved.