Companion

object Companion : IntEntityClass<FactionInvite>

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<FactionInvite>
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<FactionInvite>
fun find(op: Op<Boolean>): SizedIterable<FactionInvite>
Link copied to clipboard
open fun findById(id: EntityID<Int>): FactionInvite?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun findWithCacheCondition(cacheCheckCondition: FactionInvite.() -> Boolean, op: SqlExpressionBuilder.() -> Op<Boolean>): Sequence<FactionInvite>
Link copied to clipboard
open fun forEntityIds(ids: List<EntityID<Int>>): SizedIterable<FactionInvite>
Link copied to clipboard
fun forIds(ids: List<Int>): SizedIterable<FactionInvite>
Link copied to clipboard
operator fun get(id: Int): FactionInvite
operator fun get(id: EntityID<Int>): FactionInvite
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: FactionInvite.() -> Unit): FactionInvite
open fun new(id: Int?, init: FactionInvite.() -> Unit): FactionInvite
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, FactionInvite>
infix fun <REF : Any> optionalReferencedOn(column: Column<REF?>): OptionalReference<REF, Int, FactionInvite>
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, FactionInvite>
infix fun <REF : Any> referencedOn(column: Column<REF>): Reference<REF, Int, FactionInvite>
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): FactionInvite?
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: FactionInvite.() -> Boolean): Sequence<FactionInvite>
fun testCache(id: EntityID<Int>): FactionInvite?
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<FactionInvite>
Link copied to clipboard
fun <SID : Any> warmUpLinkedReferences(references: List<EntityID<SID>>, linkTable: Table, forUpdate: Boolean?, optimizedLoad: Boolean): List<FactionInvite>
Link copied to clipboard
fun <SID> warmUpOptReferences(references: List<SID>, refColumn: Column<SID?>, forUpdate: Boolean?): List<FactionInvite>
Link copied to clipboard
fun <SID> warmUpReferences(references: List<SID>, refColumn: Column<SID>, forUpdate: Boolean?): List<FactionInvite>
Link copied to clipboard
fun wrap(id: EntityID<Int>, row: ResultRow?): FactionInvite
Link copied to clipboard
fun wrapRow(row: ResultRow): FactionInvite
fun wrapRow(row: ResultRow, alias: Alias<IdTable<*>>): FactionInvite
fun wrapRow(row: ResultRow, alias: QueryAlias): FactionInvite
Link copied to clipboard
fun wrapRows(rows: SizedIterable<ResultRow>): SizedIterable<FactionInvite>
fun wrapRows(rows: SizedIterable<ResultRow>, alias: Alias<IdTable<*>>): SizedIterable<FactionInvite>
fun wrapRows(rows: SizedIterable<ResultRow>, alias: QueryAlias): SizedIterable<FactionInvite>