package
activerecord
Type Members
-
-
abstract
class
ActiveRecord extends ActiveRecordBase[Long] with ActiveRecordRelationSupport
-
trait
ActiveRecordBase[T] extends KeyedEntity[T] with Product with CRUDable with ActiveRecordBaseRelationSupport
-
-
-
trait
ActiveRecordCompanion[T <: ActiveRecord] extends ActiveRecordBaseCompanion[Long, T]
-
-
-
case class
ActiveRecordManyToMany[O <: ActiveRecord, A <: org.squeryl.KeyedEntity[_]](relation: ManyToMany[O, A]) extends StatefulManyToMany[O, A] with RecordRelation with Product with Serializable
-
case class
ActiveRecordManyToOne[O <: ActiveRecord](relation: ManyToOne[O]) extends StatefulManyToOne[O] with RecordRelation with Product with Serializable
-
case class
ActiveRecordOneToMany[M <: com.github.aselab.activerecord.ActiveRecordBase[_]](relation: OneToMany[M]) extends StatefulOneToMany[M] with RecordRelation with Product with Serializable
-
-
trait
ActiveRecordTables extends Schema with TableRelationSupport
-
-
trait
CRUDable extends AnyRef
-
case class
DefaultConfig(config: Config, overrideSettings: Map[String, Any]) extends AbstractDefaultConfig with Product with Serializable
-
case class
DefaultIntermediateRecord() extends IntermediateRecord with Product with Serializable
-
case class
FieldInfo(name: String, fieldType: Class[_], isOption: Boolean, isSeq: Boolean, annotations: Seq[Annotation]) extends Product with Serializable
-
abstract
class
IntermediateRecord extends ActiveRecordBase[CompositeKey2[Long, Long]]
-
trait
IntermediateRecordCompanion[T <: IntermediateRecord] extends ActiveRecordBaseCompanion[CompositeKey2[Long, Long], T]
-
-
-
-
case class
RelationWrapper[L <: ActiveRecord, R <: com.github.aselab.activerecord.ActiveRecordBase[_]](relation: Relation[L, R]) extends Product with Serializable
-
case class
RichQuery[T <: com.github.aselab.activerecord.ActiveRecordBase[_]](query: Queryable[T], m: Manifest[T]) extends Product with Serializable
-
Value Members
-
-
object
Config extends AnyRef
-
object
FieldInfo extends Serializable
-
object
ReflectionUtil extends ReflectionUtil
-
-
object
dsl extends PrimitiveTypeMode with Annotations
-