|
Spring Data Core | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RevisionMetadata<N extends Number & Comparable<N>>
Metadata about a revision.
Method Summary | ||
---|---|---|
|
getDelegate()
Returns the underlying revision metadata which might provider more detailed implementation specific information. |
|
org.joda.time.DateTime |
getRevisionDate()
Returns the date of the revision. |
|
N |
getRevisionNumber()
Returns the revision number of the revision. |
Method Detail |
---|
N getRevisionNumber()
org.joda.time.DateTime getRevisionDate()
<T> T getDelegate()
|
Spring Data Core | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |