public class EntityIdStoreImpl extends Object implements EntityIdStore
| Constructor and Description |
|---|
EntityIdStoreImpl(Class<?> daoClass) |
EntityIdStoreImpl(Class<?> daoClass,
URL ehcacheConfigFile) |
| Modifier and Type | Method and Description |
|---|---|
void |
copyFromThread(long sourceThreadId)
Copy all key-value pairs from one thread to the other.
|
Long |
pop() |
void |
push(Long id) |
public EntityIdStoreImpl(Class<?> daoClass)
public void push(Long id)
push in interface EntityIdStorepublic Long pop()
pop in interface EntityIdStorepublic void copyFromThread(long sourceThreadId)
EntityIdStorecopyFromThread in interface EntityIdStoreCopyright © 2015. All rights reserved.