PlayerItem

public final class PlayerItem extends IntEntity

Constructors

Link copied to clipboard
public PlayerItem PlayerItem(EntityID<Integer> id)

Types

Link copied to clipboard
public class Companion extends IntEntityClass<PlayerItem>

Properties

Link copied to clipboard
private ResultRow _readValues
Link copied to clipboard
public final static PlayerItem.Companion Companion
Link copied to clipboard
private final Database db
Link copied to clipboard
private final EntityID<Integer> id
Link copied to clipboard
private ExposedBlob item
Link copied to clipboard
private final EntityClass<Integer, Entity<Integer>> klass
Link copied to clipboard
private final ResultRow readValues
Link copied to clipboard
private UUID uuid
Link copied to clipboard
private final LinkedHashMap<Column<Object>, Object> writeValues

Functions

Link copied to clipboard
public Unit delete()
Link copied to clipboard
public Boolean flush(EntityBatchUpdate batch)
Link copied to clipboard
public final ResultRow get_readValues()
Link copied to clipboard
public final Database getDb()
Link copied to clipboard
public final EntityID<Integer> getId()
Link copied to clipboard
public final ExposedBlob getItem()
Link copied to clipboard
public final List<ItemStack> getItemStacks()
Link copied to clipboard
public final EntityClass<Integer, Entity<Integer>> getKlass()
Link copied to clipboard
public final ResultRow getReadValues()
Link copied to clipboard
public final UUID getUuid()
Link copied to clipboard
public final Wrapped getValue<Unwrapped extends Any, Wrapped extends Any>(EntityFieldWithTransform<Unwrapped, Wrapped> $self, Entity<Integer> o, KProperty<?> desc)
public final T getValue<REF extends Any, RID extends Any, T extends Entity<RID>>(OptionalReference<REF, RID, T> $self, Entity<Integer> o, KProperty<?> desc)
public final T getValue<REF extends Any, RID extends Any, T extends Entity<RID>>(Reference<REF, RID, T> $self, Entity<Integer> o, KProperty<?> desc)
public final T getValue<T extends Any>(Column<T> $self, Entity<Integer> o, KProperty<?> desc)
public final T getValue<T extends Any>(CompositeColumn<T> $self, Entity<Integer> o, KProperty<?> desc)
Link copied to clipboard
public final LinkedHashMap<Column<Object>, Object> getWriteValues()
Link copied to clipboard
public final T lookup<T extends Any>(Column<T> $self)
Link copied to clipboard
public final R lookupInReadValues<T extends Any, R extends Any>(Column<T> $self, Function1<T, R> found, Function0<R> notFound)
Link copied to clipboard
public Unit refresh(Boolean flush)
Link copied to clipboard
public final Unit set_readValues(ResultRow _readValues)
Link copied to clipboard
public final Unit setItem(ExposedBlob item)
Link copied to clipboard
public final Unit setUuid(UUID uuid)
Link copied to clipboard
public final Unit setValue<Unwrapped extends Any, Wrapped extends Any>(EntityFieldWithTransform<Unwrapped, Wrapped> $self, Entity<Integer> o, KProperty<?> desc, Wrapped value)
public final Unit setValue<REF extends Any, RID extends Any, T extends Entity<RID>>(OptionalReference<REF, RID, T> $self, Entity<Integer> o, KProperty<?> desc, T value)
public final Unit setValue<REF extends Any, RID extends Any, T extends Entity<RID>>(Reference<REF, RID, T> $self, Entity<Integer> o, KProperty<?> desc, T value)
public final Unit setValue<T extends Any>(Column<T> $self, Entity<Integer> o, KProperty<?> desc, T value)
public final Unit setValue<T extends Any>(CompositeColumn<T> $self, Entity<Integer> o, KProperty<?> desc, T value)
Link copied to clipboard
public final Unit storeWrittenValues()
Link copied to clipboard
public final InnerTableLink<Integer, Entity<Integer>, TID, Target> via<TID extends Any, Target extends Entity<TID>>(EntityClass<TID, Target> $self, Table table)
public final InnerTableLink<Integer, Entity<Integer>, TID, Target> via<TID extends Any, Target extends Entity<TID>>(EntityClass<TID, Target> $self, Column<EntityID<Integer>> sourceColumn, Column<EntityID<TID>> targetColumn)