lucee.Componentcontentbox.modules.contentbox-deps.modules.cborm.models.dsl.ORMDSL
Copyright Since 2005 ColdBox Framework by Luis Majano and Ortus Solutions, Corp www.ortussolutions.com The ORM WireBox DSL
Property Summary | ||||
---|---|---|---|---|
type | property | default | serializable | required |
any
|
injector
|
true
|
false
|
|
any
|
log
|
true
|
false
|
Constructor Summary | |
---|---|
init(any injector)
Constructor as per interface. |
Method Summary | |
---|---|
any
|
getEntityServiceDSL(any definition, [any targetObject])
Get an EntityService Dependency. |
string
|
getInjector()
|
string
|
getLog()
|
any
|
process(any definition, [any targetObject])
Process an incoming DSL definition and produce an object with it. |
any
|
setInjector(any injector)
|
any
|
setLog(any log)
|
Methods inherited from class lucee.Component |
---|
None |
Constructor Detail |
---|
Constructor as per interface
injector
Property Detail |
---|
access
- publicrequired
- falsereturntype
- anyserializable
- trueaccess
- publicrequired
- falsereturntype
- anyserializable
- trueMethod Detail |
---|
Get an EntityService Dependency
definition
targetObject
Process an incoming DSL definition and produce an object with it.
process
in interface
coldbox.system.ioc.dsl.IDSLBuilder
definition
targetObject
injector
log