Package net.ontopia.persistence.proxy
Interface ObjectRelationalMappingIF
- All Known Implementing Classes:
RDBMSMapping
public interface ObjectRelationalMappingIF
INTERNAL: An object relational mapping wrapper class used by the
RDBMS proxy implementation.
-
Method Summary
Modifier and TypeMethodDescriptiongetClassInfo(Class<?> type) INTERNAL: Get the class info by object type.booleanisDeclared(Class<?> type) INTERNAL: Returns true if the object type has a class descriptor.
-
Method Details
-
getClassInfo
INTERNAL: Get the class info by object type. -
isDeclared
INTERNAL: Returns true if the object type has a class descriptor.
-