Package tech.ydb.yoj.repository
Interface DbTypeQualifier
public interface DbTypeQualifier
Common database type qualifiers that can be used with any
Repository
implementation.-
Field Details
-
SECONDS
Timestamp is represented as epoch in seconds.- See Also:
-
MILLISECONDS
Timestamp is represented as epoch in milliseconds.- See Also:
-
ENUM_NAME
Serialize enum using name()- See Also:
-
ENUM_TO_STRING
Serialize enum using toString()- See Also:
-