Class SessionImpl
java.lang.Object
io.jmix.core.metamodel.model.impl.SessionImpl
- All Implemented Interfaces:
- Session,- SessionImplementation
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionSearch MetaClass by the corresponding Java class in the whole metamodel.Search MetaClass by its name in the whole metamodel.Search MetaClass by the corresponding Java class in the whole metamodel.Search MetaClass by its name in the whole metamodel.voidregisterClass(MetaClass metaClass) voidregisterClass(String name, Class javaClass, MetaClass metaClass) 
- 
Constructor Details- 
SessionImplpublic SessionImpl()
 
- 
- 
Method Details- 
findClassDescription copied from interface:SessionSearch MetaClass by its name in the whole metamodel.
- 
getClassDescription copied from interface:SessionSearch MetaClass by its name in the whole metamodel.
- 
findClassDescription copied from interface:SessionSearch MetaClass by the corresponding Java class in the whole metamodel.
- 
getClassDescription copied from interface:SessionSearch MetaClass by the corresponding Java class in the whole metamodel.
- 
getClasses- Specified by:
- getClassesin interface- Session
- Returns:
- collection of all MetaClasses in the whole metamodel
 
- 
registerClass- Specified by:
- registerClassin interface- SessionImplementation
 
- 
registerClass- Specified by:
- registerClassin interface- SessionImplementation
 
 
-