Interface PersistenceTypeDictionaryEntry
-
- All Superinterfaces:
PersistenceTypeDescription
,PersistenceTypeIdentity
,PersistenceTypeIdOwner
- All Known Implementing Classes:
PersistenceTypeDictionaryEntry.Abstract
,PersistenceTypeDictionaryParser.TypeEntry
public interface PersistenceTypeDictionaryEntry extends PersistenceTypeDescription
Data that ties aPersistenceTypeDescription
to a biunique type id, aka aPersistenceTypeIdentity
.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
PersistenceTypeDictionaryEntry.Abstract
-
Nested classes/interfaces inherited from interface one.microstream.persistence.types.PersistenceTypeDescription
PersistenceTypeDescription.Identity
-
-
Method Summary
Modifier and Type Method Description XGettingSequence<? extends PersistenceTypeDescriptionMember>
instanceMembers()
long
typeId()
String
typeName()
-
Methods inherited from interface one.microstream.persistence.types.PersistenceTypeDescription
allMembers, instancePrimitiveMembers, instanceReferenceMembers, toTypeIdentifier
-
-
-
-
Method Detail
-
typeId
long typeId()
- Specified by:
typeId
in interfacePersistenceTypeIdentity
- Specified by:
typeId
in interfacePersistenceTypeIdOwner
-
typeName
String typeName()
- Specified by:
typeName
in interfacePersistenceTypeDescription
- Specified by:
typeName
in interfacePersistenceTypeIdentity
-
instanceMembers
XGettingSequence<? extends PersistenceTypeDescriptionMember> instanceMembers()
- Specified by:
instanceMembers
in interfacePersistenceTypeDescription
-
-