case class SameIdBulkData(ormEntity: SameIdEntity, tableNameToData: Map[String, List[List[Any]]], children: List[ChildOrmBulkData[_]]) extends ChildOrmBulkData[SameIdEntity] with Product with Serializable
As the name suggests this is a Bulk data for a table that shares the same primary key as the parent. Thus there will be zero or one items for every parent
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SameIdBulkData
- Serializable
- Serializable
- Product
- Equals
- ChildOrmBulkData
- OrmBulkData
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SameIdBulkData(ormEntity: SameIdEntity, 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
- SameIdBulkData → 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
- SameIdBulkData → ChildOrmBulkData
-
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()
-
val
ormEntity: SameIdEntity
- Definition Classes
- SameIdBulkData → OrmBulkData
-
def
pointer(parentIndex: Int, parentId: Any, n: Int): ChildBulkDataPointer
- Definition Classes
- SameIdBulkData → 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
- SameIdBulkData → 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