public class PersistenceTableStatsCacheKey extends Object implements Serializable
All getters must be public for cache implementation to be used.
#equals and #hashCode must be properly maintained, since this class is used as key in cache implementation.
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
long |
getBundleId() |
String |
getEntityType() |
int |
getRevision() |
int |
hashCode() |
String |
toString() |
public long getBundleId()
public int getRevision()
public String getEntityType()
Copyright © 2021. All rights reserved.