|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.romaframework.core.repository.PersistenceAspectRepository<BaseAccount>
org.romaframework.module.users.repository.BaseAccountRepository
public class BaseAccountRepository
Repository class for BaseGroup entity. By default it extends the PersistenceAspectRepository class that delegates the execution
of all commands to the PersistenceAspect.
This class was generated by Roma Meta Framework CRUD wizard.
| Field Summary |
|---|
| Fields inherited from interface org.romaframework.core.repository.GenericRepository |
|---|
DEF_SUFFIX |
| Constructor Summary | |
|---|---|
BaseAccountRepository()
|
|
| Method Summary | |
|---|---|
void |
delete(BaseAccount object)
|
void |
delete(java.lang.Object[] iObjects)
|
BaseAccount |
findByName(org.romaframework.aspect.persistence.PersistenceAspect db,
java.lang.String iName)
|
BaseAccount |
findByName(java.lang.String iName)
|
java.util.List<BaseAccount> |
findOfActiveAccountsOfGroups(BaseAccount iAccount)
|
BaseAccount |
update(BaseAccount object)
|
| Methods inherited from class org.romaframework.core.repository.PersistenceAspectRepository |
|---|
countByCriteria, create, create, create, create, delete, delete, findByCriteria, findByCriteria, findByExample, findByExample, findByExample, findFirstByCriteria, findFirstByCriteria, findFirstByExample, findFirstByExample, getAll, getAll, getAll, getAll, getOID, load, load, loadObjectByOID, loadObjectByOID, search, search, update, update, update |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BaseAccountRepository()
| Method Detail |
|---|
public BaseAccount findByName(java.lang.String iName)
public BaseAccount findByName(org.romaframework.aspect.persistence.PersistenceAspect db,
java.lang.String iName)
public java.util.List<BaseAccount> findOfActiveAccountsOfGroups(BaseAccount iAccount)
public BaseAccount update(BaseAccount object)
update in interface org.romaframework.core.repository.GenericRepository<BaseAccount>update in class org.romaframework.core.repository.PersistenceAspectRepository<BaseAccount>public void delete(java.lang.Object[] iObjects)
delete in interface org.romaframework.core.repository.GenericRepository<BaseAccount>delete in class org.romaframework.core.repository.PersistenceAspectRepository<BaseAccount>public void delete(BaseAccount object)
delete in interface org.romaframework.core.repository.GenericRepository<BaseAccount>delete in class org.romaframework.core.repository.PersistenceAspectRepository<BaseAccount>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||