Interface AuditProjection
-
- All Known Implementing Classes:
AuditId,AuditProperty
public interface AuditProjection
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAuditProjection.ProjectionData
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectconvertQueryResult(org.hibernate.envers.boot.internal.EnversService enversService, org.hibernate.envers.internal.entities.EntityInstantiator entityInstantiator, String entityName, Number revision, Object value)AuditProjection.ProjectionDatagetData(Configuration configuration)
-
-
-
Method Detail
-
getData
AuditProjection.ProjectionData getData(Configuration configuration)
- Parameters:
configuration- the configuration- Returns:
- get the project data
-
convertQueryResult
Object convertQueryResult(org.hibernate.envers.boot.internal.EnversService enversService, org.hibernate.envers.internal.entities.EntityInstantiator entityInstantiator, String entityName, Number revision, Object value)
- Parameters:
enversService- the Envers serviceentityInstantiator- the entity instantiatorentityName- the name of the entity for which the projection has been addedrevision- the revisionvalue- the value to convert- Returns:
- the converted value
-
-