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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/model/
H A DEntityModel.java174 Format format = catalog.getLatestVersion(className);
200 Format format = catalog.getLatestVersion(className);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/impl/
H A DEvolver.java237 oldFormat.getLatestVersion().getEntityFormat() != null;
250 if (oldFormat.getLatestVersion().isNew()) {
255 Format latest = oldFormat.getLatestVersion().getEntityFormat();
311 Format latest = compFormat.getLatestVersion();
350 if (oldFormat != oldFormat.getLatestVersion() &&
353 Format oldLatestFormat = oldFormat.getLatestVersion();
355 if (oldLatestFormat == oldLatestFormat.getLatestVersion()) {
373 newFormat == oldFormat.getLatestVersion()) {
705 Format oldLatestFormat = oldFieldFormat.getLatestVersion();
H A DObjectArrayFormat.java80 useComponentFormat = componentFormat.getLatestVersion();
190 Format latest = componentFormat.getLatestVersion();
H A DProxiedFormat.java153 Format newProxyFormat = proxyFormat.getLatestVersion();
H A DComplexFormat.java153 * Returns getLatestVersion cast to ComplexFormat. It is guaranteed that
157 return (ComplexFormat) getLatestVersion();
370 entityFormat.getLatestVersion().getEntityMetadata();
388 (format.getLatestVersion().getClassName())) {
797 * getLatestVersion/getComplexLatest method can be used accurately
853 if (!getSuperFormat().getLatestVersion().getClassName().equals
865 String oldSuperName = oldSuper.getLatestVersion().getClassName();
903 oldSuper2.getLatestVersion().getClassName();
1419 for (Format formatVersion = oldFieldFormat.getLatestVersion();
1455 Format oldLatestFormat = oldFieldFormat.getLatestVersion();
[all...]
H A DFormat.java436 final Format getLatestVersion() { method in class:Format
H A DPersistCatalog.java262 if (format == format.getLatestVersion()) {
378 if (format == format.getLatestVersion()) {
755 public Format getLatestVersion(String className) { method in class:PersistCatalog

Completed in 274 milliseconds