Method | Description | |
---|---|---|
ActiveRecordAttribute ( ) : System |
Uses the class name as table name
|
|
ActiveRecordAttribute ( String table ) : System |
Associates the specified table with the target type
|
|
ActiveRecordAttribute ( String table, String schema ) : System |
Associates the specified table and schema with the target type
|
public ActiveRecordAttribute ( String table ) : System | ||
table | String | |
return | System |
public ActiveRecordAttribute ( String table, String schema ) : System | ||
table | String | |
schema | String | |
return | System |