Interface CreationMixin<T extends org.nustaq.reallive.records.RecordWrapper>

All Superinterfaces:
org.nustaq.reallive.query.EvalContext, org.nustaq.reallive.api.Record, Serializable
All Known Implementing Classes:
CommentHistoryRecord, CommentRecord, RegistrationRecord, UserRecord

public interface CreationMixin<T extends org.nustaq.reallive.records.RecordWrapper> extends org.nustaq.reallive.api.Record
  • Field Summary

    Fields inherited from interface org.nustaq.reallive.api.Record

    _NULL_
  • Method Summary

    Modifier and Type
    Method
    Description
    default T
    creation(long creation)
     
    default long
     

    Methods inherited from interface org.nustaq.reallive.query.EvalContext

    get

    Methods inherited from interface org.nustaq.reallive.api.Record

    _afterLoad, asDouble, asList, asLoggingString, asLong, asMap, asSet, containsKey, deepCopy, deepMerge, defaultEquals, getArr, getAsList, getBool, getDouble, getFields, getFieldSet, getInt, getKey, getKeyVals, getLastModified, getLong, getRec, getRecord, getSafeString, getSequence, getString, getValue, haveRec, internal_incSequence, internal_put, internal_setLastModified, internal_updateLastModified, join, key, mget, mgetNum, mgetString, omit, omitRecursivelyInPlace, put, putTransforming, reduced, replaceValues, shallowCopy, stripOps, toJson, toPrettyString, transformCopy, validateForJsonability
  • Method Details

    • getCreation

      default long getCreation()
    • creation

      default T creation(long creation)