object OrmMaker
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- OrmMaker
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- implicit def OrmMakerForJson[J](implicit arg0: JsonParser[J]): OrmMaker[JsonObject]
- def apply[Context, Schema[_]](context: Context, schema: Schema[_])(implicit arg0: SchemaMapKey[Schema], arg1: IsLinkFieldFilter[Schema], arg2: HasChildrenForHolder[Schema], arg3: TableNameForManySchema[Schema], toTableAndFieldTypes: ToTableAndFieldTypes[Context, Schema], jsonToStreamFor: JsonToStreamFor[Context, Schema]): OrmMaker[String]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def prettyPrintData(data: Map[OrmEntity, List[List[AnyRef]]]): Iterable[String]
- def str(n: Int)(implicit list: List[Any]): String
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toIdAndJson[J](entity: OrmEntity)(list: List[AnyRef])(implicit arg0: JsonParser[J]): (String, JsonObject)
- def toJson[J](entity: OrmEntity, map: Map[OrmEntity, List[List[AnyRef]]])(implicit arg0: JsonParser[J]): List[(String, JsonObject)]
- def toJson[J](entity: OrmEntity)(list: List[Any])(implicit arg0: JsonParser[J]): JsonObject
- def toListofIdAnd[T](map: RawOrmMap, entity: OrmEntity)(fn: MakeTFn[T]): List[(Any, T)]
- def toMapForManyToOneAndSameId[X](list: List[List[AnyRef]])(fn: (List[AnyRef]) => X): Map[Any, X]
- def toMapForOneToMany[X](list: List[List[AnyRef]])(fn: (List[AnyRef]) => X): Map[Any, List[X]]
- def toMapOfIdToList(map: RawOrmMap): Map[OrmEntity, Map[Any, List[AnyRef]]]
- def toMapofIdTo[T](map: RawOrmMap, entity: OrmEntity)(fn: MakeTFn[T]): Map[Any, T]
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated