case class ManyToOneBulkData(parentEntity: OrmEntity, ormEntity: ManyToOneEntity, tableNameToData: Map[String, List[List[Any]]], children: List[ChildOrmBulkData[_]]) extends ChildOrmBulkData[ManyToOneEntity] with Product with Serializable
As the name suggests this is a Bulk data for a table in which the childId is stored in the parent. Thus there will be zero or one items for every parent. There may well be one or multiple parents that share the child
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ManyToOneBulkData
- Serializable
- Serializable
- Product
- Equals
- ChildOrmBulkData
- OrmBulkData
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ManyToOneBulkData(parentEntity: OrmEntity, ormEntity: ManyToOneEntity, tableNameToData: Map[String, List[List[Any]]], children: List[ChildOrmBulkData[_]])
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
-
def
alias: Alias
- Definition Classes
- OrmBulkData
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
asNullBulkDataPointer: NullBulkDataPointer
- Definition Classes
- ChildOrmBulkData
-
val
children: List[ChildOrmBulkData[_]]
- Definition Classes
- ManyToOneBulkData → OrmBulkData
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
data: List[List[Any]]
- Definition Classes
- OrmBulkData
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val idToIndex: Map[Any, Int]
-
def
idsForPrettyPrint(parentIndex: Int, parentId: Any): String
- Definition Classes
- ManyToOneBulkData → ChildOrmBulkData
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val keysAndIndex: KeysAndIndex
- def myId(parentIndex: Int): 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()
-
val
ormEntity: ManyToOneEntity
- Definition Classes
- ManyToOneBulkData → OrmBulkData
- val parentEntity: OrmEntity
-
def
pointer(parentIndex: Int, parentId: Any, n: Int): ChildBulkDataPointer
- Definition Classes
- ManyToOneBulkData → ChildOrmBulkData
-
def
prettyPrint(map: Map[OrmEntity, List[List[Any]]]): List[String]
- Definition Classes
- OrmBulkData
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
val
tableNameToData: Map[String, List[List[Any]]]
- Definition Classes
- ManyToOneBulkData → OrmBulkData
-
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