skinny

orm

package orm

Skinny provides you Skinny-ORM as the default O/R mapper, which is built with ScalikeJDBC.

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. trait MutableSkinnyRecord[Entity] extends SkinnyRecordBase[Entity]

    ActiveRecord::Base-like entity object base.

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

    Out-of-the-box Skinny-ORM CRUD mapper.

  4. trait SkinnyJoinTable[Entity] extends SkinnyMapper[Entity] with QueryingFeature[Entity]

    SkinnyMapper which represents join table which is used for associations.

  5. trait SkinnyMapper[Entity] extends SkinnyMapperBase[Entity] with ConnectionPoolFeature with AutoSessionFeature with AssociationsFeature[Entity] with StrongParametersFeature

    Basic SkinnyMapper implementation.

  6. trait SkinnyMapperBase[Entity] extends scalikejdbc.SQLInterpolation.SQLSyntaxSupport[Entity]

    SkinnyMapper base.

  7. trait SkinnyRecord[Entity] extends SkinnyRecordBase[Entity]

    ActiveRecord::Base-like entity object base.

  8. trait SkinnyRecordBase[Entity] extends AnyRef

    ActiveRecord::Base-like entity object base.

Value Members

  1. package exception

  2. package feature

Inherited from AnyRef

Inherited from Any

Ungrouped