Annotation Interface RowSecurity
Marks an entity with a
RowSecurityHandler that filters accessible rows.-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionClass<? extends RowSecurityHandler<?>>[]One or moreRowSecurityHandlertypes providing row-level filters.
-
Element Details
-
handlers
Class<? extends RowSecurityHandler<?>>[] handlersOne or moreRowSecurityHandlertypes providing row-level filters.
-