contentbox.modules.contentbox-deps.modules.cborm.dsl

Class ORMDSL5

lucee.Component
    extended by contentbox.modules.contentbox-deps.modules.cborm.dsl.DslSpec
      extended by contentbox.modules.contentbox-deps.modules.cborm.dsl.ORMDSL5
All Implemented Interfaces:
coldbox.system.ioc.dsl.IDSLBuilder

Copyright Since 2005 ColdBox Framework by Luis Majano and Ortus Solutions, Corp www.ortussolutions.com The ORM WireBox DSL

Class Attributes:
  • synchronized : false
  •  
  • accessors : true
  •  
  • persistent : false
  •  
    Constructor Summary
    init(any injector)
          Constructor as per interface.
    Method Summary
    any process(any definition, [any targetObject])
         Process an incoming DSL definition and produce an object with it.
     
    Methods inherited from class contentbox.modules.contentbox-deps.modules.cborm.dsl.DslSpec
    getEntityServiceDSL, getInjector, getLog, setInjector, setLog
     
    Methods inherited from class lucee.Component
    None

    Constructor Detail

    init

    public init(any injector)

    Constructor as per interface

    Parameters:
    injector

    Method Detail

    process

    public any process(any definition, [any targetObject])

    Process an incoming DSL definition and produce an object with it.

    Specified by:
    process in interface coldbox.system.ioc.dsl.IDSLBuilder
    Overrides:
    process in class DslSpec
    Parameters:
    definition
    targetObject