diff --git a/docs/index.html b/docs/index.html index 01a7e9c..52ccc83 100644 --- a/docs/index.html +++ b/docs/index.html @@ -308,6 +308,17 @@ public class Product { ... }
Disables the possibility of creating/editing/deleting items for the specific table.
+
+@Entity
+@DisableExport
+public class User { ... }
+
+
+Disables the export functionality for this table.
+ +