Uses of Class
org.exoplatform.social.core.jpa.storage.entity.StreamItemEntity
Packages that use StreamItemEntity
Package
Description
-
Uses of StreamItemEntity in org.exoplatform.social.core.jpa.storage.dao
Methods in org.exoplatform.social.core.jpa.storage.dao that return types with arguments of type StreamItemEntity -
Uses of StreamItemEntity in org.exoplatform.social.core.jpa.storage.dao.jpa
Methods in org.exoplatform.social.core.jpa.storage.dao.jpa that return types with arguments of type StreamItemEntity -
Uses of StreamItemEntity in org.exoplatform.social.core.jpa.storage.entity
Fields in org.exoplatform.social.core.jpa.storage.entity with type parameters of type StreamItemEntityModifier and TypeFieldDescriptionstatic jakarta.persistence.metamodel.SingularAttribute<StreamItemEntity, ActivityEntity> StreamItemEntity_.activitystatic jakarta.persistence.metamodel.SingularAttribute<StreamItemEntity, Long> StreamItemEntity_.activityIdstatic jakarta.persistence.metamodel.EntityType<StreamItemEntity> StreamItemEntity_.class_static jakarta.persistence.metamodel.SingularAttribute<StreamItemEntity, Long> StreamItemEntity_.idstatic jakarta.persistence.metamodel.SingularAttribute<StreamItemEntity, Long> StreamItemEntity_.ownerIdstatic jakarta.persistence.metamodel.ListAttribute<ActivityEntity, StreamItemEntity> ActivityEntity_.streamItemsstatic jakarta.persistence.metamodel.SingularAttribute<StreamItemEntity, StreamType> StreamItemEntity_.streamTypestatic jakarta.persistence.metamodel.SingularAttribute<StreamItemEntity, Long> StreamItemEntity_.updatedDateMethods in org.exoplatform.social.core.jpa.storage.entity that return types with arguments of type StreamItemEntityMethods in org.exoplatform.social.core.jpa.storage.entity with parameters of type StreamItemEntityModifier and TypeMethodDescriptionvoidActivityEntity.addStreamItem(StreamItemEntity item) Adds the stream item entity to this activityvoidActivityEntity.removeStreamItem(StreamItemEntity item) Method parameters in org.exoplatform.social.core.jpa.storage.entity with type arguments of type StreamItemEntityModifier and TypeMethodDescriptionvoidActivityEntity.setStreamItems(List<StreamItemEntity> streamItems)