@ApplicationScoped public class JpaStorage extends org.wamblee.inject.Injectable implements Storage, Serializable
| Constructor and Description |
|---|
JpaStorage() |
| Modifier and Type | Method and Description |
|---|---|
int |
countEntries() |
<T> org.wamblee.persistence.Detachable<T> |
createDetachable(T aObject) |
List<Entry> |
findEntries(int aStart,
int aCount) |
void |
flush() |
org.wamblee.persistence.Detachable<Account> |
getDefaultAccount() |
public <T> org.wamblee.persistence.Detachable<T> createDetachable(T aObject)
createDetachable in interface Storagepublic org.wamblee.persistence.Detachable<Account> getDefaultAccount()
getDefaultAccount in interface Storagepublic List<Entry> findEntries(int aStart, int aCount)
findEntries in interface Storagepublic int countEntries()
countEntries in interface StorageCopyright © 2013. All Rights Reserved.