Package

wangzx.scala_commons

sql

Permalink

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
Visibility
  1. Public
  2. All

Type Members

  1. trait BeanMapping[E] extends AnyRef

    Permalink
  2. class BeanOperation[T] extends AnyRef

    Permalink
  3. class Column extends Annotation with Annotation with ClassfileAnnotation

    Permalink
  4. class Id extends Annotation with Annotation with ClassfileAnnotation

    Permalink
  5. trait JdbcValueMapper[T] extends AnyRef

    Permalink
  6. trait JdbcValueMapperFactory extends AnyRef

    Permalink
  7. trait ResultSetConvertable extends AnyRef

    Permalink

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

  8. class RichConnection extends AnyRef

    Permalink
  9. class RichDataSource extends AnyRef

    Permalink
  10. class Row extends AnyRef

    Permalink
  11. class SQLStringContext extends AnyRef

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

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

    Permalink
  14. class Table extends Annotation with Annotation with ClassfileAnnotation

    Permalink
  15. class UnionBeanMapping[E] extends BeanMapping[E]

    Permalink

Value Members

  1. object BeanMapping

    Permalink

    provide a simple Object-Entity-Mapping without relationship

  2. object NullJdbcValueMapperFactory extends JdbcValueMapperFactory

    Permalink
  3. object RichConnection

    Permalink
  4. object Row

    Permalink

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

  5. object Shell

    Permalink
  6. object SoftMap

    Permalink
  7. implicit def enhanceConnection(conn: Connection)(implicit jdbcValueMapperFactory: JdbcValueMapperFactory = NullJdbcValueMapperFactory): RichConnection

    Permalink
  8. implicit def enhanceDataSource(datasource: DataSource)(implicit jdbcValueMapperFactory: JdbcValueMapperFactory = NullJdbcValueMapperFactory): RichDataSource

    Permalink
  9. implicit def enhancePlainSql(stmt: String): SQLWithArgs

    Permalink
  10. implicit def enhanceStringContext(sc: StringContext): SQLStringContext

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped