Uses of Enum Class
org.exoplatform.social.core.jpa.storage.entity.AppEntity.Status
Packages that use AppEntity.Status
-
Uses of AppEntity.Status in org.exoplatform.social.core.jpa.storage.entity
Fields in org.exoplatform.social.core.jpa.storage.entity with type parameters of type AppEntity.StatusModifier and TypeFieldDescriptionstatic jakarta.persistence.metamodel.SingularAttribute<AppEntity, AppEntity.Status> AppEntity_.statusMethods in org.exoplatform.social.core.jpa.storage.entity that return AppEntity.StatusModifier and TypeMethodDescriptionAppEntity.getStatus()static AppEntity.StatusReturns the enum constant of this class with the specified name.static AppEntity.Status[]AppEntity.Status.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.exoplatform.social.core.jpa.storage.entity with parameters of type AppEntity.Status