org.beangle.data.jpa.dao

AbstractQueryBuilder

Related Docs: object AbstractQueryBuilder | package dao

abstract class AbstractQueryBuilder[T] extends QueryBuilder[T]

Abstract AbstractQueryBuilder class.

Linear Supertypes
QueryBuilder[T], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AbstractQueryBuilder
  2. QueryBuilder
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AbstractQueryBuilder()

Abstract Value Members

  1. abstract def genCountStatement(): String

    Attributes
    protected
  2. abstract def lang: Lang

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. def alias(alias: String): AbstractQueryBuilder.this.type

  5. var alias: String

  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def build(): Query[T]

    Definition Classes
    AbstractQueryBuilder → QueryBuilder
  8. def cacheable(cacheable: Boolean = true): AbstractQueryBuilder.this.type

  9. var cacheable: Boolean

    Attributes
    protected
  10. def clearOrders(): AbstractQueryBuilder.this.type

  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. var conditions: List[Condition]

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

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. var from: String

    Attributes
    protected
  17. def genQueryStatement(hasOrder: Boolean): String

    Attributes
    protected
  18. def genStatement(): String

    Attributes
    protected
  19. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  20. def groupBy(what: String): AbstractQueryBuilder.this.type

  21. var groups: List[String]

    Attributes
    protected
  22. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  23. def having(what: String): AbstractQueryBuilder.this.type

  24. var having: String

    Attributes
    protected
  25. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  26. def join(joinMode: String, path: String, alias: String): AbstractQueryBuilder.this.type

  27. def join(path: String, alias: String): AbstractQueryBuilder.this.type

  28. def limit(pageIndex: Int, pageSize: Int): AbstractQueryBuilder.this.type

  29. def limit(limit: PageLimit): AbstractQueryBuilder.this.type

    Definition Classes
    AbstractQueryBuilder → QueryBuilder
  30. var limit: PageLimit

    Attributes
    protected
  31. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  32. def newFrom(from: String): AbstractQueryBuilder.this.type

  33. final def notify(): Unit

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

    Definition Classes
    AnyRef
  35. def orderBy(orders: List[Order]): AbstractQueryBuilder.this.type

  36. def orderBy(order: Order): AbstractQueryBuilder.this.type

  37. def orderBy(index: Int, order: String): AbstractQueryBuilder.this.type

  38. def orderBy(order: String): AbstractQueryBuilder.this.type

  39. var orders: List[Order]

    Attributes
    protected
  40. def param(name: String, value: Any): AbstractQueryBuilder.this.type

  41. def params(newparams: Map[String, Any]): AbstractQueryBuilder.this.type

    Definition Classes
    AbstractQueryBuilder → QueryBuilder
  42. val params: HashMap[String, Any]

    Definition Classes
    AbstractQueryBuilder → QueryBuilder
  43. def select(what: String): AbstractQueryBuilder.this.type

  44. var select: String

    Attributes
    protected
  45. var statement: String

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

    Definition Classes
    AnyRef
  47. def toString(): String

    Definition Classes
    AnyRef → Any
  48. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. def where(content: String, params: Any*): AbstractQueryBuilder.this.type

  52. def where(cons: Seq[Condition]): AbstractQueryBuilder.this.type

  53. def where(condition: Condition): AbstractQueryBuilder.this.type

Inherited from QueryBuilder[T]

Inherited from AnyRef

Inherited from Any

Ungrouped