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

All Superinterfaces:
org.nustaq.reallive.query.EvalContext, org.nustaq.reallive.api.Record, java.io.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
  • Method Summary

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

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

    get

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

    arr, asMap, asString, copied, getBool, getDouble, getFields, getInt, getKey, getKeyVals, getLastModified, getLong, getRec, getSafeString, getSequence, getString, getValue, internal_incSequence, internal_setLastModified, internal_updateLastModified, key, merge, put, rec, recarr, reduced
  • Method Details