object
PartsListDb extends Schema
Type Members
-
class
ActiveRecord[A] extends AnyRef
-
class
ColGroupDeclaration extends AnyRef
-
class
ReferentialActionImpl extends ReferentialAction
-
class
ReferentialEvent extends AnyRef
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
val
NotifyReplies: org.squeryl.PrimitiveTypeMode.OneToManyRelationImpl[Notify, Reply]
-
def
afterDelete[A]()(implicit m: Manifest[A]): LifecycleEventPercursorClass[A]
-
def
afterDelete[A](t: Table[A]): LifecycleEventPercursorTable[A]
-
def
afterInsert[A]()(implicit m: Manifest[A]): LifecycleEventPercursorClass[A]
-
def
afterInsert[A](t: Table[A]): LifecycleEventPercursorTable[A]
-
def
afterUpdate[A]()(implicit m: Manifest[A]): LifecycleEventPercursorClass[A]
-
def
afterUpdate[A](t: Table[A]): LifecycleEventPercursorTable[A]
-
implicit
def
anyRef2ActiveTransaction[A](a: A)(implicit queryDsl: QueryDsl, m: Manifest[A]): ActiveRecord[A]
-
def
applyDefaultForeignKeyPolicy(foreignKeyDeclaration: ForeignKeyDeclaration): Unit
-
final
def
asInstanceOf[T0]: T0
-
val
atachs: Table[Atach]
-
def
autoIncremented(sequenceName: String): AutoIncremented
-
def
autoIncremented: AutoIncremented
-
def
beforeDelete[K, A <: KeyedEntity[K]]()(implicit m: Manifest[A]): LifecycleEventPercursorClass[A]
-
def
beforeDelete[A](t: Table[A])(implicit ev: <:<[A, KeyedEntity[_]]): LifecycleEventPercursorTable[A]
-
def
beforeInsert[A]()(implicit m: Manifest[A]): LifecycleEventPercursorClass[A]
-
def
beforeInsert[A](t: Table[A]): LifecycleEventPercursorTable[A]
-
def
beforeUpdate[A]()(implicit m: Manifest[A]): LifecycleEventPercursorClass[A]
-
def
beforeUpdate[A](t: Table[A]): LifecycleEventPercursorTable[A]
-
def
callbacks: Seq[LifecycleEvent]
-
def
clone(): AnyRef
-
def
columnNameFromPropertyName(propertyName: String): String
-
def
columnTypeFor(fieldMetaData: FieldMetaData, owner: Table[_]): Option[String]
-
def
columns(fieldList: TypedExpressionNode[_]*): ColGroupDeclaration
-
def
create: Unit
-
def
createColumnGroupConstraintsAndIndexes: Unit
-
def
dbType(declaration: String): DBType
-
def
declare[B](a: BaseColumnAttributeAssignment*): Seq[BaseColumnAttributeAssignment]
-
def
defaultColumnAttributesForKeyedEntityId(typeOfIdField: Class[_]): Set[_ >: PrimaryKey <: AttributeValidOnNumericalColumn with Product with Serializable]
-
def
defaultLengthOfString: Int
-
def
defaultSizeOfBigDecimal: (Int, Int)
-
val
designChangeAddRelations: org.squeryl.PrimitiveTypeMode.OneToManyRelationImpl[DesignChange, PartRelation]
-
val
designChangeDelRelations: org.squeryl.PrimitiveTypeMode.OneToManyRelationImpl[DesignChange, PartRelation]
-
val
designChanges: Table[DesignChange]
-
def
drop: Unit
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
factoryFor[A](table: Table[A]): PosoFactoryPercursorTable[A]
-
def
finalize(): Unit
-
def
findTablesFor[A](a: A): Iterable[Table[A]]
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
def
indexed(indexName: String): Indexed
-
def
indexed: Indexed
-
final
def
isInstanceOf[T0]: Boolean
-
def
name: Option[String]
-
def
named(name: String): Named
-
final
def
ne(arg0: AnyRef): Boolean
-
val
notifies: Table[Notify]
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
val
notifyAtachs: org.squeryl.PrimitiveTypeMode.OneToManyRelationImpl[Notify, Atach]
-
def
on[A](table: Table[A])(declarations: (A) ⇒ Seq[BaseColumnAttributeAssignment]): Unit
-
-
-
val
partRelations: org.squeryl.PrimitiveTypeMode.ManyToManyRelationImpl[Part, Part, PartRelation]
-
val
parts: Table[Part]
-
val
partsAtache: org.squeryl.PrimitiveTypeMode.OneToManyRelationImpl[Part, Atach]
-
val
partsNotifies: org.squeryl.PrimitiveTypeMode.OneToManyRelationImpl[Part, Notify]
-
def
primaryKey: PrimaryKey
-
def
printDdl(statementHandler: (String) ⇒ Unit): Unit
-
def
printDdl(pw: PrintWriter): Unit
-
def
printDdl: Unit
-
val
projectMembers: org.squeryl.PrimitiveTypeMode.ManyToManyRelationImpl[Project, User, ProjectMembers]
-
val
projectParts: org.squeryl.PrimitiveTypeMode.OneToManyRelationImpl[Project, Part]
-
val
projects: Table[Project]
-
val
relationChildParts: org.squeryl.PrimitiveTypeMode.OneToManyRelationImpl[Part, PartRelation]
-
val
relationParentParts: org.squeryl.PrimitiveTypeMode.OneToManyRelationImpl[Part, PartRelation]
-
-
val
replies: Table[Reply]
-
val
replyAtachs: org.squeryl.PrimitiveTypeMode.OneToManyRelationImpl[Reply, Atach]
-
val
replyRelations: org.squeryl.PrimitiveTypeMode.OneToManyRelationImpl[Reply, Reply]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
table[T](name: String, prefix: String)(implicit manifestT: Manifest[T]): Table[T]
-
def
table[T](name: String)(implicit manifestT: Manifest[T]): Table[T]
-
def
table[T]()(implicit manifestT: Manifest[T]): Table[T]
-
def
tableNameFromClass(c: Class[_]): String
-
def
tableNameFromClassName(tableName: String): String
-
def
tables: Seq[Table[_]]
-
implicit
def
thisSchema: Schema
-
def
toString(): String
-
def
uninsertable: Uninsertable
-
def
unique: Unique
-
def
unupdatable: Unupdatable
-
val
userNotifies: org.squeryl.PrimitiveTypeMode.OneToManyRelationImpl[User, Notify]
-
val
userReplies: org.squeryl.PrimitiveTypeMode.OneToManyRelationImpl[User, Reply]
-
val
users: Table[User]
-
def
view[T](name: String)(implicit manifestT: Manifest[T]): View[T]
-
def
view[T]()(implicit manifestT: Manifest[T]): View[T]
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from Schema
Inherited from AnyRef
Inherited from Any