sealed trait ChildEntity extends OrmEntity

Linear Supertypes
OrmEntity, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ChildEntity
  2. OrmEntity
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def alias: String
    Definition Classes
    OrmEntity
  2. abstract def children: List[ChildEntity]
    Definition Classes
    OrmEntity
  3. abstract def createTempTable(implicit fastOrmSql: FastOrmSql): (OrmEntity) ⇒ String
  4. abstract def dataFields: List[FieldType[_]]
    Definition Classes
    OrmEntity
  5. abstract def parentFields: List[FieldType[_]]
  6. abstract def prettyPrint(indent: String): String
    Definition Classes
    OrmEntity
  7. abstract def primaryKeyField: Keys
    Definition Classes
    OrmEntity
  8. abstract def tableName: TableName
    Definition Classes
    OrmEntity

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def childrenPrettyString(indent: String): String
    Attributes
    protected
    Definition Classes
    OrmEntity
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  7. def createTable(implicit fastOrmSql: FastOrmSql): String
    Definition Classes
    OrmEntity
  8. def descendents: List[ChildEntity]
    Definition Classes
    OrmEntity
  9. def drainSql(implicit fastOrmSql: FastOrmSql): String
    Definition Classes
    OrmEntity
  10. def dropTable(implicit fastOrmSql: FastOrmSql): String
    Definition Classes
    OrmEntity
  11. def dropTempTable(implicit fastOrmSql: FastOrmSql): String
    Definition Classes
    OrmEntity
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def fieldsAddedByChildren: List[FieldType[_]]
    Definition Classes
    OrmEntity
  15. def fieldsForCreate: List[FieldType[_]]
    Definition Classes
    OrmEntity
  16. def fieldsPrettyString: String
    Attributes
    protected
    Definition Classes
    OrmEntity
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. def insertSql(implicit fastOrmSql: FastOrmSql): String
    Definition Classes
    OrmEntity
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. def primaryKeyFieldsAndIndex: KeysAndIndex
    Definition Classes
    OrmEntity
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from OrmEntity

Inherited from AnyRef

Inherited from Any

Ungrouped