Class RevisionMetadataImpl<T,N extends Number & Comparable<N>>
java.lang.Object
dev.claudio.jpatemporal.repository.impl.RevisionMetadataImpl<T,N>
- All Implemented Interfaces:
org.springframework.data.history.RevisionMetadata<N>
public class RevisionMetadataImpl<T,N extends Number & Comparable<N>>
extends Object
implements org.springframework.data.history.RevisionMetadata<N>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.springframework.data.history.RevisionMetadata
org.springframework.data.history.RevisionMetadata.RevisionType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<S> SMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.data.history.RevisionMetadata
getRequiredRevisionInstant, getRequiredRevisionNumber, getRevisionType
-
Constructor Details
-
RevisionMetadataImpl
-
-
Method Details
-
getRevisionNumber
- Specified by:
getRevisionNumberin interfaceorg.springframework.data.history.RevisionMetadata<T>
-
getRevisionInstant
- Specified by:
getRevisionInstantin interfaceorg.springframework.data.history.RevisionMetadata<T>
-
getDelegate
@NonNull public <S> S getDelegate()- Specified by:
getDelegatein interfaceorg.springframework.data.history.RevisionMetadata<T>
-
getEntity
-