Searched refs:NAME_SEPARATOR (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/persist/impl/
H A DStore.java71 public static final String NAME_SEPARATOR = "#"; field in class:Store
72 private static final String NAME_PREFIX = "persist" + NAME_SEPARATOR;
129 storePrefix = NAME_PREFIX + storeName + NAME_SEPARATOR;
1058 return entityClsName + NAME_SEPARATOR + keyName;
1087 String[] splitName = wholeName.split(NAME_SEPARATOR);

Completed in 115 milliseconds