package
mapper
Type Members
-
trait
AjaxEditableField
[FieldType, OwnerType <: Mapper[OwnerType]]
extends MappedField[FieldType, OwnerType]
-
trait
AscOrDesc
extends AnyRef
-
trait
BaseForeignKey
extends BaseMappedField
-
trait
BaseIndex
[A <: Mapper[A]]
extends AnyRef
-
-
-
-
trait
BaseMappedField
extends SelectableField with Bindable with MixableMappedField with Serializable
-
trait
BaseMapper
extends FieldContainer
-
-
trait
BaseOwnedMappedField
[OwnerType <: Mapper[OwnerType]]
extends BaseMappedField
-
case class
BoundedIndexField
[A <: Mapper[A]]
(field: MappedField[String, A], len: Int) extends IndexItem[A] with Product with Serializable
-
-
case class
ByList
[O <: Mapper[O], T]
(field: MappedField[T, O], vals: Seq[T]) extends QueryParam[O] with Product with Serializable
-
case class
BySql
[O <: Mapper[O]]
(query: String, checkedBy: IHaveValidatedThisSQL, params: Any*) extends QueryParam[O] with Product with Serializable
-
trait
CRUDify
[KeyType, CrudType <: KeyedMapper[KeyType, CrudType]]
extends Crudify
-
case class
Cmp
[O <: Mapper[O], T]
(field: MappedField[T, O], opr: Value, value: Box[T], otherField: Box[MappedField[T, O]], dbFunc: Box[String]) extends QueryParam[O] with Product with Serializable
-
type
ConnectionIdentifier
= ConnectionIdentifier
-
type
ConnectionManager
= ConnectionManager
-
-
trait
CreatedUpdated
extends CreatedTrait with UpdatedTrait
-
trait
DBIndexed
extends BaseMappedField
-
type
DBLogEntry
= DBLogEntry
-
trait
DefaultMillis
extends TypedField[Long]
-
case class
Distinct
[O <: Mapper[O]]
() extends QueryParam[O] with Product with Serializable
-
type
DriverType
= DriverType
-
class
FieldFinder
[T]
extends AnyRef
-
case class
GenericIndex
[A <: Mapper[A]]
(createFunc: (String, List[String]) ⇒ String, validated: IHaveValidatedThisSQL, columns: List[IndexItem[A]]) extends BaseIndex[A] with Product with Serializable
-
-
class
HasManyThrough
[From <: KeyedMapper[ThroughType, From], To <: Mapper[To], Through <: Mapper[Through], ThroughType]
extends LifecycleCallbacks
-
case class
IHaveValidatedThisSQL
(who: String, date: String) extends Product with Serializable
-
trait
IdPK
extends AnyRef
-
case class
Ignore
[O <: Mapper[O]]
() extends QueryParam[O] with Product with Serializable
-
case class
InRaw
[TheType <: Mapper[TheType], T]
(field: MappedField[T, TheType], rawSql: String, checkedBy: IHaveValidatedThisSQL) extends QueryParam[TheType] with Product with Serializable
-
class
InThing
[OuterType <: Mapper[OuterType]]
extends QueryParam[OuterType]
-
case class
Index
[A <: Mapper[A]]
(columns: List[IndexItem[A]]) extends BaseIndex[A] with Product with Serializable
-
case class
IndexField
[A <: Mapper[A], T]
(field: MappedField[T, A]) extends IndexItem[A] with Product with Serializable
-
class
IndexItem
[A <: Mapper[A]]
extends AnyRef
-
trait
IndexedField
[O]
extends BaseIndexedField
-
-
trait
KeyedMapper
[KeyType, OwnerType <: KeyedMapper[KeyType, OwnerType]]
extends Mapper[OwnerType] with BaseKeyedMapper
-
trait
KeyedMetaMapper
[Type, A <: KeyedMapper[Type, A]]
extends MetaMapper[A] with KeyedMapper[Type, A]
-
-
trait
LongCRUDify
[CrudType <: KeyedMapper[Long, CrudType]]
extends CRUDify[Long, CrudType]
-
trait
LongKeyedMapper
[OwnerType <: LongKeyedMapper[OwnerType]]
extends KeyedMapper[Long, OwnerType] with BaseLongKeyedMapper
-
trait
LongKeyedMetaMapper
[A <: LongKeyedMapper[A]]
extends KeyedMetaMapper[Long, A]
-
trait
ManyToMany
extends BaseKeyedMapper
-
class
MappedBinary
[T <: Mapper[T]]
extends MappedField[Array[Byte], T]
-
class
MappedBirthYear
[T <: Mapper[T]]
extends MappedInt[T]
-
class
MappedBoolean
[T <: Mapper[T]]
extends MappedField[Boolean, T]
-
class
MappedCountry
[T <: Mapper[T]]
extends MappedEnum[T, net.liftweb.mapper.Countries.type]
-
class
MappedDate
[T <: Mapper[T]]
extends MappedField[Date, T]
-
class
MappedDateTime
[T <: Mapper[T]]
extends MappedField[Date, T]
-
class
MappedDecimal
[T <: Mapper[T]]
extends MappedField[BigDecimal, T]
-
class
MappedDouble
[T <: Mapper[T]]
extends MappedField[Double, T]
-
class
MappedEmail
[T <: Mapper[T]]
extends MappedString[T]
-
class
MappedEnum
[T <: Mapper[T], ENUM <: Enumeration]
extends MappedField[Value, T]
-
class
MappedEnumList
[T <: Mapper[T], ENUM <: Enumeration]
extends MappedField[Seq[Value], T]
-
class
MappedFakeClob
[T <: Mapper[T]]
extends MappedField[String, T]
-
trait
MappedField
[FieldType, OwnerType <: Mapper[OwnerType]]
extends TypedField[FieldType] with BaseOwnedMappedField[OwnerType] with FieldIdentifier with PSettableValueHolder[FieldType] with Equals
-
trait
MappedForeignKey
[KeyType, MyOwner <: Mapper[MyOwner], Other <: KeyedMapper[KeyType, Other]]
extends MappedField[KeyType, MyOwner] with LifecycleCallbacks
-
class
MappedGender
[T <: Mapper[T]]
extends MappedEnum[T, net.liftweb.mapper.Genders.type]
-
class
MappedInt
[T <: Mapper[T]]
extends MappedField[Int, T]
-
class
MappedIntIndex
[T <: Mapper[T]]
extends MappedInt[T] with IndexedField[Int]
-
class
MappedLocale
[T <: Mapper[T]]
extends MappedString[T]
-
class
MappedLong
[T <: Mapper[T]]
extends MappedField[Long, T]
-
class
MappedLongForeignKey
[T <: Mapper[T], O <: KeyedMapper[Long, O]]
extends MappedLong[T] with MappedForeignKey[Long, T, O] with BaseForeignKey
-
class
MappedLongIndex
[T <: Mapper[T]]
extends MappedLong[T] with IndexedField[Long]
-
trait
MappedNullableField
[NullableFieldType, OwnerType <: Mapper[OwnerType]]
extends MappedField[Box[NullableFieldType], OwnerType]
-
class
MappedNullableLong
[T <: Mapper[T]]
extends MappedNullableField[Long, T]
-
class
MappedPassword
[T <: Mapper[T]]
extends MappedField[String, T]
-
class
MappedPoliteString
[T <: Mapper[T]]
extends MappedString[T]
-
class
MappedPostalCode
[T <: Mapper[T]]
extends MappedString[T]
-
class
MappedString
[T <: Mapper[T]]
extends MappedField[String, T] with StringValidators with HasApplyBoxString[T]
-
class
MappedStringForeignKey
[T <: Mapper[T], O <: KeyedMapper[String, O]]
extends MappedString[T] with MappedForeignKey[String, T, O] with BaseForeignKey
-
class
MappedStringIndex
[T <: Mapper[T]]
extends MappedUniqueId[T] with IndexedField[String]
-
class
MappedText
[T <: Mapper[T]]
extends MappedField[String, T]
-
class
MappedTextarea
[T <: Mapper[T]]
extends MappedString[T]
-
class
MappedTime
[T <: Mapper[T]]
extends MappedField[Date, T]
-
class
MappedTimeZone
[T <: Mapper[T]]
extends MappedString[T]
-
class
MappedUniqueId
[T <: Mapper[T]]
extends MappedString[T]
-
trait
Mapper
[A <: Mapper[A]]
extends BaseMapper with Serializable
-
-
case class
MaxRows
[O <: Mapper[O]]
(max: Long) extends QueryParam[O] with Product with Serializable
-
trait
MegaProtoUser
[T <: MegaProtoUser[T]]
extends ProtoUser[T]
-
trait
MetaMapper
[A <: Mapper[A]]
extends BaseMetaMapper with Mapper[A]
-
trait
MetaMegaProtoUser
[ModelType <: MegaProtoUser[ModelType]]
extends KeyedMetaMapper[Long, ModelType] with ProtoUser
-
trait
MetaProtoExtendedSession
[T <: ProtoExtendedSession[T]]
extends KeyedMetaMapper[Long, T]
-
trait
MetaProtoTag
[ModelType <: ProtoTag[ModelType]]
extends KeyedMetaMapper[Long, ModelType]
-
-
trait
NullOrder
extends AnyRef
-
trait
OneToMany
[K, T <: KeyedMapper[K, T]]
extends KeyedMapper[K, T]
-
case class
OrderBy
[O <: Mapper[O], T]
(field: MappedField[T, O], order: AscOrDesc, nullOrder: Box[NullOrder]) extends QueryParam[O] with Product with Serializable
-
case class
OrderBySql
[O <: Mapper[O]]
(sql: String, checkedBy: IHaveValidatedThisSQL) extends QueryParam[O] with Product with Serializable
-
case class
PreCache
[TheType <: Mapper[TheType], FieldType, OtherType <: KeyedMapper[FieldType, OtherType]]
(field: MappedForeignKey[FieldType, TheType, OtherType], deterministic: Boolean) extends QueryParam[TheType] with Product with Serializable
-
trait
ProtoExtendedSession
[T <: ProtoExtendedSession[T]]
extends KeyedMapper[Long, T]
-
class
ProtoTag
[MyType <: ProtoTag[MyType]]
extends KeyedMapper[Long, MyType] with Ordered[MyType]
-
trait
ProtoUser
[T <: ProtoUser[T]]
extends KeyedMapper[Long, T] with UserIdAsString
-
trait
QueryParam
[O <: Mapper[O]]
extends AnyRef
-
-
type
StandardDBVendor
= StandardDBVendor
-
case class
StartAt
[O <: Mapper[O]]
(start: Long) extends QueryParam[O] with Product with Serializable
-
-
type
SuperConnection
= SuperConnection
-
trait
TypedField
[FieldType]
extends AnyRef
-
case class
UniqueIndex
[A <: Mapper[A]]
(columns: List[IndexItem[A]]) extends BaseIndex[A] with Product with Serializable
-
-
-
trait
ValidateLength
extends MixableMappedField
-
trait
LongMappedForeignMapper
[T <: Mapper[T], O <: KeyedMapper[Long, O]]
extends MappedLongForeignKey[T, O]
-
class
LongMappedMapper
[T <: Mapper[T], O <: KeyedMapper[Long, O]]
extends MappedLongForeignKey[T, O]
Value Members
-
object
Ascending
extends AscOrDesc with Product with Serializable
-
-
object
By
extends AnyRef
-
object
ByRef
extends AnyRef
-
object
By_<
extends AnyRef
-
object
By_<=
extends AnyRef
-
object
By_>
extends AnyRef
-
object
By_>=
extends AnyRef
-
object
Countries
extends Enumeration
-
object
DB
extends DB1
-
def
DBLogEntry
: net.liftweb.db.DBLogEntry.type
-
def
DefaultConnectionIdentifier
: net.liftweb.util.DefaultConnectionIdentifier.type
-
object
Descending
extends AscOrDesc with Product with Serializable
-
def
DriverType
: net.liftweb.db.DriverType.type
-
object
Genders
extends Enumeration
-
object
GenericIndex
extends Serializable
-
object
In
extends AnyRef
-
object
Index
extends Serializable
-
object
Like
extends AnyRef
-
object
MappedEmail
extends Serializable
-
object
MappedField
extends Serializable
-
-
-
-
object
MapperRules
extends Factory
-
object
NotBy
extends AnyRef
-
object
NotByRef
extends AnyRef
-
object
NotIn
extends AnyRef
-
object
NotLike
extends AnyRef
-
object
NotNullRef
extends AnyRef
-
object
NullRef
extends AnyRef
-
object
NullsFirst
extends NullOrder with Product with Serializable
-
object
NullsLast
extends NullOrder with Product with Serializable
-
object
OprEnum
extends Enumeration
-
object
OrderBy
extends Serializable
-
object
PreCache
extends Serializable
-
object
Schemifier
extends Loggable
-
-
object
UniqueIndex
extends Serializable
-
Deprecated Value Members
-
def
Safe
: net.liftweb.util.Safe.type