protected class AbstractDynamicMetadataResolver.EntityManagementData extends Object
| Modifier and Type | Field and Description |
|---|---|
private long |
lastAccessedTime
The last time in milliseconds at which the entity's backing store data was accessed.
|
private ReadWriteLock |
readWriteLock
Read-write lock instance which governs access to the entity's backing store data.
|
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractDynamicMetadataResolver.EntityManagementData()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getLastAccessedTime()
Get the last time in milliseconds at which the entity's backing store data was accessed.
|
ReadWriteLock |
getReadWriteLock()
Get the read-write lock instance which governs access to the entity's backing store data.
|
void |
recordEntityAccess()
Record access of the entity's backing store data.
|
private long lastAccessedTime
private ReadWriteLock readWriteLock
protected AbstractDynamicMetadataResolver.EntityManagementData()
public long getLastAccessedTime()
public void recordEntityAccess()
public ReadWriteLock getReadWriteLock()
Copyright © 1999–2014. All rights reserved.