Package com.soffid.iam.model
Interface AccountMetadataEntityDao
-
- All Known Implementing Classes:
AccountMetadataEntityDaoBase
,AccountMetadataEntityDaoImpl
public interface AccountMetadataEntityDao
DAO for Entity AccountMetadataEntity- See Also:
AccountMetadataEntity
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
create(AccountMetadataEntity entity)
Adds an instance ofAccountMetadataEntity
to the persistent store.void
create(Collection<? extends AccountMetadataEntity> entities)
Creates a collection ofAccountMetadataEntity
and adds it to the persistent store.AccountMetadataEntity
dataTypeToEntity(com.soffid.iam.api.DataType instance)
Transforms fromDataType
objectvoid
dataTypeToEntity(com.soffid.iam.api.DataType source, AccountMetadataEntity target, boolean copyIfNull)
Copy data fromDataType
objectList<AccountMetadataEntity>
dataTypeToEntityList(Collection<com.soffid.iam.api.DataType> instances)
Transforms fromDataType
listAccountMetadataEntity
findByName(CriteriaSearchConfiguration criteria, String system, String name)
CriteriaSearchConfiguration finderAccountMetadataEntity
findByName(String system, String name)
Operation findByNameList<AccountMetadataEntity>
findBySystem(CriteriaSearchConfiguration criteria, String systemName)
CriteriaSearchConfiguration finderList<AccountMetadataEntity>
findBySystem(String systemName)
Operation findBySystemAccountMetadataEntity
load(Long id)
Loads an instance ofAccountMetadataEntity
from the persistent store.List<AccountMetadataEntity>
loadAll()
Loads all instances ofAccountMetadataEntity
from the persistent store.AccountMetadataEntity
newAccountMetadataEntity()
Creates an instance ofAccountMetadataEntity
.List<AccountMetadataEntity>
query(String query, Parameter[] parameters)
Query ofAccountMetadataEntity
from the persistent store.List<AccountMetadataEntity>
query(String query, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofAccountMetadataEntity
from the persistent store.void
remove(AccountMetadataEntity entity)
Removes an instance ofAccountMetadataEntity
from the persistent store.void
remove(Long id)
Removes an instance ofAccountMetadataEntity
from the persistent store.void
remove(Collection<? extends AccountMetadataEntity> entities)
Removes a collection ofAccountMetadataEntity
from the persistent store.AccountMetadataEntity
tipusDadaToEntity(es.caib.seycon.ng.comu.TipusDada instance)
Transforms fromTipusDada
objectvoid
tipusDadaToEntity(es.caib.seycon.ng.comu.TipusDada source, AccountMetadataEntity target, boolean copyIfNull)
Copy data fromTipusDada
objectList<AccountMetadataEntity>
tipusDadaToEntityList(Collection<es.caib.seycon.ng.comu.TipusDada> instances)
Transforms fromTipusDada
listcom.soffid.iam.api.DataType
toDataType(AccountMetadataEntity entity)
Transforms toDataType
objectvoid
toDataType(AccountMetadataEntity source, com.soffid.iam.api.DataType target)
Copy data toDataType
objectList<com.soffid.iam.api.DataType>
toDataTypeList(Collection<AccountMetadataEntity> entities)
Transforms toDataType
listes.caib.seycon.ng.comu.TipusDada
toTipusDada(AccountMetadataEntity entity)
Transforms toTipusDada
objectvoid
toTipusDada(AccountMetadataEntity source, es.caib.seycon.ng.comu.TipusDada target)
Copy data toTipusDada
objectList<es.caib.seycon.ng.comu.TipusDada>
toTipusDadaList(Collection<AccountMetadataEntity> entities)
Transforms toTipusDada
listvoid
update(AccountMetadataEntity entity)
Updates an instance ofAccountMetadataEntity
at the persistent store.void
update(Collection<? extends AccountMetadataEntity> entities)
Updates a collection ofAccountMetadataEntity
in the persistent store.
-
-
-
Method Detail
-
findByName
AccountMetadataEntity findByName(String system, String name)
Operation findByName- Parameters:
system
-name
-- Returns:
-
findByName
AccountMetadataEntity findByName(CriteriaSearchConfiguration criteria, String system, String name)
CriteriaSearchConfiguration finder
-
findBySystem
List<AccountMetadataEntity> findBySystem(String systemName)
Operation findBySystem- Parameters:
systemName
-- Returns:
-
findBySystem
List<AccountMetadataEntity> findBySystem(CriteriaSearchConfiguration criteria, String systemName)
CriteriaSearchConfiguration finder
-
toDataType
void toDataType(AccountMetadataEntity source, com.soffid.iam.api.DataType target)
Copy data toDataType
object
-
toDataType
com.soffid.iam.api.DataType toDataType(AccountMetadataEntity entity)
Transforms toDataType
object
-
toDataTypeList
List<com.soffid.iam.api.DataType> toDataTypeList(Collection<AccountMetadataEntity> entities)
Transforms toDataType
list
-
dataTypeToEntity
void dataTypeToEntity(com.soffid.iam.api.DataType source, AccountMetadataEntity target, boolean copyIfNull)
Copy data fromDataType
object
-
dataTypeToEntity
AccountMetadataEntity dataTypeToEntity(com.soffid.iam.api.DataType instance)
Transforms fromDataType
object
-
dataTypeToEntityList
List<AccountMetadataEntity> dataTypeToEntityList(Collection<com.soffid.iam.api.DataType> instances)
Transforms fromDataType
list
-
toTipusDada
void toTipusDada(AccountMetadataEntity source, es.caib.seycon.ng.comu.TipusDada target)
Copy data toTipusDada
object
-
toTipusDada
es.caib.seycon.ng.comu.TipusDada toTipusDada(AccountMetadataEntity entity)
Transforms toTipusDada
object
-
toTipusDadaList
List<es.caib.seycon.ng.comu.TipusDada> toTipusDadaList(Collection<AccountMetadataEntity> entities)
Transforms toTipusDada
list
-
tipusDadaToEntity
void tipusDadaToEntity(es.caib.seycon.ng.comu.TipusDada source, AccountMetadataEntity target, boolean copyIfNull)
Copy data fromTipusDada
object
-
tipusDadaToEntity
AccountMetadataEntity tipusDadaToEntity(es.caib.seycon.ng.comu.TipusDada instance)
Transforms fromTipusDada
object
-
tipusDadaToEntityList
List<AccountMetadataEntity> tipusDadaToEntityList(Collection<es.caib.seycon.ng.comu.TipusDada> instances)
Transforms fromTipusDada
list
-
newAccountMetadataEntity
AccountMetadataEntity newAccountMetadataEntity()
Creates an instance ofAccountMetadataEntity
.
-
create
void create(AccountMetadataEntity entity)
Adds an instance ofAccountMetadataEntity
to the persistent store.
-
update
void update(AccountMetadataEntity entity)
Updates an instance ofAccountMetadataEntity
at the persistent store.
-
remove
void remove(AccountMetadataEntity entity)
Removes an instance ofAccountMetadataEntity
from the persistent store.
-
load
AccountMetadataEntity load(Long id)
Loads an instance ofAccountMetadataEntity
from the persistent store.
-
loadAll
List<AccountMetadataEntity> loadAll()
Loads all instances ofAccountMetadataEntity
from the persistent store.
-
create
void create(Collection<? extends AccountMetadataEntity> entities)
Creates a collection ofAccountMetadataEntity
and adds it to the persistent store.
-
update
void update(Collection<? extends AccountMetadataEntity> entities)
Updates a collection ofAccountMetadataEntity
in the persistent store.
-
remove
void remove(Collection<? extends AccountMetadataEntity> entities)
Removes a collection ofAccountMetadataEntity
from the persistent store.
-
remove
void remove(Long id)
Removes an instance ofAccountMetadataEntity
from the persistent store.
-
query
List<AccountMetadataEntity> query(String query, Parameter[] parameters)
Query ofAccountMetadataEntity
from the persistent store. parameter query HQL Query String parameter parameters HQL Parameters
-
query
List<AccountMetadataEntity> query(String query, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofAccountMetadataEntity
from the persistent store. parameter query HQL Query String parameter parameters HQL Parameters parameter maxResults max number of rows to return
-
-