Uses of Enum Class
org.exoplatform.social.core.jpa.storage.entity.SpaceEntity.REGISTRATION
Packages that use SpaceEntity.REGISTRATION
-
Uses of SpaceEntity.REGISTRATION in org.exoplatform.social.core.jpa.storage.entity
Fields in org.exoplatform.social.core.jpa.storage.entity with type parameters of type SpaceEntity.REGISTRATIONModifier and TypeFieldDescriptionstatic jakarta.persistence.metamodel.SingularAttribute<SpaceEntity, SpaceEntity.REGISTRATION> SpaceEntity_.registrationMethods in org.exoplatform.social.core.jpa.storage.entity that return SpaceEntity.REGISTRATIONModifier and TypeMethodDescriptionSpaceEntity.getRegistration()static SpaceEntity.REGISTRATIONReturns the enum constant of this class with the specified name.static SpaceEntity.REGISTRATION[]SpaceEntity.REGISTRATION.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 SpaceEntity.REGISTRATIONModifier and TypeMethodDescriptionvoidSpaceEntity.setRegistration(SpaceEntity.REGISTRATION registration)