Uses of Class
com.soffid.iam.model.AccountSnapshotEntity
-
Packages that use AccountSnapshotEntity Package Description com.soffid.iam.model -
-
Uses of AccountSnapshotEntity in com.soffid.iam.model
Subclasses of AccountSnapshotEntity in com.soffid.iam.model Modifier and Type Class Description class
AccountSnapshotEntityImpl
Entity AccountSnapshotEntity implementationMethods in com.soffid.iam.model that return AccountSnapshotEntity Modifier and Type Method Description AccountSnapshotEntity
AccountEntity. getSnapshot()
Gets value for attribute snapshotAccountSnapshotEntity
AccountSnapshotEntityDao. load(Long id)
Loads an instance ofAccountSnapshotEntity
from the persistent store.AccountSnapshotEntity
AccountSnapshotEntityDaoBase. load(Long id)
Loads an instance ofAccountSnapshotEntity
from the persistent store.AccountSnapshotEntity
AccountSnapshotEntityDao. newAccountSnapshotEntity()
Creates an instance ofAccountSnapshotEntity
.AccountSnapshotEntity
AccountSnapshotEntityDaoBase. newAccountSnapshotEntity()
Creates an instance ofAccountSnapshotEntity
.Methods in com.soffid.iam.model that return types with arguments of type AccountSnapshotEntity Modifier and Type Method Description List<AccountSnapshotEntity>
AccountSnapshotEntityDao. loadAll()
Loads all instances ofAccountSnapshotEntity
from the persistent store.List<AccountSnapshotEntity>
AccountSnapshotEntityDaoBase. loadAll()
Loads all instances ofAccountSnapshotEntity
from the persistent store.List<AccountSnapshotEntity>
AccountSnapshotEntityDao. query(String query, Parameter[] parameters)
Query ofAccountSnapshotEntity
from the persistent store.List<AccountSnapshotEntity>
AccountSnapshotEntityDao. query(String query, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofAccountSnapshotEntity
from the persistent store.List<AccountSnapshotEntity>
AccountSnapshotEntityDaoBase. query(String queryString, Parameter[] parameters)
Query ofAccountSnapshotEntity
from the persistent store.List<AccountSnapshotEntity>
AccountSnapshotEntityDaoBase. query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofAccountSnapshotEntity
from the persistent store.Methods in com.soffid.iam.model with parameters of type AccountSnapshotEntity Modifier and Type Method Description void
AccountSnapshotEntityDao. create(AccountSnapshotEntity entity)
Adds an instance ofAccountSnapshotEntity
to the persistent store.void
AccountSnapshotEntityDaoBase. create(AccountSnapshotEntity entity)
Adds an instance ofAccountSnapshotEntity
to the persistent store.void
AccountSnapshotEntityDao. remove(AccountSnapshotEntity entity)
Removes an instance ofAccountSnapshotEntity
from the persistent store.void
AccountSnapshotEntityDaoBase. remove(AccountSnapshotEntity entity)
Removes an instance ofAccountSnapshotEntity
from the persistent store.void
AccountEntity. setSnapshot(AccountSnapshotEntity snapshot)
Sets value for attribute snapshotvoid
AccountSnapshotEntityDao. update(AccountSnapshotEntity entity)
Updates an instance ofAccountSnapshotEntity
at the persistent store.void
AccountSnapshotEntityDaoBase. update(AccountSnapshotEntity entity)
Updates an instance ofAccountSnapshotEntity
at the persistent store.Method parameters in com.soffid.iam.model with type arguments of type AccountSnapshotEntity Modifier and Type Method Description void
AccountSnapshotEntityDao. create(Collection<? extends AccountSnapshotEntity> entities)
Creates a collection ofAccountSnapshotEntity
and adds it to the persistent store.void
AccountSnapshotEntityDaoBase. create(Collection<? extends AccountSnapshotEntity> entities)
Creates a collection ofAccountSnapshotEntity
and adds it to the persistent store.void
AccountSnapshotEntityDao. remove(Collection<? extends AccountSnapshotEntity> entities)
Removes a collection ofAccountSnapshotEntity
from the persistent store.void
AccountSnapshotEntityDaoBase. remove(Collection<? extends AccountSnapshotEntity> entities)
Removes a collection ofAccountSnapshotEntity
from the persistent store.void
AccountSnapshotEntityDao. update(Collection<? extends AccountSnapshotEntity> entities)
Updates a collection ofAccountSnapshotEntity
in the persistent store.void
AccountSnapshotEntityDaoBase. update(Collection<? extends AccountSnapshotEntity> entities)
Updates a collection ofAccountSnapshotEntity
in the persistent store.
-