|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClassInfoIF | |
---|---|
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 | |
---|---|
class |
ClassInfo
INTERNAL: 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 | |
---|---|
protected ClassInfoIF |
SQLOneToManyAggregate.cinfo
|
protected ClassInfoIF |
SQLObjectAccess.cinfo
|
protected ClassInfoIF |
SQLCollectionAccess.cinfo
|
protected ClassInfoIF |
IdentityFieldInfo.parent_cinfo
|
protected ClassInfoIF |
AbstractFieldInfo.parent_cinfo
|
protected ClassInfoIF |
ReferenceFieldInfo.value_cinfo
|
protected ClassInfoIF |
AggregateFieldInfo.value_cinfo
|
Methods in net.ontopia.persistence.proxy that return ClassInfoIF | |
---|---|
ClassInfoIF |
RDBMSMapping.getClassInfo(java.lang.Object type)
|
ClassInfoIF |
ObjectRelationalMappingIF.getClassInfo(java.lang.Object type)
INTERNAL: Get the class info by object type. |
ClassInfoIF |
IdentityFieldInfo.getParentClassInfo()
|
ClassInfoIF |
FieldInfoIF.getParentClassInfo()
INTERNAL: Gets the class info for the field's object type. |
ClassInfoIF |
AbstractFieldInfo.getParentClassInfo()
|
ClassInfoIF |
ReferenceFieldInfo.getValueClassInfo()
|
ClassInfoIF |
PrimitiveFieldInfo.getValueClassInfo()
|
ClassInfoIF |
IdentityFieldInfo.getValueClassInfo()
|
ClassInfoIF |
FieldInfoIF.getValueClassInfo()
INTERNAL: Gets the class info for the field's value type. |
ClassInfoIF |
AggregateFieldInfo.getValueClassInfo()
|
Methods in net.ontopia.persistence.proxy with parameters of type ClassInfoIF | |
---|---|
protected static FieldInfoIF[] |
ClassInfo.compileFieldInfos(ClassInfoIF cinfo,
FieldDescriptor[] fdescs)
INTERNAL: Wraps the field descriptors in the appropriate field info implementations. |
protected static FieldInfoIF |
ClassInfo.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 | |
---|---|
AbstractFieldInfo(ClassInfoIF parent_cinfo,
java.lang.String name,
int index,
java.lang.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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |