Companion

public class Companion extends IntEntityClass<SendBackLog>

Properties

Link copied to clipboard
private final List<Column<? extends Object>> dependsOnColumns
Link copied to clipboard
private final ColumnSet dependsOnTables
Link copied to clipboard
public final static SendBackLog.Companion INSTANCE
Link copied to clipboard
private final IdTable<Integer> table

Functions

Link copied to clipboard
public SizedIterable<SendBackLog> all()
Link copied to clipboard
public final ReadOnlyProperty<Entity<Integer>, Target> backReferencedOn<TargetID extends Any, Target extends Entity<TargetID>>(EntityClass<TargetID, Target> $self, IdTable<?> table)
public final ReadOnlyProperty<Entity<Integer>, Target> backReferencedOn<TargetID extends Any, Target extends Entity<TargetID>, REF extends Any>(EntityClass<TargetID, Target> $self, Column<REF> column)
Link copied to clipboard
public final ReadOnlyProperty<Entity<Integer>, Target> backReferencedOnOpt<TargetID extends Any, Target extends Entity<TargetID>, REF extends Any>(EntityClass<TargetID, Target> $self, Column<REF> column)
Link copied to clipboard
public final Long count(Op<Boolean> op)
Link copied to clipboard
public final SizedIterable<SendBackLog> find(Function1<SqlExpressionBuilder, Op<Boolean>> op)
public final SizedIterable<SendBackLog> find(Op<Boolean> op)
Link copied to clipboard
public final SendBackLog findById(Integer id)
public SendBackLog findById(EntityID<Integer> id)
Link copied to clipboard
public final SendBackLog findByIdAndUpdate(Integer id, Function1<SendBackLog, Unit> block)
Link copied to clipboard
public final SendBackLog findSingleByAndUpdate(Op<Boolean> op, Function1<SendBackLog, Unit> block)
Link copied to clipboard
public final Sequence<SendBackLog> findWithCacheCondition(Function1<SendBackLog, Boolean> cacheCheckCondition, Function1<SqlExpressionBuilder, Op<Boolean>> op)
Link copied to clipboard
public SizedIterable<SendBackLog> forEntityIds(List<EntityID<Integer>> ids)
Link copied to clipboard
public final SizedIterable<SendBackLog> forIds(List<Integer> ids)
Link copied to clipboard
public final SendBackLog get(Integer id)
public final SendBackLog get(EntityID<Integer> id)
Link copied to clipboard
public List<Column<? extends Object>> getDependsOnColumns()
Link copied to clipboard
public ColumnSet getDependsOnTables()
Link copied to clipboard
public final IdTable<Integer> getTable()
Link copied to clipboard
public final Boolean isAssignableTo<ID extends Any, T extends Entity<ID>>(EntityClass<ID, T> entityClass)
Link copied to clipboard
public final EntityFieldWithTransform<Unwrapped, Wrapped> memoizedTransform<Unwrapped extends Any, Wrapped extends Any>(Column<Unwrapped> $self, ColumnTransformer<Unwrapped, Wrapped> transformer)
public final EntityFieldWithTransform<TColumn, Wrapped> memoizedTransform<TColumn extends Any, Unwrapped extends Any, Wrapped extends Any>(EntityFieldWithTransform<TColumn, Unwrapped> $self, Function1<Wrapped, Unwrapped> unwrap, Function1<Unwrapped, Wrapped> wrap)
public final EntityFieldWithTransform<Unwrapped, Wrapped> memoizedTransform<Unwrapped extends Any, Wrapped extends Any>(Column<Unwrapped> $self, Function1<Wrapped, Unwrapped> unwrap, Function1<Unwrapped, Wrapped> wrap)
Link copied to clipboard
public SendBackLog new(Function1<SendBackLog, Unit> init)
public SendBackLog new(Integer id, Function1<SendBackLog, Unit> init)
Link copied to clipboard
public final OptionalBackReference<TargetID, Target, Integer, Entity<Integer>, Object> optionalBackReferencedOn<TargetID extends Any, Target extends Entity<TargetID>>(EntityClass<TargetID, Target> $self, IdTable<?> table)
public final OptionalBackReference<TargetID, Target, Integer, Entity<Integer>, REF> optionalBackReferencedOn<TargetID extends Any, Target extends Entity<TargetID>, REF extends Any>(EntityClass<TargetID, Target> $self, Column<REF> column)
Link copied to clipboard
public final OptionalBackReference<TargetID, Target, Integer, Entity<Integer>, REF> optionalBackReferencedOnOpt<TargetID extends Any, Target extends Entity<TargetID>, REF extends Any>(EntityClass<TargetID, Target> $self, Column<REF> column)
Link copied to clipboard
public final OptionalReference<Object, Integer, SendBackLog> optionalReferencedOn(IdTable<?> table)
public final OptionalReference<REF, Integer, SendBackLog> optionalReferencedOn<REF extends Any>(Column<REF> column)
Link copied to clipboard
public final Referrers<Integer, Entity<Integer>, TargetID, Target, Object> optionalReferrersOn<TargetID extends Any, Target extends Entity<TargetID>>(EntityClass<TargetID, Target> $self, IdTable<?> table)
public final Referrers<Integer, Entity<Integer>, TargetID, Target, REF> optionalReferrersOn<TargetID extends Any, Target extends Entity<TargetID>, REF extends Any>(EntityClass<TargetID, Target> $self, Column<REF> column)
public final Referrers<Integer, Entity<Integer>, TargetID, Target, Object> optionalReferrersOn<TargetID extends Any, Target extends Entity<TargetID>>(EntityClass<TargetID, Target> $self, IdTable<?> table, Boolean cache)
public final Referrers<Integer, Entity<Integer>, TargetID, Target, REF> optionalReferrersOn<TargetID extends Any, Target extends Entity<TargetID>, REF extends Any>(EntityClass<TargetID, Target> $self, Column<REF> column, Boolean cache)
Link copied to clipboard
public final Reference<Object, Integer, SendBackLog> referencedOn(IdTable<?> table)
public final Reference<REF, Integer, SendBackLog> referencedOn<REF extends Any>(Column<REF> column)
Link copied to clipboard
public final Referrers<Integer, Entity<Integer>, TargetID, Target, Object> referrersOn<TargetID extends Any, Target extends Entity<TargetID>>(EntityClass<TargetID, Target> $self, IdTable<?> table)
public final Referrers<Integer, Entity<Integer>, TargetID, Target, REF> referrersOn<TargetID extends Any, Target extends Entity<TargetID>, REF extends Any>(EntityClass<TargetID, Target> $self, Column<REF> column)
public final Referrers<Integer, Entity<Integer>, TargetID, Target, Object> referrersOn<TargetID extends Any, Target extends Entity<TargetID>>(EntityClass<TargetID, Target> $self, IdTable<?> table, Boolean cache)
public final Referrers<Integer, Entity<Integer>, TargetID, Target, REF> referrersOn<TargetID extends Any, Target extends Entity<TargetID>, REF extends Any>(EntityClass<TargetID, Target> $self, Column<REF> column, Boolean cache)
Link copied to clipboard
public final SendBackLog reload(Entity<Integer> entity, Boolean flush)
Link copied to clipboard
public final Unit removeFromCache(Entity<Integer> entity)
Link copied to clipboard
public Query searchQuery(Op<Boolean> op)
Link copied to clipboard
public final Sequence<SendBackLog> testCache(Function1<SendBackLog, Boolean> cacheCheckCondition)
public final SendBackLog testCache(EntityID<Integer> id)
Link copied to clipboard
public final EntityFieldWithTransform<Unwrapped, Wrapped> transform<Unwrapped extends Any, Wrapped extends Any>(Column<Unwrapped> $self, ColumnTransformer<Unwrapped, Wrapped> transformer)
public final EntityFieldWithTransform<TColumn, Wrapped> transform<TColumn extends Any, Unwrapped extends Any, Wrapped extends Any>(EntityFieldWithTransform<TColumn, Unwrapped> $self, Function1<Wrapped, Unwrapped> unwrap, Function1<Unwrapped, Wrapped> wrap)
public final EntityFieldWithTransform<Unwrapped, Wrapped> transform<Unwrapped extends Any, Wrapped extends Any>(Column<Unwrapped> $self, Function1<Wrapped, Unwrapped> unwrap, Function1<Unwrapped, Wrapped> wrap)
Link copied to clipboard
public final View<SendBackLog> view(Function1<SqlExpressionBuilder, Op<Boolean>> op)
Link copied to clipboard
public final List<SendBackLog> warmUpLinkedReferences<SID extends Any>(List<EntityID<SID>> references, Table linkTable, Boolean forUpdate, Boolean optimizedLoad)
Link copied to clipboard
public final List<SendBackLog> warmUpOptReferences<SID extends Any>(List<SID> references, Column<SID> refColumn, Boolean forUpdate)
Link copied to clipboard
public final List<SendBackLog> warmUpReferences<SID extends Any>(List<SID> references, Column<SID> refColumn, Boolean forUpdate)
Link copied to clipboard
public final SendBackLog wrap(EntityID<Integer> id, ResultRow row)
Link copied to clipboard
public final SendBackLog wrapRow(ResultRow row)
public final SendBackLog wrapRow(ResultRow row, Alias<IdTable<?>> alias)
public final SendBackLog wrapRow(ResultRow row, QueryAlias alias)
Link copied to clipboard
public final SizedIterable<SendBackLog> wrapRows(SizedIterable<ResultRow> rows)
public final SizedIterable<SendBackLog> wrapRows(SizedIterable<ResultRow> rows, Alias<IdTable<?>> alias)
public final SizedIterable<SendBackLog> wrapRows(SizedIterable<ResultRow> rows, QueryAlias alias)