skinny.orm

feature

package feature

Visibility
  1. Public
  2. All

Type Members

  1. trait AssociationsFeature[Entity] extends BasicFeature[Entity] with ConnectionPoolFeature with AutoSessionFeature

  2. trait AutoSessionFeature extends AnyRef

  3. trait BasicFeature[Entity] extends scalikejdbc.SQLInterpolation.SQLSyntaxSupport[Entity]

  4. trait CRUDFeature[Entity] extends BasicFeature[Entity] with ConnectionPoolFeature with AutoSessionFeature with AssociationsFeature[Entity] with StrongParametersFeature

  5. trait ConnectionPoolFeature extends AnyRef

  6. trait SoftDeleteWithBooleanFeature[Entity] extends CRUDFeature[Entity]

  7. trait SoftDeleteWithTimestampFeature[Entity] extends CRUDFeature[Entity]

  8. trait StrongParametersFeature extends AnyRef

  9. trait TimestampsFeature[Entity] extends CRUDFeature[Entity]

Value Members

  1. package associations

Ungrouped