These values are used by the below finder functions, but should be overriden in the implementing class to actually, you know, do something.
These values are used by the below finder functions, but should be overriden in the implementing class to actually, you know, do something.
Delete a MenuItem from the database.
Delete a MenuItem from the database.
the id of the MenuItem to delete
a boolean indicating whether the operation was successful
Select all the MenuItems with no parents.
Select all the MenuItems with no parents.
a future indexed sequence of RowData
Find a single entry by ID.
Find a single entry by ID.
the 128-bit UUID, as a byte array, to search for.
an optional RowData object containing the results
Select MenuItems by parent id.
Select MenuItems by parent id.
a future indexed sequence of RowData
Inserts a new MenuItem.
Inserts a new MenuItem.
the version as a future option long
Find all UserEntitys.
Find all UserEntitys.
The most important definition for any TDG object.
The most important definition for any TDG object. Use the pool to send database queries and prepared statements.
the connection pool to be used for making database queries
Updates an existing MenuItem.
Updates an existing MenuItem.
the version as a future option long