c

wangzx.scala_commons.sql

BeanOperation

class BeanOperation[T] extends AnyRef

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

Instance Constructors

  1. new BeanOperation(bean: T)(implicit jdbcValueMapperFactory: JdbcValueMapperFactory)

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. val allColumns: List[String]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val beanMapping: BeanMapping[T]
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def delete(dataSource: RichDataSource): Unit
  9. def delete(conn: RichConnection): Unit
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def excludeAllColumns(): BeanOperation.this.type
  13. def excludeColumn(names: String*): BeanOperation.this.type
  14. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  16. lazy val hasId: Boolean
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  18. def ignoreEmptyField(flag: Boolean = true): BeanOperation.this.type
  19. var ignoreEmptyField: Boolean
  20. def ignoreNullField(flag: Boolean = true): BeanOperation.this.type
  21. var ignoreNullField: Boolean
  22. def includeColumn(names: String*): BeanOperation.this.type
  23. val includeColumns: ListBuffer[String]
  24. def insert(dataSource: RichDataSource): Unit
  25. def insert(conn: RichConnection): Unit
  26. def isEmpty(t: Any): Boolean
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. def isNull(t: Any): Boolean
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  32. val qualifiedTableName: String
  33. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. def update(dataSource: RichDataSource): Unit
  36. def update(conn: RichConnection): Unit
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped