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