|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.modeshape.connector.store.jpa.model.common.ChangeLogEntity
@Deprecated @Entity public class ChangeLogEntity

Represents a record of the changes that have been made to the repository. The actual change events are serialized and stored in a binary (and compressed) format.
| Constructor Summary | |
|---|---|
ChangeLogEntity(String username,
DateTime timestamp,
int numChanges,
byte[] changes)
Deprecated. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
Deprecated. |
byte[] |
getChanges()
Deprecated. |
Long |
getId()
Deprecated. |
int |
getNumChanges()
Deprecated. |
long |
getTimestampInUtc()
Deprecated. |
String |
getUsername()
Deprecated. |
int |
hashCode()
Deprecated. |
String |
toString()
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ChangeLogEntity(String username,
DateTime timestamp,
int numChanges,
byte[] changes)
| Method Detail |
|---|
public Long getId()
public String getUsername()
public long getTimestampInUtc()
public byte[] getChanges()
public int getNumChanges()
public int hashCode()
hashCode in class ObjectObject.hashCode()public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)public String toString()
toString in class ObjectObject.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||