Companion

object Companion : IntEntityClass<ZoneCluster>

Properties

Link copied to clipboard
open val dependsOnColumns: List<Column<out Any?>>
Link copied to clipboard
open val dependsOnTables: ColumnSet
Link copied to clipboard
val table: IdTable<Int>

Functions

Link copied to clipboard
open fun all(): SizedIterable<ZoneCluster>
Link copied to clipboard
infix fun <TargetID : Any, Target : Entity<TargetID>> EntityClass<TargetID, Target>.backReferencedOn(table: IdTable<*>): ReadOnlyProperty<Entity<Int>, Target>
infix fun <TargetID : Any, Target : Entity<TargetID>, REF : Any> EntityClass<TargetID, Target>.backReferencedOn(column: Column<REF?>): ReadOnlyProperty<Entity<Int>, Target>
infix fun <TargetID : Any, Target : Entity<TargetID>, REF : Any> EntityClass<TargetID, Target>.backReferencedOn(column: Column<REF>): ReadOnlyProperty<Entity<Int>, Target>
Link copied to clipboard
infix fun <TargetID : Any, Target : Entity<TargetID>> EntityClass<TargetID, Target>.backReferencedOn(table: IdTable<*>): ReadOnlyProperty<Entity<Int>, Target>
infix fun <TargetID : Any, Target : Entity<TargetID>, REF : Any> EntityClass<TargetID, Target>.backReferencedOn(column: Column<REF?>): ReadOnlyProperty<Entity<Int>, Target>
infix fun <TargetID : Any, Target : Entity<TargetID>, REF : Any> EntityClass<TargetID, Target>.backReferencedOn(column: Column<REF>): ReadOnlyProperty<Entity<Int>, Target>
Link copied to clipboard
fun count(op: Op<Boolean>?): Long
Link copied to clipboard
fun find(op: SqlExpressionBuilder.() -> Op<Boolean>): SizedIterable<ZoneCluster>
fun find(op: Op<Boolean>): SizedIterable<ZoneCluster>
Link copied to clipboard
open fun findById(id: EntityID<Int>): ZoneCluster?
Link copied to clipboard
fun findByIdAndUpdate(id: Int, block: (it: ZoneCluster) -> Unit): ZoneCluster?
Link copied to clipboard
fun findSingleByAndUpdate(op: Op<Boolean>, block: (it: ZoneCluster) -> Unit): ZoneCluster?
Link copied to clipboard
fun findWithCacheCondition(cacheCheckCondition: ZoneCluster.() -> Boolean, op: SqlExpressionBuilder.() -> Op<Boolean>): Sequence<ZoneCluster>
Link copied to clipboard
open fun forEntityIds(ids: List<EntityID<Int>>): SizedIterable<ZoneCluster>
Link copied to clipboard
fun forIds(ids: List<Int>): SizedIterable<ZoneCluster>
Link copied to clipboard
operator fun get(id: Int): ZoneCluster
operator fun get(id: EntityID<Int>): ZoneCluster
Link copied to clipboard
fun <ID : Any, T : Entity<ID>> isAssignableTo(entityClass: EntityClass<ID, T>): Boolean
Link copied to clipboard
fun <Unwrapped, Wrapped> Column<Unwrapped>.memoizedTransform(transformer: ColumnTransformer<Unwrapped, Wrapped>): EntityFieldWithTransform<Unwrapped, Wrapped>
fun <TColumn, Unwrapped, Wrapped> EntityFieldWithTransform<TColumn, Unwrapped>.memoizedTransform(unwrap: (Wrapped) -> Unwrapped, wrap: (Unwrapped) -> Wrapped): EntityFieldWithTransform<TColumn, Wrapped>
fun <Unwrapped, Wrapped> Column<Unwrapped>.memoizedTransform(unwrap: (Wrapped) -> Unwrapped, wrap: (Unwrapped) -> Wrapped): EntityFieldWithTransform<Unwrapped, Wrapped>
Link copied to clipboard
open fun new(init: ZoneCluster.() -> Unit): ZoneCluster
open fun new(id: Int?, init: ZoneCluster.() -> Unit): ZoneCluster
Link copied to clipboard
infix fun <TargetID : Any, Target : Entity<TargetID>> EntityClass<TargetID, Target>.optionalBackReferencedOn(table: IdTable<*>): OptionalBackReference<TargetID, Target, Int, Entity<Int>, Any>
infix fun <TargetID : Any, Target : Entity<TargetID>, REF : Any> EntityClass<TargetID, Target>.optionalBackReferencedOn(column: Column<REF?>): OptionalBackReference<TargetID, Target, Int, Entity<Int>, REF>
infix fun <TargetID : Any, Target : Entity<TargetID>, REF : Any> EntityClass<TargetID, Target>.optionalBackReferencedOn(column: Column<REF>): OptionalBackReference<TargetID, Target, Int, Entity<Int>, REF>
Link copied to clipboard
infix fun <TargetID : Any, Target : Entity<TargetID>> EntityClass<TargetID, Target>.optionalBackReferencedOn(table: IdTable<*>): OptionalBackReference<TargetID, Target, Int, Entity<Int>, Any>
infix fun <TargetID : Any, Target : Entity<TargetID>, REF : Any> EntityClass<TargetID, Target>.optionalBackReferencedOn(column: Column<REF?>): OptionalBackReference<TargetID, Target, Int, Entity<Int>, REF>
infix fun <TargetID : Any, Target : Entity<TargetID>, REF : Any> EntityClass<TargetID, Target>.optionalBackReferencedOn(column: Column<REF>): OptionalBackReference<TargetID, Target, Int, Entity<Int>, REF>
Link copied to clipboard
infix fun optionalReferencedOn(table: IdTable<*>): OptionalReference<Any, Int, ZoneCluster>
infix fun <REF : Any> optionalReferencedOn(column: Column<REF?>): OptionalReference<REF, Int, ZoneCluster>
Link copied to clipboard
infix fun <TargetID : Any, Target : Entity<TargetID>> EntityClass<TargetID, Target>.optionalReferrersOn(table: IdTable<*>): Referrers<Int, Entity<Int>, TargetID, Target, Any?>
infix fun <TargetID : Any, Target : Entity<TargetID>, REF : Any> EntityClass<TargetID, Target>.optionalReferrersOn(column: Column<REF?>): Referrers<Int, Entity<Int>, TargetID, Target, REF?>
fun <TargetID : Any, Target : Entity<TargetID>> EntityClass<TargetID, Target>.optionalReferrersOn(table: IdTable<*>, cache: Boolean): Referrers<Int, Entity<Int>, TargetID, Target, Any?>
fun <TargetID : Any, Target : Entity<TargetID>, REF : Any> EntityClass<TargetID, Target>.optionalReferrersOn(column: Column<REF?>, cache: Boolean): Referrers<Int, Entity<Int>, TargetID, Target, REF?>
Link copied to clipboard
infix fun <TargetID : Any, Target : Entity<TargetID>> EntityClass<TargetID, Target>.optionalReferrersOn(table: IdTable<*>): Referrers<Int, Entity<Int>, TargetID, Target, Any?>
infix fun <TargetID : Any, Target : Entity<TargetID>, REF : Any> EntityClass<TargetID, Target>.optionalReferrersOn(column: Column<REF?>): Referrers<Int, Entity<Int>, TargetID, Target, REF?>
fun <TargetID : Any, Target : Entity<TargetID>> EntityClass<TargetID, Target>.optionalReferrersOn(table: IdTable<*>, cache: Boolean): Referrers<Int, Entity<Int>, TargetID, Target, Any?>
fun <TargetID : Any, Target : Entity<TargetID>, REF : Any> EntityClass<TargetID, Target>.optionalReferrersOn(column: Column<REF?>, cache: Boolean): Referrers<Int, Entity<Int>, TargetID, Target, REF?>
Link copied to clipboard
infix fun referencedOn(table: IdTable<*>): Reference<Any, Int, ZoneCluster>
infix fun <REF : Any> referencedOn(column: Column<REF>): Reference<REF, Int, ZoneCluster>
Link copied to clipboard
infix fun <TargetID : Any, Target : Entity<TargetID>> EntityClass<TargetID, Target>.referrersOn(table: IdTable<*>): Referrers<Int, Entity<Int>, TargetID, Target, Any>
infix fun <TargetID : Any, Target : Entity<TargetID>, REF : Any> EntityClass<TargetID, Target>.referrersOn(column: Column<REF>): Referrers<Int, Entity<Int>, TargetID, Target, REF>
fun <TargetID : Any, Target : Entity<TargetID>> EntityClass<TargetID, Target>.referrersOn(table: IdTable<*>, cache: Boolean): Referrers<Int, Entity<Int>, TargetID, Target, Any>
fun <TargetID : Any, Target : Entity<TargetID>, REF : Any> EntityClass<TargetID, Target>.referrersOn(column: Column<REF>, cache: Boolean): Referrers<Int, Entity<Int>, TargetID, Target, REF>
Link copied to clipboard
infix fun <TargetID : Any, Target : Entity<TargetID>> EntityClass<TargetID, Target>.referrersOn(table: IdTable<*>): Referrers<Int, Entity<Int>, TargetID, Target, Any>
infix fun <TargetID : Any, Target : Entity<TargetID>, REF : Any> EntityClass<TargetID, Target>.referrersOn(column: Column<REF>): Referrers<Int, Entity<Int>, TargetID, Target, REF>
fun <TargetID : Any, Target : Entity<TargetID>> EntityClass<TargetID, Target>.referrersOn(table: IdTable<*>, cache: Boolean): Referrers<Int, Entity<Int>, TargetID, Target, Any>
fun <TargetID : Any, Target : Entity<TargetID>, REF : Any> EntityClass<TargetID, Target>.referrersOn(column: Column<REF>, cache: Boolean): Referrers<Int, Entity<Int>, TargetID, Target, REF>
Link copied to clipboard
fun reload(entity: Entity<Int>, flush: Boolean): ZoneCluster?
Link copied to clipboard
fun removeFromCache(entity: Entity<Int>)
Link copied to clipboard
open fun searchQuery(op: Op<Boolean>): Query
Link copied to clipboard
fun testCache(cacheCheckCondition: ZoneCluster.() -> Boolean): Sequence<ZoneCluster>
fun testCache(id: EntityID<Int>): ZoneCluster?
Link copied to clipboard
fun <Unwrapped, Wrapped> Column<Unwrapped>.transform(transformer: ColumnTransformer<Unwrapped, Wrapped>): EntityFieldWithTransform<Unwrapped, Wrapped>
fun <TColumn, Unwrapped, Wrapped> EntityFieldWithTransform<TColumn, Unwrapped>.transform(unwrap: (Wrapped) -> Unwrapped, wrap: (Unwrapped) -> Wrapped): EntityFieldWithTransform<TColumn, Wrapped>
fun <Unwrapped, Wrapped> Column<Unwrapped>.transform(unwrap: (Wrapped) -> Unwrapped, wrap: (Unwrapped) -> Wrapped): EntityFieldWithTransform<Unwrapped, Wrapped>
Link copied to clipboard
inline fun view(op: SqlExpressionBuilder.() -> Op<Boolean>): View<ZoneCluster>
Link copied to clipboard
fun <SID : Any> warmUpLinkedReferences(references: List<EntityID<SID>>, linkTable: Table, forUpdate: Boolean?, optimizedLoad: Boolean): List<ZoneCluster>
Link copied to clipboard
fun <SID> warmUpOptReferences(references: List<SID>, refColumn: Column<SID?>, forUpdate: Boolean?): List<ZoneCluster>
Link copied to clipboard
fun <SID> warmUpReferences(references: List<SID>, refColumn: Column<SID>, forUpdate: Boolean?): List<ZoneCluster>
Link copied to clipboard
fun wrap(id: EntityID<Int>, row: ResultRow?): ZoneCluster
Link copied to clipboard
fun wrapRow(row: ResultRow): ZoneCluster
fun wrapRow(row: ResultRow, alias: Alias<IdTable<*>>): ZoneCluster
fun wrapRow(row: ResultRow, alias: QueryAlias): ZoneCluster
Link copied to clipboard
fun wrapRows(rows: SizedIterable<ResultRow>): SizedIterable<ZoneCluster>
fun wrapRows(rows: SizedIterable<ResultRow>, alias: Alias<IdTable<*>>): SizedIterable<ZoneCluster>
fun wrapRows(rows: SizedIterable<ResultRow>, alias: QueryAlias): SizedIterable<ZoneCluster>