Uses of Interface
net.ontopia.persistence.proxy.ClassAccessIF
-
Packages that use ClassAccessIF Package Description net.ontopia.persistence.proxy An object-relational mapping framework. -
-
Uses of ClassAccessIF in net.ontopia.persistence.proxy
Classes in net.ontopia.persistence.proxy that implement ClassAccessIF Modifier and Type Class Description class
SQLBatchObjectAccess
INTERNAL: Class that performs the task of creating new objects in the database.class
SQLCollectionAccess
INTERNAL: Class that performs the task of accessing and manipulating "collection" type instances in the database.class
SQLObjectAccess
INTERNAL: Class that performs the task of accessing and manipulating "identifiable object type" instances in the database.Fields in net.ontopia.persistence.proxy with type parameters of type ClassAccessIF Modifier and Type Field Description protected Map<Class<?>,ClassAccessIF>
RDBMSAccess. handlers
Methods in net.ontopia.persistence.proxy that return ClassAccessIF Modifier and Type Method Description protected ClassAccessIF
RDBMSAccess. getHandler(Class<?> type)
INTERNAL: Gets up the handler class that is used to manage objects of the given class.
-