skinny

orm

package orm

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

Type Members

  1. type Alias[A] = scalikejdbc.SQLInterpolation.QuerySQLSyntaxProvider[scalikejdbc.SQLInterpolation.SQLSyntaxSupport[A], A]

  2. sealed trait ParamType extends AnyRef

  3. class PermittedStrongParameters extends AnyRef

  4. trait SkinnyCRUDMapper[Entity] extends SkinnyMapper[Entity] with CRUDFeature[Entity]

  5. trait SkinnyJoinTable[Entity] extends SkinnyMapper[Entity]

  6. trait SkinnyMapper[Entity] extends BasicFeature[Entity] with ConnectionPoolFeature with AutoSessionFeature with AssociationsFeature[Entity] with StrongParametersFeature

  7. case class StrongParameters(params: Map[String, Any]) extends Product with Serializable

Value Members

  1. object ParamType

  2. package feature

  3. package formatter

Inherited from AnyRef

Inherited from Any

Ungrouped