Uses of Interface
net.ontopia.persistence.proxy.FlushableIF
-
Packages that use FlushableIF Package Description net.ontopia.persistence.proxy An object-relational mapping framework. -
-
Uses of FlushableIF in net.ontopia.persistence.proxy
Classes in net.ontopia.persistence.proxy that implement FlushableIF Modifier and Type Class Description classSQLBatchManyToManyReferenceINTERNAL: Class that performs the task of accessing and manipulating M:M reference fields in the database.classSQLBatchObjectAccessINTERNAL: Class that performs the task of creating new objects in the database.classSQLBatchOneToManyAggregateINTERNAL: Class that performs the task of accessing and manipulating 1:M aggregate fields in the database.classSQLBatchOneToManyReferenceINTERNAL: Class that performs the task of accessing and manipulating 1:M reference fields in the database.classSQLBatchOneToOneINTERNAL: Class that performs the task of accessing and manipulating 1:1 fields in the database.Fields in net.ontopia.persistence.proxy with type parameters of type FlushableIF Modifier and Type Field Description protected Collection<FlushableIF>RDBMSAccess. flushableMethods in net.ontopia.persistence.proxy with parameters of type FlushableIF Modifier and Type Method Description protected voidRDBMSAccess. needsFlushing(FlushableIF handler)
-