public interface PersistenceMetaIdentifiers
| Modifier and Type | Method and Description |
|---|---|
static one.microstream.collections.EqHashTable<String,Supplier<?>> |
defineConstantSuppliers() |
static String |
normalizeIdentifier(String s)
Identifiers cannot have whitespaces at the end or the beginning.
|
static String normalizeIdentifier(String s)
null,
this method takes very little time and does not allocate any new instances. Only
the problematic case is any mentionable effort.s - the raw string to be normalized.null.Copyright © 2022 MicroStream Software. All rights reserved.