Creates a new instance of the persistent CFC with the entity name that you provide.
entityNew(entityName [,properties [,ignoreExtras]])
→ returns any
false
Use entityNew to get a new instance of an Employee entity.
var employee = entityNew("Employee");