Packages

package orm

Type Members

  1. abstract class AbstractEntityTest[E <: OrmEntity] extends FlatSpec with UtilsSpec
  2. abstract class AbstractFastOrmWithSingleLinkingKeysSpec[M[_], J, DS <: DataSource] extends SharedFastOrmTests[M, J, DS] with FastOrmFixture[M] with CheckStrategyFixture
  3. abstract class AbstractWithMultipleKeysFastOrmSpec[M[_], J, DS <: DataSource] extends SharedFastOrmTests[M, J, DS] with CheckStrategyFixture with FastWithMultipleKeysOrmFixture[M]
  4. abstract class AbtractFastOrmSpecWithDeepNestingSpec[M[_], J, DS <: DataSource] extends FlatSpec with SharedOrmFixture with SetupDatabaseForOrmFixture[DS] with DatabaseSourceFixture[DS]
  5. case class Address(add: String) extends Product with Serializable
  6. trait CheckStrategyFixture extends Matchers
  7. case class Employer(name: String) extends Product with Serializable
  8. class EntityAndPathTest extends FlatSpec with UtilsSpec with OrmKeySpecFixture
  9. trait EntityFixture extends AnyRef
  10. trait FastOrmFixture[M[_]] extends FlatSpec with OrmFixture
  11. trait FastWithMultipleKeysOrmFixture[M[_]] extends FlatSpec with OrmWithMultipleKeysFixture
  12. class FieldTypeTest extends FlatSpec with UtilsSpec
  13. class KeysTest extends FlatSpec with UtilsSpec
  14. class MainEntityTest extends AbstractEntityTest[MainEntity]
  15. class ManyToOneTest extends AbstractEntityTest[ManyToOneEntity]
  16. class OneToManyTest extends AbstractEntityTest[OneToManyEntity]
  17. class OneToZeroOneEntityTest extends AbstractEntityTest[OneToZeroOneEntity]
  18. class OrmDataFactoryForMainEntityTest extends FlatSpec with UtilsSpec
  19. class OrmDataTest extends FlatSpec with UtilsSpec
  20. class OrmDslTest extends FlatSpec with UtilsSpec with FastOrmFixture[SimpleClosable]
  21. trait OrmFixture extends FlatSpec with SharedOrmFixture
  22. trait OrmKeyFixture extends FlatSpec with UtilsSpec
  23. trait OrmKeySpecFixture extends FlatSpec with OrmKeyFixture
  24. class OrmKeyTest extends FlatSpec with OrmKeySpecFixture
  25. class OrmSpec extends FlatSpec with UtilsSpec with EntityFixture
  26. trait OrmWithMultipleKeysFixture extends FlatSpec with SharedOrmFixture
  27. case class Person(name: String, employer: Employer, address: List[Address], phones: List[Phone], email: String) extends Product with Serializable
  28. case class Phone(phoneNo: String) extends Product with Serializable
  29. class SameIdEntityTest extends AbstractEntityTest[SameIdEntity]
  30. trait SetupDatabaseForOrmFixture[DS <: DataSource] extends AnyRef
  31. abstract class SharedFastOrmTests[M[_], J, DS <: DataSource] extends FlatSpec with SharedOrmFixture with OrmKeyFixture with DatabaseSourceFixture[DS] with Jdbc
  32. trait SharedOrmFixture extends FlatSpec with OrmKeyFixture

Ungrouped