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]
  3. abstract class AbstractWithMultipleKeysFastOrmSpec[M[_], J, DS <: DataSource] extends SharedFastOrmTests[M, J, DS] with FastWithMultipleKeysOrmFixture[M]
  4. case class Address(add: String) extends Product with Serializable
  5. case class Employer(name: String) extends Product with Serializable
  6. class EntityAndPathTest extends FlatSpec with UtilsSpec with NumericKeySpecFixture
  7. trait EntityFixture extends AnyRef
  8. trait FastOrmFixture[M[_]] extends FlatSpec with OrmFixture
  9. trait FastWithMultipleKeysOrmFixture[M[_]] extends FlatSpec with OrmWithMultipleKeysFixture
  10. class FieldTypeTest extends FlatSpec with UtilsSpec
  11. class KeysTest extends FlatSpec with UtilsSpec
  12. class MainEntityTest extends AbstractEntityTest[MainEntity]
  13. class ManyToOneTest extends AbstractEntityTest[ManyToOneEntity]
  14. trait NumericKeyFixture extends FlatSpec with UtilsSpec
  15. trait NumericKeySpecFixture extends FlatSpec with NumericKeyFixture
  16. class NumericKeyTest extends FlatSpec with NumericKeySpecFixture
  17. class OneToManyTest extends AbstractEntityTest[OneToManyEntity]
  18. class OneToZeroOneEntityTest extends AbstractEntityTest[OneToZeroOneEntity]
  19. class OrmDslTest extends FlatSpec with UtilsSpec with FastOrmFixture[SimpleClosable]
  20. trait OrmFixture extends FlatSpec with SharedOrmFixture
  21. class OrmSpec extends FlatSpec with UtilsSpec with EntityFixture
  22. trait OrmWithMultipleKeysFixture extends FlatSpec with SharedOrmFixture
  23. case class Person(name: String, employer: Employer, address: List[Address], phones: List[Phone], email: String) extends Product with Serializable
  24. case class Phone(phoneNo: String) extends Product with Serializable
  25. class SameIdEntityTest extends AbstractEntityTest[SameIdEntity]
  26. abstract class SharedFastOrmTests[M[_], J, DS <: DataSource] extends FlatSpec with SharedOrmFixture with NumericKeyFixture with DatabaseSourceFixture[DS] with Jdbc
  27. trait SharedOrmFixture extends FlatSpec with NumericKeyFixture

Ungrouped