package
mapper
Type Members
-
trait
AjaxEditableField[FieldType, OwnerType <: Mapper[OwnerType]] extends MappedField[FieldType, OwnerType]
-
trait
AscOrDesc extends AnyRef
-
trait
BaseForeignKey extends BaseMappedField
-
sealed
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
-
-
final
case class
ByList[O <: Mapper[O], T](field: MappedField[T, O], vals: Seq[T]) extends QueryParam[O] with Product with Serializable
-
final
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
-
final
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]
-
final
case class
Distinct[O <: Mapper[O]]() extends QueryParam[O] with Product with Serializable
-
type
DriverType = DriverType
-
class
FieldFinder[T] extends AnyRef
-
final
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
-
final
case class
Ignore[O <: Mapper[O]]() extends QueryParam[O] with Product with Serializable
-
final
case class
InRaw[TheType <: Mapper[TheType], T](field: MappedField[T, TheType], rawSql: String, checkedBy: IHaveValidatedThisSQL) extends QueryParam[TheType] with Product with Serializable
-
sealed abstract
class
InThing[OuterType <: Mapper[OuterType]] extends QueryParam[OuterType]
-
final
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
-
abstract
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
-
abstract
class
MappedBinary[T <: Mapper[T]] extends MappedField[Array[Byte], T]
-
abstract
class
MappedBirthYear[T <: Mapper[T]] extends MappedInt[T]
-
abstract
class
MappedBoolean[T <: Mapper[T]] extends MappedField[Boolean, T]
-
abstract
class
MappedCountry[T <: Mapper[T]] extends MappedEnum[T, net.liftweb.mapper.Countries.type]
-
abstract
class
MappedDate[T <: Mapper[T]] extends MappedField[Date, T]
-
abstract
class
MappedDateTime[T <: Mapper[T]] extends MappedField[Date, T]
-
abstract
class
MappedDecimal[T <: Mapper[T]] extends MappedField[BigDecimal, T]
-
abstract
class
MappedDouble[T <: Mapper[T]] extends MappedField[Double, T]
-
abstract
class
MappedEmail[T <: Mapper[T]] extends MappedString[T]
-
abstract
class
MappedEnum[T <: Mapper[T], ENUM <: Enumeration] extends MappedField[Value, T]
-
abstract
class
MappedEnumList[T <: Mapper[T], ENUM <: Enumeration] extends MappedField[Seq[Value], T]
-
abstract
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
-
abstract
class
MappedGender[T <: Mapper[T]] extends MappedEnum[T, net.liftweb.mapper.Genders.type]
-
abstract
class
MappedInt[T <: Mapper[T]] extends MappedField[Int, T]
-
abstract
class
MappedIntIndex[T <: Mapper[T]] extends MappedInt[T] with IndexedField[Int]
-
abstract
class
MappedLocale[T <: Mapper[T]] extends MappedString[T]
-
abstract
class
MappedLong[T <: Mapper[T]] extends MappedField[Long, T]
-
abstract
class
MappedLongForeignKey[T <: Mapper[T], O <: KeyedMapper[Long, O]] extends MappedLong[T] with MappedForeignKey[Long, T, O] with BaseForeignKey
-
abstract
class
MappedLongIndex[T <: Mapper[T]] extends MappedLong[T] with IndexedField[Long]
-
trait
MappedNullableField[NullableFieldType, OwnerType <: Mapper[OwnerType]] extends MappedField[Box[NullableFieldType], OwnerType]
-
abstract
class
MappedNullableLong[T <: Mapper[T]] extends MappedNullableField[Long, T]
-
abstract
class
MappedPassword[T <: Mapper[T]] extends MappedField[String, T]
-
abstract
class
MappedPoliteString[T <: Mapper[T]] extends MappedString[T]
-
abstract
class
MappedPostalCode[T <: Mapper[T]] extends MappedString[T]
-
abstract
class
MappedString[T <: Mapper[T]] extends MappedField[String, T] with StringValidators with HasApplyBoxString[T]
-
abstract
class
MappedStringForeignKey[T <: Mapper[T], O <: KeyedMapper[String, O]] extends MappedString[T] with MappedForeignKey[String, T, O] with BaseForeignKey
-
abstract
class
MappedStringIndex[T <: Mapper[T]] extends MappedUniqueId[T] with IndexedField[String]
-
abstract
class
MappedText[T <: Mapper[T]] extends MappedField[String, T]
-
abstract
class
MappedTextarea[T <: Mapper[T]] extends MappedString[T]
-
abstract
class
MappedTime[T <: Mapper[T]] extends MappedField[Date, T]
-
abstract
class
MappedTimeZone[T <: Mapper[T]] extends MappedString[T]
-
abstract
class
MappedUniqueId[T <: Mapper[T]] extends MappedString[T]
-
trait
Mapper[A <: Mapper[A]] extends BaseMapper with Serializable
-
-
final
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]
-
-
sealed
trait
NullOrder extends AnyRef
-
trait
OneToMany[K, T <: KeyedMapper[K, T]] extends KeyedMapper[K, T]
-
final
case class
OrderBy[O <: Mapper[O], T](field: MappedField[T, O], order: AscOrDesc, nullOrder: Box[NullOrder]) extends QueryParam[O] with Product with Serializable
-
final
case class
OrderBySql[O <: Mapper[O]](sql: String, checkedBy: IHaveValidatedThisSQL) extends QueryParam[O] with Product with Serializable
-
final
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]
-
abstract
class
ProtoTag[MyType <: ProtoTag[MyType]] extends KeyedMapper[Long, MyType] with Ordered[MyType]
-
trait
ProtoUser[T <: ProtoUser[T]] extends KeyedMapper[Long, T] with UserIdAsString
-
sealed
trait
QueryParam[O <: Mapper[O]] extends AnyRef
-
-
type
StandardDBVendor = StandardDBVendor
-
final
case class
StartAt[O <: Mapper[O]](start: Long) extends QueryParam[O] with Product with Serializable
-
-
type
SuperConnection = SuperConnection
-
trait
TypedField[FieldType] extends AnyRef
-
final
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