Interface PersistenceTypeDictionaryEntry
- 
- All Superinterfaces:
 PersistenceTypeDescription,PersistenceTypeIdentity,PersistenceTypeIdOwner
- All Known Implementing Classes:
 PersistenceTypeDictionaryEntry.Abstract,PersistenceTypeDictionaryParser.TypeEntry
public interface PersistenceTypeDictionaryEntry extends PersistenceTypeDescription
Data that ties aPersistenceTypeDescriptionto a biunique type id, aka aPersistenceTypeIdentity. 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classPersistenceTypeDictionaryEntry.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()longtypeId()StringtypeName()- 
Methods inherited from interface one.microstream.persistence.types.PersistenceTypeDescription
allMembers, instancePrimitiveMembers, instanceReferenceMembers, toTypeIdentifier 
 - 
 
 - 
 
- 
- 
Method Detail
- 
typeId
long typeId()
- Specified by:
 typeIdin interfacePersistenceTypeIdentity- Specified by:
 typeIdin interfacePersistenceTypeIdOwner
 
- 
typeName
String typeName()
- Specified by:
 typeNamein interfacePersistenceTypeDescription- Specified by:
 typeNamein interfacePersistenceTypeIdentity
 
- 
instanceMembers
XGettingSequence<? extends PersistenceTypeDescriptionMember> instanceMembers()
- Specified by:
 instanceMembersin interfacePersistenceTypeDescription
 
 - 
 
 -