Uses of Interface
net.ontopia.persistence.proxy.FieldAccessIF

Packages that use FieldAccessIF
net.ontopia.persistence.proxy An object-relational mapping framework. 
 

Uses of FieldAccessIF in net.ontopia.persistence.proxy
 

Classes in net.ontopia.persistence.proxy that implement FieldAccessIF
 class SQLBatchManyToManyReference
          INTERNAL: Class that performs the task of accessing and manipulating M:M reference fields in the database.
 class SQLBatchOneToManyAggregate
          INTERNAL: Class that performs the task of accessing and manipulating 1:M aggregate fields in the database.
 class SQLBatchOneToManyReference
          INTERNAL: Class that performs the task of accessing and manipulating 1:M reference fields in the database.
 class SQLBatchOneToOne
          INTERNAL: Class that performs the task of accessing and manipulating 1:1 fields in the database.
 class SQLManyToManyReference
          INTERNAL: Class that performs the task of accessing and manipulating M:M reference fields in the database.
 class SQLOneToManyAggregate
          INTERNAL: Class that performs the task of accessing and manipulating 1:M aggregate fields in the database.
 class SQLOneToManyReference
          INTERNAL: Class that performs the task of accessing and manipulating 1:M reference fields in the database.
 class SQLOneToOne
          INTERNAL: Class that performs the task of accessing and manipulating 1:1 fields in the database.
 

Fields in net.ontopia.persistence.proxy declared as FieldAccessIF
protected  FieldAccessIF[] SQLObjectAccess.faccesses
           
 

Methods in net.ontopia.persistence.proxy that return FieldAccessIF
protected  FieldAccessIF SQLObjectAccess.getFieldAccess(int field)
           
protected  FieldAccessIF SQLBatchObjectAccess.getFieldAccess(int field)
           
 



Copyright © 2000-2012 Ontopia.