wangzx.scala_commons

sql

package sql

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. sql
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait BeanMapping[E] extends AnyRef

  2. class Column extends Annotation with Annotation with ClassfileAnnotation

  3. class Id extends Annotation with Annotation with ClassfileAnnotation

  4. trait ResultSetConvertable extends AnyRef

    instead of using reflect mechanism, a bean maybe read field from ResultSet itself

  5. class RichConnection extends AnyRef

  6. class RichDataSource extends AnyRef

  7. class Row extends AnyRef

  8. class SQLStringContext extends AnyRef

  9. case class SQLWithArgs(sql: String, args: Seq[Any]) extends Product with Serializable

  10. class SoftMap[K, V <: AnyRef] extends Map[K, V]

  11. class Table extends Annotation with Annotation with ClassfileAnnotation

  12. class UnionBeanMapping[E] extends BeanMapping[E]

Value Members

  1. object BeanMapping

    provide a simple Object-Entity-Mapping without relationship

  2. object RichConnection

  3. object Row

    provide a offline Box for ResultSet which is scrollable and only valid with an open connection.

  4. object SoftMap

  5. implicit def enhanceConnection(conn: Connection): RichConnection

  6. implicit def enhanceDataSource(datasource: DataSource): RichDataSource

  7. implicit def enhancePlainSql(stmt: String): SQLWithArgs

  8. implicit def enhanceStringContext(sc: StringContext): SQLStringContext

Inherited from AnyRef

Inherited from Any

Ungrouped