object OrmMaker
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- OrmMaker
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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: LinkPrefixFrom[Context], arg1: SchemaMapKey[Schema], arg2: IsLinkFieldFilter[Schema], arg3: HasChildrenF[Schema], arg4: ArrayAlias[Schema], arg5: GetPattern[Schema], toTableAndFieldTypes: ToAliasAndFieldTypes[Schema], jsonToStreamFor: JsonToStreamFor[Schema]): OrmMaker[String]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- 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( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated