Uses of Interface
net.ontopia.persistence.proxy.ClassInfoIF
-
Packages that use ClassInfoIF Package Description net.ontopia.persistence.proxy An object-relational mapping framework. -
-
Uses of ClassInfoIF in net.ontopia.persistence.proxy
Classes in net.ontopia.persistence.proxy that implement ClassInfoIF Modifier and Type Class Description classClassInfoINTERNAL: A class descriptor-like class that is used by the RDBMS proxy implementation to access the information it needs about the object relational class descriptor in an optimized manner.Fields in net.ontopia.persistence.proxy declared as ClassInfoIF Modifier and Type Field Description protected ClassInfoIFSQLCollectionAccess. cinfoprotected ClassInfoIFSQLObjectAccess. cinfoprotected ClassInfoIFSQLOneToManyAggregate. cinfoprotected ClassInfoIFAbstractFieldInfo. parent_cinfoprotected ClassInfoIFIdentityFieldInfo. parent_cinfoprotected ClassInfoIFAggregateFieldInfo. value_cinfoprotected ClassInfoIFReferenceFieldInfo. value_cinfoFields in net.ontopia.persistence.proxy with type parameters of type ClassInfoIF Modifier and Type Field Description protected Map<Object,ClassInfoIF>RDBMSMapping. class_infosMethods in net.ontopia.persistence.proxy that return ClassInfoIF Modifier and Type Method Description ClassInfoIFObjectRelationalMappingIF. getClassInfo(Class<?> type)INTERNAL: Get the class info by object type.ClassInfoIFRDBMSMapping. getClassInfo(Class<?> type)ClassInfoIFAbstractFieldInfo. getParentClassInfo()ClassInfoIFFieldInfoIF. getParentClassInfo()INTERNAL: Gets the class info for the field's object type.ClassInfoIFIdentityFieldInfo. getParentClassInfo()ClassInfoIFAggregateFieldInfo. getValueClassInfo()ClassInfoIFFieldInfoIF. getValueClassInfo()INTERNAL: Gets the class info for the field's value type.ClassInfoIFIdentityFieldInfo. getValueClassInfo()ClassInfoIFPrimitiveFieldInfo. getValueClassInfo()ClassInfoIFReferenceFieldInfo. getValueClassInfo()Methods in net.ontopia.persistence.proxy with parameters of type ClassInfoIF Modifier and Type Method Description protected static FieldInfoIF[]ClassInfo. compileFieldInfos(ClassInfoIF cinfo, FieldDescriptor[] fdescs)INTERNAL: Wraps the field descriptors in the appropriate field info implementations.protected static FieldInfoIFClassInfo. getFieldInfo(ClassInfoIF cinfo, FieldDescriptor fdesc, int index)INTERNAL: Wraps the field descriptor in the appropriate field info implementation.Constructors in net.ontopia.persistence.proxy with parameters of type ClassInfoIF Constructor Description AbstractFieldInfo(ClassInfoIF parent_cinfo, String name, int index, Class<?> value_class, boolean is_collection, int cardinality, boolean readonly)AggregateFieldInfo(ClassInfoIF parent_cinfo, FieldDescriptor field, int index)IdentityFieldInfo(ClassInfoIF parent_cinfo, FieldInfoIF[] identity_fields)ReferenceFieldInfo(ClassInfoIF parent_cinfo, FieldDescriptor field, int index)SQLBatchObjectAccess(RDBMSAccess access, ClassInfoIF cinfo)SQLCollectionAccess(RDBMSAccess access, ClassInfoIF cinfo)SQLObjectAccess(RDBMSAccess access, ClassInfoIF cinfo)
-