| Arg | 
 The annotation that specify a mapping definition for the constructor argument. 
 | 
| Case | 
 | 
| Delete | 
 The annotation that specify an SQL for deleting record(s). 
 | 
| DeleteProvider | 
 The annotation that specify a method that provide an SQL for deleting record(s). 
 | 
| Insert | 
 The annotation that specify an SQL for inserting record(s). 
 | 
| InsertProvider | 
 The annotation that specify a method that provide an SQL for inserting record(s). 
 | 
| Many | 
 The annotation that specify the nested statement for retrieving collections. 
 | 
| One | 
 The annotation that specify the nested statement for retrieving single object. 
 | 
| Options | 
 The annotation that specify options for customizing default behaviors. 
 | 
| Options.FlushCachePolicy | 
 | 
| Property | 
 The annotation that inject a property value. 
 | 
| Result | 
 The annotation that specify a mapping definition for the property. 
 | 
| Select | 
 The annotation that specify an SQL for retrieving record(s). 
 | 
| SelectKey | 
 The annotation that specify an SQL for retrieving a key value. 
 | 
| SelectProvider | 
 The annotation that specify a method that provide an SQL for retrieving record(s). 
 | 
| Update | 
 The annotation that specify an SQL for updating record(s). 
 | 
| UpdateProvider | 
 The annotation that specify a method that provide an SQL for updating record(s). 
 |