org.beangle.data.model.bind

Binder

Related Docs: object Binder | package bind

final class Binder extends Logging

Since

3.1

Linear Supertypes
Logging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Binder
  2. Logging
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Binder()

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. def addCollection(definition: Collection): Binder.this.type

  5. def addEntity(entity: Binder.Entity): Binder.this.type

  6. def addType(name: String, clazz: String, params: Map[String, String]): Unit

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def autobind(cls: Class[_], entityName: String, tpe: scala.reflect.api.JavaUniverse.Type): Binder.Entity

  9. def autobind(): Unit

  10. def clear(): Unit

  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. val collectMap: HashMap[String, Collection]

    Classname.property -> Collection

  13. def collections: Iterable[Collection]

  14. val entities: Map[String, Binder.Entity]

    Only entities

  15. val enumTypes: HashMap[String, String]

    Buildin enum types

  16. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def generateProxy(clazz: Class[_]): EntityProxy

  20. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  21. def getEntity(clazz: Class[_]): Binder.Entity

  22. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  23. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  24. val logger: Logger

    Attributes
    protected
    Definition Classes
    Logging
  25. val mappings: HashMap[Class[_], Binder.Entity]

    all type mappings(clazz -> Entity)

  26. def merge(entity: Binder.Entity): Unit

    support features

    support features

    • buildin primary type will be not null
  27. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  28. final def notify(): Unit

    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  31. def toString(): String

    Definition Classes
    AnyRef → Any
  32. val types: HashMap[String, TypeDef]

    custome types

  33. val valueTypes: HashSet[Class[_]]

    Buildin value types

  34. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped