public class AccountDataAccessImpl extends AbstractDataAccess implements AccountDataAccess
cbf, em, evm| Constructor and Description |
|---|
AccountDataAccessImpl() |
| Modifier and Type | Method and Description |
|---|---|
<T> List<T> |
findAll(com.blazebit.persistence.view.EntityViewSetting<T,? extends com.blazebit.persistence.QueryBuilder<T,?>> setting) |
com.blazebit.weblink.core.model.jpa.Account |
findById(long accountId) |
com.blazebit.weblink.core.model.jpa.Account |
findByKey(String key) |
<T> T |
findByKey(String key,
com.blazebit.persistence.view.EntityViewSetting<T,? extends com.blazebit.persistence.QueryBuilder<T,?>> setting) |
public <T> List<T> findAll(com.blazebit.persistence.view.EntityViewSetting<T,? extends com.blazebit.persistence.QueryBuilder<T,?>> setting)
findAll in interface AccountDataAccesspublic com.blazebit.weblink.core.model.jpa.Account findById(long accountId)
findById in interface AccountDataAccesspublic com.blazebit.weblink.core.model.jpa.Account findByKey(String key)
findByKey in interface AccountDataAccesspublic <T> T findByKey(String key, com.blazebit.persistence.view.EntityViewSetting<T,? extends com.blazebit.persistence.QueryBuilder<T,?>> setting)
findByKey in interface AccountDataAccessCopyright © 2018 Blazebit. All Rights Reserved.