-
-
Notifications
You must be signed in to change notification settings - Fork 18
Building
Eric Peterson edited this page Jan 27, 2016
·
2 revisions
Please remember that you can use ANY method found in the Base ORM Service except that you will not pass an argument of entityName anymore as you have now binded to an ORM entity. You can also visit our API for all the methods.
component persistent="true" table="your_table" extends="cborm.models.ActiveEntity"{
}
The inheritance is what will make your Entity come alive with tons of useful methods!