Panache Entity
Functions
Link copied to clipboard
Returns true if this entity is persistent in the database. If yes, all modifications to its persistent fields will be automatically committed to the database at transaction commit time.
Link copied to clipboard
Persist this entity in the database. This will set its ID field if not already set.
Link copied to clipboard
Persist this entity in the database, if not already persisted. This will set your ID field if it is not already set. Then flushes all pending changes to the database.