Uses of Interface
org.apache.openmeetings.db.entity.IDataProviderEntity
Package
Description
-
Uses of IDataProviderEntity in org.apache.openmeetings.db.bind.adapter
-
Uses of IDataProviderEntity in org.apache.openmeetings.db.dao
Modifier and TypeInterfaceDescriptioninterface
IDataProviderDao<T extends IDataProviderEntity>
General interface to perform CRUD operations on entitiesinterface
IGroupAdminDataProviderDao<T extends IDataProviderEntity>
-
Uses of IDataProviderEntity in org.apache.openmeetings.db.entity
-
Uses of IDataProviderEntity in org.apache.openmeetings.db.entity.basic
Modifier and TypeClassDescriptionclass
class
class
class
-
Uses of IDataProviderEntity in org.apache.openmeetings.db.entity.calendar
-
Uses of IDataProviderEntity in org.apache.openmeetings.db.entity.file
-
Uses of IDataProviderEntity in org.apache.openmeetings.db.entity.label
-
Uses of IDataProviderEntity in org.apache.openmeetings.db.entity.log
-
Uses of IDataProviderEntity in org.apache.openmeetings.db.entity.record
Modifier and TypeClassDescriptionclass
An item in the file explorer in the recording section.class
contains data about each stream, for example if it is a screen sharing or audio/video stream. -
Uses of IDataProviderEntity in org.apache.openmeetings.db.entity.room
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
-
Uses of IDataProviderEntity in org.apache.openmeetings.db.entity.server
-
Uses of IDataProviderEntity in org.apache.openmeetings.db.entity.user
Modifier and TypeClassDescriptionclass
class
class
class
class
class
Entity to store user data, password field isFetchType.LAZY
, so that is why there is an extra udpate statement at this moment