Uses of Enum Class
io.quarkus.panache.common.deployment.EntityField.Visibility
Packages that use EntityField.Visibility
-
Uses of EntityField.Visibility in io.quarkus.panache.common.deployment
Fields in io.quarkus.panache.common.deployment declared as EntityField.VisibilityMethods in io.quarkus.panache.common.deployment that return EntityField.VisibilityModifier and TypeMethodDescriptionstatic EntityField.VisibilityEntityField.Visibility.get(int flags) static EntityField.VisibilityReturns the enum constant of this class with the specified name.static EntityField.Visibility[]EntityField.Visibility.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.quarkus.panache.common.deployment with parameters of type EntityField.VisibilityModifierConstructorDescriptionEntityField(String name, String descriptor, EntityField.Visibility visibility) EntityField(String name, String descriptor, EntityField.Visibility visibility, String librarySpecificGetterName, String librarySpecificSetterName)