org.beangle.data.model.bind

Mapping

Related Docs: object Mapping | package bind

abstract class Mapping extends Logging

Annotations
@beta()
Linear Supertypes
Logging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Mapping
  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 Mapping()

Abstract Value Members

  1. abstract def binding(): Unit

Concrete 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. final def all: Entities

    Attributes
    protected
  5. implicit def any2Expression(i: Any): Expression

  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. final def bind[T](entityName: String)(implicit arg0: ClassTag[T], manifest: Manifest[T], ttag: scala.reflect.api.JavaUniverse.TypeTag[T]): EntityHolder[T]

    Attributes
    protected
  8. final def bind[T]()(implicit arg0: ClassTag[T], manifest: Manifest[T], ttag: scala.reflect.api.JavaUniverse.TypeTag[T]): EntityHolder[T]

    Attributes
    protected
  9. final def cache(): CacheHolder

    Attributes
    protected
  10. final def cache(region: String): CacheHolder

    Attributes
    protected
  11. def cacheable(region: String, usage: String): Cache

    Attributes
    protected
  12. def cacheable: Cache

    Attributes
    protected
  13. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. final def collection[T](properties: String*)(implicit manifest: Manifest[T]): List[Collection]

    Attributes
    protected
  15. def column(name: String): ColumnName

    Attributes
    protected
  16. final def configure(binder: Binder): Unit

  17. def declare[B](a: B*): Seq[B]

    Attributes
    protected
  18. final def defaultCache(region: String, usage: String): Unit

    Attributes
    protected
  19. final def defaultIdGenerator(strategy: String): Unit

    Attributes
    protected
  20. def depends(mappedBy: String): One2Many

    Attributes
    protected
  21. def depends(clazz: Class[_], mappedBy: String): One2Many

    Attributes
    protected
  22. def eleColumn(name: String): ElementColumn

    Attributes
    protected
  23. def eleLength(len: Int): ElementLength

    Attributes
    protected
  24. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  27. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  28. def hashCode(): Int

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

    Definition Classes
    Any
  30. def length(len: Int): Length

    Attributes
    protected
  31. val logger: Logger

    Attributes
    protected
    Definition Classes
    Logging
  32. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  35. def notnull: NotNull

    Attributes
    protected
  36. def one2many(clazz: Class[_], mappedBy: String): One2Many

    Attributes
    protected
  37. def one2many(mappedBy: String): One2Many

    Attributes
    protected
  38. def orderby(orderby: String): OrderBy

    Attributes
    protected
  39. def ordered(column: String): OrderColumn

    Attributes
    protected
  40. def ordered: OrderColumn

    Attributes
    protected
  41. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  42. def table(t: String): Table

    Attributes
    protected
  43. def target[T](implicit manifest: Manifest[T]): Target

    Attributes
    protected
  44. def toString(): String

    Definition Classes
    AnyRef → Any
  45. def typedef(forClass: Class[_], clazz: String, params: Map[String, String]): Unit

  46. def typedef(forClass: Class[_], clazz: String): Unit

  47. def typedef(name: String, clazz: String, params: Map[String, String] = Map.empty): Unit

  48. def typeis(t: String): TypeSetter

    Attributes
    protected
  49. def unique: Unique

    Attributes
    protected
  50. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped