Service Properties
component extends="cborm.models.BaseORMService"{
public UserService function init(){
super.init( useQueryCaching=true, eventHandling=false );
return this;
}
}Last updated
Was this helpful?
component extends="cborm.models.BaseORMService"{
public UserService function init(){
super.init( useQueryCaching=true, eventHandling=false );
return this;
}
}Last updated
Was this helpful?
Was this helpful?