Class SessionImpl
java.lang.Object
io.jmix.core.metamodel.model.impl.SessionImpl
- All Implemented Interfaces:
Session,SessionImplementation
-
Constructor Summary
Constructors -
Method Summary
Modifier 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
-
SessionImpl
public SessionImpl()
-
-
Method Details
-
findClass
Description copied from interface:SessionSearch MetaClass by its name in the whole metamodel. -
getClass
Description copied from interface:SessionSearch MetaClass by its name in the whole metamodel. -
findClass
Description copied from interface:SessionSearch MetaClass by the corresponding Java class in the whole metamodel. -
getClass
Description copied from interface:SessionSearch MetaClass by the corresponding Java class in the whole metamodel. -
getClasses
- Specified by:
getClassesin interfaceSession- Returns:
- collection of all MetaClasses in the whole metamodel
-
registerClass
- Specified by:
registerClassin interfaceSessionImplementation
-
registerClass
- Specified by:
registerClassin interfaceSessionImplementation
-