Uses of Class
com.soffid.iam.model.DefaultAttributeMappingEntity
-
Packages that use DefaultAttributeMappingEntity Package Description com.soffid.iam.model -
-
Uses of DefaultAttributeMappingEntity in com.soffid.iam.model
Subclasses of DefaultAttributeMappingEntity in com.soffid.iam.model Modifier and Type Class Description class
DefaultAttributeMappingEntityImpl
Entity DefaultAttributeMappingEntity implementationMethods in com.soffid.iam.model that return DefaultAttributeMappingEntity Modifier and Type Method Description DefaultAttributeMappingEntity
DefaultAttributeMappingEntityDao. load(Long id)
Loads an instance ofDefaultAttributeMappingEntity
from the persistent store.DefaultAttributeMappingEntity
DefaultAttributeMappingEntityDaoBase. load(Long id)
Loads an instance ofDefaultAttributeMappingEntity
from the persistent store.DefaultAttributeMappingEntity
DefaultAttributeMappingEntityDao. newDefaultAttributeMappingEntity()
Creates an instance ofDefaultAttributeMappingEntity
.DefaultAttributeMappingEntity
DefaultAttributeMappingEntityDaoBase. newDefaultAttributeMappingEntity()
Creates an instance ofDefaultAttributeMappingEntity
.Methods in com.soffid.iam.model that return types with arguments of type DefaultAttributeMappingEntity Modifier and Type Method Description Collection<DefaultAttributeMappingEntity>
DefaultObjectMappingEntity. getDefaultAttributeMappings()
Gets value for attribute defaultAttributeMappingsList<DefaultAttributeMappingEntity>
DefaultAttributeMappingEntityDao. loadAll()
Loads all instances ofDefaultAttributeMappingEntity
from the persistent store.List<DefaultAttributeMappingEntity>
DefaultAttributeMappingEntityDaoBase. loadAll()
Loads all instances ofDefaultAttributeMappingEntity
from the persistent store.List<DefaultAttributeMappingEntity>
DefaultAttributeMappingEntityDao. query(String query, Parameter[] parameters)
Query ofDefaultAttributeMappingEntity
from the persistent store.List<DefaultAttributeMappingEntity>
DefaultAttributeMappingEntityDao. query(String query, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofDefaultAttributeMappingEntity
from the persistent store.List<DefaultAttributeMappingEntity>
DefaultAttributeMappingEntityDaoBase. query(String queryString, Parameter[] parameters)
Query ofDefaultAttributeMappingEntity
from the persistent store.List<DefaultAttributeMappingEntity>
DefaultAttributeMappingEntityDaoBase. query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofDefaultAttributeMappingEntity
from the persistent store.Methods in com.soffid.iam.model with parameters of type DefaultAttributeMappingEntity Modifier and Type Method Description void
DefaultAttributeMappingEntityDao. create(DefaultAttributeMappingEntity entity)
Adds an instance ofDefaultAttributeMappingEntity
to the persistent store.void
DefaultAttributeMappingEntityDaoBase. create(DefaultAttributeMappingEntity entity)
Adds an instance ofDefaultAttributeMappingEntity
to the persistent store.void
DefaultAttributeMappingEntityDao. remove(DefaultAttributeMappingEntity entity)
Removes an instance ofDefaultAttributeMappingEntity
from the persistent store.void
DefaultAttributeMappingEntityDaoBase. remove(DefaultAttributeMappingEntity entity)
Removes an instance ofDefaultAttributeMappingEntity
from the persistent store.void
DefaultAttributeMappingEntityDao. update(DefaultAttributeMappingEntity entity)
Updates an instance ofDefaultAttributeMappingEntity
at the persistent store.void
DefaultAttributeMappingEntityDaoBase. update(DefaultAttributeMappingEntity entity)
Updates an instance ofDefaultAttributeMappingEntity
at the persistent store.Method parameters in com.soffid.iam.model with type arguments of type DefaultAttributeMappingEntity Modifier and Type Method Description void
DefaultAttributeMappingEntityDao. create(Collection<? extends DefaultAttributeMappingEntity> entities)
Creates a collection ofDefaultAttributeMappingEntity
and adds it to the persistent store.void
DefaultAttributeMappingEntityDaoBase. create(Collection<? extends DefaultAttributeMappingEntity> entities)
Creates a collection ofDefaultAttributeMappingEntity
and adds it to the persistent store.void
DefaultAttributeMappingEntityDao. remove(Collection<? extends DefaultAttributeMappingEntity> entities)
Removes a collection ofDefaultAttributeMappingEntity
from the persistent store.void
DefaultAttributeMappingEntityDaoBase. remove(Collection<? extends DefaultAttributeMappingEntity> entities)
Removes a collection ofDefaultAttributeMappingEntity
from the persistent store.void
DefaultObjectMappingEntity. setDefaultAttributeMappings(Collection<DefaultAttributeMappingEntity> defaultAttributeMappings)
Sets value for attribute defaultAttributeMappingsvoid
DefaultAttributeMappingEntityDao. update(Collection<? extends DefaultAttributeMappingEntity> entities)
Updates a collection ofDefaultAttributeMappingEntity
in the persistent store.void
DefaultAttributeMappingEntityDaoBase. update(Collection<? extends DefaultAttributeMappingEntity> entities)
Updates a collection ofDefaultAttributeMappingEntity
in the persistent store.
-