Schnittstelle CDORevisionInterner
- Alle bekannten Unterschnittstellen:
InternalCDORevisionCache
,InternalCDORevisionManager
- Alle bekannten Implementierungsklassen:
DelegatingCDORevisionManager
public interface CDORevisionInterner
Interns
revisions.- Seit:
- 4.15
- Autor:
- Eike Stepper
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibunginternRevision
(CDORevision revision) Interns the given revision and returns either the given revision or a revision with the samekey
that was interned previously.
-
Methodendetails
-
internRevision
Interns the given revision and returns either the given revision or a revision with the samekey
that was interned previously.The returned revision is only different from the passed revision if this interner contains a previously cached, different revision instance with an equal
revision key
.
-