entitytled

package entitytled

Visibility
  1. Public
  2. All

Type Members

  1. trait DriverComponent extends AnyRef

  2. trait EntityActionBuilderComponent extends AnyRef

    Component grouping some declarations concerning entity action builders.

    Component grouping some declarations concerning entity action builders.

    Should be mixed in along with a DriverComponent, an EntityComponent and a RelationshipComponent.

  3. trait EntityActionBuilderConversionsComponent extends AnyRef

    Component containing implicit conversions from an entity action builder to a Slick query and from a Slick query to an entity action builder.

    Component containing implicit conversions from an entity action builder to a Slick query and from a Slick query to an entity action builder.

    Should be mixed in along with a DriverComponent, an EntityComponent and an EntityActionBuilderComponent.

  4. trait EntityCompanionComponent extends AnyRef

    Component that groups some declarations concerning entity companion objects.

    Component that groups some declarations concerning entity companion objects.

    Should be mixed in along with a DriverComponent, an EntityComponent, a EntityRepositoryComponent, a RelationshipComponent and a RelationshipRepComponent.

  5. trait EntityComponent extends AnyRef

    Component grouping together some entity relation declarations.

    Component grouping together some entity relation declarations.

    Needs to be mixed in along with a DriverComponent, RelationshipComponent, and a RelationshipRepComponent.

  6. trait EntityRepositoryComponent extends AnyRef

    Component grouping some declarations regarding entity repositories.

    Component grouping some declarations regarding entity repositories.

    Needs to be mixed in along with a DriverComponent, an EntityComponent and a EntityActionBuilderComponent.

  7. trait Entitytled extends DriverComponent with EntityComponent with EntityActionBuilderComponent with EntityRepositoryComponent with RelationshipComponent with RelationshipRepComponent with RelationshipCompositionComponent with EntityCompanionComponent with EntityActionBuilderConversionsComponent with RelationshipRepConversionsComponent

    Extend this trait to create an Entitytled profile.

    Extend this trait to create an Entitytled profile.

    This trait is Entitytled's main entry point. Clients extending this trait need to define the abstract driver member by providing a slick.driver.JdbcDriver.

  8. trait JoinConditionMacroImpl extends AnyRef

  9. trait RelationshipComponent extends AnyRef

    Component grouping declarations regarding relationships.

    Component grouping declarations regarding relationships.

    Needs to be mixed in along with a DriverComponent and an EntityComponent.

  10. trait RelationshipCompositionComponent extends AnyRef

    Component for adding relationship composition.

    Component for adding relationship composition.

    Needs to be mixed in along with a DriverComponent, an EntityComponent and a RelationshipComponent.

  11. trait RelationshipRepComponent extends AnyRef

    Component grouping declarations regarding relationship value representations for relationship target values belonging to specific entity instances.

    Component grouping declarations regarding relationship value representations for relationship target values belonging to specific entity instances.

    Needs to be mixed in along with a DriverComponent, an EntityComponent and a RelationshipComponent.

  12. trait RelationshipRepConversionsComponent extends AnyRef

    Component declaring implicit conversions for relationship value representations.

Ungrouped