Class/Object

io.getquill.quat.Quat

Product

Related Docs: object Product | package Quat

Permalink

class Product extends Quat

Linear Supertypes
Quat, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Product
  2. Quat
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Product(fields: LinkedHashMap[String, Quat], renames: LinkedHashMap[String, String], tpe: Type)

    Permalink

Value Members

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. def applyRenames: Product

    Permalink

    Rename the properties based on the renames list.

    Rename the properties based on the renames list. Keep this list around since it is used in sql sub-query expansion to determine whether the property is fixed or not (i.e. whether the column naming strategy should be applied to it).

    Definition Classes
    ProductQuat
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def beforeRenamed(path: String): Option[String]

    Permalink

    What was the value of a given property before it was renamed (i.e.

    What was the value of a given property before it was renamed (i.e. looks up the value of the Renames hash)

    Definition Classes
    Quat
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def copy(fields: LinkedHashMap[String, Quat] = this.fields, renames: LinkedHashMap[String, String] = this.renames, tpe: Type = this.tpe): Product

    Permalink
  9. def countFields: Int

    Permalink

    Recursively count the fields of the Quat

    Recursively count the fields of the Quat

    Definition Classes
    Quat
  10. final def eq(arg0: AnyRef): scala.Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def equals(that: Any): scala.Boolean

    Permalink
    Definition Classes
    Product → AnyRef → Any
  12. val fields: LinkedHashMap[String, Quat]

    Permalink
  13. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    Product → AnyRef → Any
  16. final def isInstanceOf[T0]: scala.Boolean

    Permalink
    Definition Classes
    Any
  17. def isPrimitive: scala.Boolean

    Permalink
    Definition Classes
    Quat
  18. def leastUpperType(other: Quat): Option[Quat]

    Permalink
    Definition Classes
    Quat
  19. def leastUpperTypeProduct(other: Product): Option[Product]

    Permalink
  20. def lookup(list: List[String]): Quat

    Permalink
    Definition Classes
    Quat
  21. def lookup(path: String): Quat

    Permalink
    Definition Classes
    Quat
  22. final def ne(arg0: AnyRef): scala.Boolean

    Permalink
    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. def probit: Product

    Permalink

    Either convert to a Product or make the Quat into an error if it is anything else.

    Either convert to a Product or make the Quat into an error if it is anything else.

    Definition Classes
    Quat
  26. val renames: LinkedHashMap[String, String]

    Permalink
    Definition Classes
    ProductQuat
  27. def serializeJS: String

    Permalink
    Definition Classes
    Quat
  28. def serializeJVM: String

    Permalink
    Definition Classes
    Quat
  29. def shortString: String

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

    Permalink
    Definition Classes
    AnyRef
  31. def toString(): String

    Permalink
    Definition Classes
    Quat → AnyRef → Any
  32. val tpe: Type

    Permalink
  33. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. def withRenames(renames: List[(String, String)]): Product

    Permalink
    Definition Classes
    ProductQuat
  37. def withRenames(renames: LinkedHashMap[String, String]): Product

    Permalink
    Definition Classes
    ProductQuat
  38. def withRenamesFrom(other: Quat): Quat

    Permalink
  39. def withType(tpe: Type): Product

    Permalink

Inherited from Quat

Inherited from AnyRef

Inherited from Any

Ungrouped