- Queries
- All Atoms
- Search
- Advanced Search
Diviner All Atoms
All Atoms
All Atoms
- Class
- Method
- When actions happen over a JX.Workflow, we may want to reload the page if the action is javascript-driven but redirect if it isn't. This preserves query parameters in the javascript case. A reload response behaves like a redirect response but causes a page reload when received via workflow.
- Class
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Class
- Method
- Method
- Method
- Method
- Method
- Class
- Method
- Method
- Class
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Class
- Method
- Iterate over every object of a given type, without holding all of them in memory. This is useful for performing database migrations.
- Class
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Simple object-authoritative data access object that makes it easy to build stuff that you need to save to a database. Basically, it means that the amount of boilerplate code (and, particularly, boilerplate SQL) you need to write is greatly reduced.
- Class
- Method
- Method
- Method
- Overwrite a named counter, forcing it to a specific value.
- Method
- Returns the current value of a named counter.
- Method
- Increments a named counter and returns the next value.
- Method
- Warns against writing to undeclared property.
- Method
- Method
- Black magic. Builds implied get*() and set*() for all properties.
- Method
- Applies configured serialization to a dictionary of values.
- Method
- Method
- Method
- Close any connections with no recent activity.
- Method
- Ends write-locking that began at an earlier @{method:beginWriteLocking} call.
- Method
- Begins write-locking selected rows with SELECT ... LOCK IN SHARE MODE, so that other connections can not update or delete them (this is an oversimplification of LOCK IN SHARE MODE semantics; consult the MySQL documentation for details). To end write locking, call @{method:endWriteLocking}.
- Method
- Ends read-locking that began at an earlier @{method:beginReadLocking} call.
- Method
- Begins read-locking selected rows with SELECT ... FOR UPDATE, so that other connections can not read them (this is an enormous oversimplification of FOR UPDATE semantics; consult the MySQL documentation for details). To end read locking, call @{method:endReadLocking}. For example:
- Method
- Decrease transaction stack depth, discarding work.
- Method
- Decrease transaction stack depth, saving work.
- Method