JavaScript is disabled on your browser.
Skip navigation links
Spring Data Core
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.springframework.data.repository.history.support
Interface RevisionEntityInformation
public interface
RevisionEntityInformation
Information about a revision entity which is the class carrying revision information for an entity.
Author:
Oliver Gierke
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Class
<?>
getRevisionEntityClass
()
Class
<?>
getRevisionNumberType
()
boolean
isDefaultRevisionEntity
()
Method Details
getRevisionNumberType
Class
<?>
getRevisionNumberType
()
isDefaultRevisionEntity
boolean
isDefaultRevisionEntity
()
getRevisionEntityClass
Class
<?>
getRevisionEntityClass
()