Package com.twicedb.gen
Record Class TwiceDBClasses
java.lang.Object
java.lang.Record
com.twicedb.gen.TwiceDBClasses
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
-
Constructor Summary
-
Method Summary
-
Field Details
-
AGGREGATION_RESPONSE_NAME
- See Also:
-
BATCH_SIZE_NAME
- See Also:
-
CLIENT_BASE_NAME
- See Also:
-
EVENT_BASE_NAME
- See Also:
-
EVENT_ID_BASE_NAME
- See Also:
-
FQN_NAME
- See Also:
-
GENERATED_ILLEGAL_ACCESS_EXCEPTION_NAME
- See Also:
-
GENERATED_MISSING_OBJECT_ID_EXCEPTION_NAME
- See Also:
-
GENERATED_NO_SUCH_FIELD_EXCEPTION_NAME
- See Also:
-
GET_TYPE_TOKEN_NAME
- See Also:
-
INDEXABLE_BASE_NAME
- See Also:
-
INDEXABLE_I_BASE_NAME
- See Also:
-
INDEXED_QUERY_NAME
- See Also:
-
OBJECT_ID_BASE_NAME
- See Also:
-
OBJECT_REGISTRY_NAME
- See Also:
-
PERCENTILE_NAME
- See Also:
-
PROJECTED_FIELD_KEY_NAME
- See Also:
-
PROJECTED_FIELD_VALUE_NAME
- See Also:
-
PROJECT_OP_BASE
- See Also:
-
PROVIDED_FQN_NAME
- See Also:
-
PROVIDES_FQN_CLASS_NAME
-
REF_RESOLVER_BASE_NAME
- See Also:
-
RESOLVED_REFS_NAME
- See Also:
-
TEMPORAL_COORDINATES_NAME
- See Also:
-
TIMESLICE_ID_NAME
- See Also:
-
TT_NAME
- See Also:
-
TWICEDB_EVENT_NAME
- See Also:
-
TWICEDB_OBJECT_NAME
- See Also:
-
TWICEDB_REF_NAME
- See Also:
-
TYPE_TOKEN_NAME
- See Also:
-
VT_NAME
- See Also:
-
-
Constructor Details
-
TwiceDBClasses
public TwiceDBClasses()Creates an instance of aTwiceDBClasses
record class.
-
-
Method Details
-
toString
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components. -
hashCode
public final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components. -
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal.
-