JoinTableSyncBatchItem

The JoinTableSyncBatchItem class is designed to manage data used in batch queries, specifically those that operate on join tables

Author

N7ghtm4r3 - Tecknobit

Since

1.0.8

Parameters

<O>

The type of the owner entity

<D>

The type of the owned entity

Constructors

Link copied to clipboard
constructor(owner: O, owned: D)
Method used to initialize the object

Properties

Link copied to clipboard
protected val owned: D
owned the owned entity in the relationship
Link copied to clipboard
protected val owner: O
owner the owner entity in the relationship

Functions

Link copied to clipboard
open fun equals(o: Any): Boolean
Link copied to clipboard
open fun getOwned(): D
Method used to get the owned
Link copied to clipboard
open fun getOwner(): O
Method used to get the owner
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
@NotNull
open fun mappedValues(): @NotNull List<out Any>
Method used to customize the instances of the complex object are to use in the synchronization