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  
mapForeignKey(klass) — Static method in class com.memamsa.airdb.DB
Map a class to its default foreign key name in another table.
mapJoinTable(klass1, klass2) — Static method in class com.memamsa.airdb.DB
Map two classes into a join table name for representing the many-many relationship between them.
mapTable(klass) — Static method in class com.memamsa.airdb.DB
Map a class to a default table name through pluralized inflection.
migrate(mobj:com.memamsa.airdb:IMigratable) — Static method in class com.memamsa.airdb.DB
Request migration for a particular model.
migrate(fromVer, toVer) — Method in interface com.memamsa.airdb.IMigratable
Run the necessary migration directives to bring the schema for the corresponding database table up-to-date.
migrate(fromVer, toVer) — Method in class com.memamsa.airdb.Migrator
Runs necessary migration directives to bring the schema for the corresponding database table up-to-date.
migrateAll() — Static method in class com.memamsa.airdb.DB
Unsupported.
Migrator — Class in package com.memamsa.airdb
The Migrator accepts schema information for a Modeler sub-class and automatically migrates the database table and column definitions to reflect the schema specified as part of the class definition.
Migrator(klass, options, directives) — Constructor in class com.memamsa.airdb.Migrator
Modeler — Class in package com.memamsa.airdb
The Modeler provides base class functionality for Object Relational Modeling of database tables, fields and operations.
Modeler() — Constructor in class com.memamsa.airdb.Modeler
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