A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |
Field — Constant static property in class com.memamsa.airdb.DB |
| |
fieldMap(fieldSpec) — Static method in class com.memamsa.airdb.DB |
|
Map a DB field as specified in migration directives into an appropriate
DB-specific CREATE statement clause after processing field type and
column options. |
fieldValues — Property in class com.memamsa.airdb.Modeler |
| |
find(keyvals) — Method in class com.memamsa.airdb.Modeler |
|
Check for the existence of records matching criteria specified in terms
of field names and associated values. |
findAll(query) — Method in class com.memamsa.airdb.Associator |
|
Query associated objects
A generic sql-based find method to query and load field information for
all records based on SQL conditions, ordering and limits including join
and grouping operations. |
findAll(query, page, perPage) — Method in class com.memamsa.airdb.Modeler |
|
A generic sql-based find method to query and load field information for
all records based on SQL conditions, ordering and limits including join
and grouping operations. |
findAllByAttr(keyvals) — Method in class com.memamsa.airdb.Associator |
|
Find all association targets with matching association attributes. |
findery(klass, keyvals) — Static method in class com.memamsa.airdb.Modeler |
|
Create an instance of the specified Modeler sub-class and
load it with the record information matching given key values. |
|
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |