abstract class MappingModule extends Logging

Annotations
@beta()
Linear Supertypes
Logging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MappingModule
  2. Logging
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MappingModule()

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. def autoIncrement(): Unit
    Attributes
    protected
  8. final def bind[T](entityName: String)(implicit arg0: ClassTag[T], manifest: Manifest[T], ttag: scala.reflect.api.JavaUniverse.TypeTag[T]): EntityHolder[T]
    Attributes
    protected
  9. final def bind[T]()(implicit arg0: ClassTag[T], manifest: Manifest[T], ttag: scala.reflect.api.JavaUniverse.TypeTag[T]): EntityHolder[T]
    Attributes
    protected
  10. final def cache(): CacheHolder
    Attributes
    protected
  11. final def cache(region: String, usage: String): CacheHolder
    Attributes
    protected
  12. def cacheable(region: String, usage: String): Cache
    Attributes
    protected
  13. def cacheable: Cache
    Attributes
    protected
  14. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  15. final def collection[T](properties: String*)(implicit manifest: Manifest[T]): List[Collection]
    Attributes
    protected
  16. def column(name: String): ColumnName
    Attributes
    protected
  17. final def configure(mappings: Mappings): Unit
  18. def declare[B](a: B*): Seq[B]
    Attributes
    protected
  19. final def defaultCache(region: String, usage: String): Unit
    Attributes
    protected
  20. final def defaultIdGenerator(strategy: String): Unit
    Attributes
    protected
  21. def depends(mappedBy: String): One2Many
    Attributes
    protected
  22. def depends(clazz: Class[_], mappedBy: String): One2Many
    Attributes
    protected
  23. def eleColumn(name: String): ElementColumn
    Attributes
    protected
  24. def eleLength(len: Int): ElementLength
    Attributes
    protected
  25. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  27. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  28. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  29. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  30. def immutable: Immutable
    Attributes
    protected
  31. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  32. def joinColumn(name: String): JoinColumn
    Attributes
    protected
  33. def keyColumn(name: String): KeyColumn
    Attributes
    protected
  34. def keyLength(len: Int): KeyLength
    Attributes
    protected
  35. def length(len: Int): Length
    Attributes
    protected
  36. def lob: Lob
    Attributes
    protected
  37. val logger: Logger
    Attributes
    protected
    Definition Classes
    Logging
  38. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  39. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  40. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  41. def notnull: NotNull
    Attributes
    protected
  42. def one2many(clazz: Class[_], mappedBy: String): One2Many
    Attributes
    protected
  43. def one2many(mappedBy: String): One2Many
    Attributes
    protected
  44. def orderby(orderby: String): OrderBy
    Attributes
    protected
  45. def ordered(column: String): OrderColumn
    Attributes
    protected
  46. def ordered: OrderColumn
    Attributes
    protected
  47. def readOnly: ReadOnly
    Attributes
    protected
  48. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  49. def table(t: String): Table
    Attributes
    protected
  50. def target[T](implicit manifest: Manifest[T]): Target
    Attributes
    protected
  51. def toString(): String
    Definition Classes
    AnyRef → Any
  52. def typedef(forClass: Class[_], clazz: String, params: Map[String, String]): Unit
  53. def typedef(forClass: Class[_], clazz: String): Unit
  54. def typedef(name: String, clazz: String, params: Map[String, String] = Map.empty): Unit
  55. def unique: Unique
    Attributes
    protected
  56. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  57. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  58. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped