com.googlecode.mapperdao.Entity

ManyToManyBuilder

class ManyToManyBuilder[FID, FT] extends GetterDefinition with OnlyForQueryDefinition

Attributes
protected
Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ManyToManyBuilder
  2. OnlyForQueryDefinition
  3. GetterDefinition
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ManyToManyBuilder(referenced: EntityBase[FID, FT], reverse: Boolean)

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 asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. val clz: Class[T]

    Definition Classes
    ManyToManyBuilderGetterDefinition
  7. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. def forQueryOnly(): ManyToManyBuilder.this.type

    declare this column as "only for querying".

    declare this column as "only for querying". It won't be fetched from the database but it can be used in queries

    returns

    the builder

    Definition Classes
    OnlyForQueryDefinition
  11. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  12. def getter(methodName: String, fieldName: String, converter: (Any) ⇒ Any): ManyToManyBuilder.this.type

    let mapperdao know the methodName and fieldName if the method name is different than the fieldName (i.

    let mapperdao know the methodName and fieldName if the method name is different than the fieldName (i.e. for java classes we have field name and getName). Also if the data need to be converted, the converter function can do that.

    Definition Classes
    GetterDefinition
  13. def getter(methodName: String, fieldName: String): ManyToManyBuilder.this.type

    Definition Classes
    GetterDefinition
  14. def getter(methodName: String): ManyToManyBuilder.this.type

    the simplest way to let mapperdao know the method/field name that will be used for lazy loading.

    the simplest way to let mapperdao know the method/field name that will be used for lazy loading.

    Definition Classes
    GetterDefinition
  15. def getter(getterMethod: Method, fieldName: String, converter: Option[(Any) ⇒ Any] = None): ManyToManyBuilder.this.type

    Definition Classes
    GetterDefinition
  16. var getterMethod: Option[GetterMethod]

    Definition Classes
    GetterDefinition
  17. def hashCode(): Int

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

    Definition Classes
    Any
  19. def join(linkTable: String, leftColumns: List[String], rightColumns: List[String]): ManyToManyBuilder[FID, FT]

  20. def join(linkTable: String, leftColumn: String, rightColumn: String): ManyToManyBuilder[FID, FT]

  21. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  24. var onlyForQuery: Boolean

    Attributes
    protected
    Definition Classes
    OnlyForQueryDefinition
  25. def schema(s: Schema): ManyToManyBuilder[FID, FT]

  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  27. def to(columnToValue: (T) ⇒ Traversable[FT]): ColumnInfoTraversableManyToMany[T, FID, FT]

  28. def toString(): String

    Definition Classes
    AnyRef → Any
  29. def todouble(columnToValue: (T) ⇒ Traversable[Double]): ColumnInfoTraversableManyToMany[T, FID, FT]

  30. def tofloat(columnToValue: (T) ⇒ Traversable[Float]): ColumnInfoTraversableManyToMany[T, FID, FT]

  31. def toint(columnToValue: (T) ⇒ Traversable[Int]): ColumnInfoTraversableManyToMany[T, FID, FT]

  32. def tojava(columnToValue: (T) ⇒ Iterable[FT]): ColumnInfoTraversableManyToMany[T, FID, FT]

  33. def tolong(columnToValue: (T) ⇒ Traversable[Long]): ColumnInfoTraversableManyToMany[T, FID, FT]

  34. def tostring(columnToValue: (T) ⇒ Traversable[String]): ColumnInfoTraversableManyToMany[T, FID, FT]

  35. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from OnlyForQueryDefinition

Inherited from GetterDefinition

Inherited from AnyRef

Inherited from Any

Ungrouped