Uses of Interface
net.ontopia.persistence.proxy.ClassInfoIF
Packages that use ClassInfoIF
-
Uses of ClassInfoIF in net.ontopia.persistence.proxy
Classes in net.ontopia.persistence.proxy that implement ClassInfoIFModifier and TypeClassDescriptionclassINTERNAL: 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 ClassInfoIFModifier and TypeFieldDescriptionprotected 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 ClassInfoIFMethods in net.ontopia.persistence.proxy that return ClassInfoIFModifier and TypeMethodDescriptionObjectRelationalMappingIF.getClassInfo(Class<?> type) INTERNAL: Get the class info by object type.RDBMSMapping.getClassInfo(Class<?> type) AbstractFieldInfo.getParentClassInfo()FieldInfoIF.getParentClassInfo()INTERNAL: Gets the class info for the field's object type.IdentityFieldInfo.getParentClassInfo()AggregateFieldInfo.getValueClassInfo()FieldInfoIF.getValueClassInfo()INTERNAL: Gets the class info for the field's value type.IdentityFieldInfo.getValueClassInfo()PrimitiveFieldInfo.getValueClassInfo()ReferenceFieldInfo.getValueClassInfo()Methods in net.ontopia.persistence.proxy with parameters of type ClassInfoIFModifier and TypeMethodDescriptionprotected 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 ClassInfoIFModifierConstructorDescriptionprotectedAbstractFieldInfo(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)