Uses of Class
com.soffid.iam.model.ObjectMappingEntity
-
Packages that use ObjectMappingEntity Package Description com.soffid.iam.model -
-
Uses of ObjectMappingEntity in com.soffid.iam.model
Subclasses of ObjectMappingEntity in com.soffid.iam.model Modifier and Type Class Description classObjectMappingEntityImplEntity ObjectMappingEntity implementationMethods in com.soffid.iam.model that return ObjectMappingEntity Modifier and Type Method Description ObjectMappingEntityAttributeMappingEntity. getObject()Gets value for attribute objectObjectMappingEntityObjectMappingPropertyEntity. getObject()Gets value for attribute objectObjectMappingEntityObjectMappingTriggerEntity. getObject()Gets value for attribute objectObjectMappingEntityObjectMappingEntityDao. load(Long id)Loads an instance ofObjectMappingEntityfrom the persistent store.ObjectMappingEntityObjectMappingEntityDaoBase. load(Long id)Loads an instance ofObjectMappingEntityfrom the persistent store.ObjectMappingEntityObjectMappingEntityDao. newObjectMappingEntity()Creates an instance ofObjectMappingEntity.ObjectMappingEntityObjectMappingEntityDaoBase. newObjectMappingEntity()Creates an instance ofObjectMappingEntity.ObjectMappingEntityObjectMappingEntityDao. objectMappingToEntity(com.soffid.iam.api.ObjectMapping instance)Transforms fromObjectMappingobjectObjectMappingEntityObjectMappingEntityDaoBase. objectMappingToEntity(com.soffid.iam.api.ObjectMapping instance)Transforms fromObjectMappingobjectMethods in com.soffid.iam.model that return types with arguments of type ObjectMappingEntity Modifier and Type Method Description Collection<ObjectMappingEntity>CustomObjectTypeEntity. getMappings()Gets value for attribute mappingsCollection<ObjectMappingEntity>SystemEntity. getObjectMappings()Gets value for attribute objectMappingsList<ObjectMappingEntity>ObjectMappingEntityDao. loadAll()Loads all instances ofObjectMappingEntityfrom the persistent store.List<ObjectMappingEntity>ObjectMappingEntityDaoBase. loadAll()Loads all instances ofObjectMappingEntityfrom the persistent store.List<ObjectMappingEntity>ObjectMappingEntityDao. objectMappingToEntityList(Collection<com.soffid.iam.api.ObjectMapping> instances)Transforms fromObjectMappinglistList<ObjectMappingEntity>ObjectMappingEntityDaoBase. objectMappingToEntityList(Collection<com.soffid.iam.api.ObjectMapping> instances)Transforms fromObjectMappinglistList<ObjectMappingEntity>ObjectMappingEntityDao. query(String query, Parameter[] parameters)Query ofObjectMappingEntityfrom the persistent store.List<ObjectMappingEntity>ObjectMappingEntityDao. query(String query, Parameter[] parameters, CriteriaSearchConfiguration criteria)Query ofObjectMappingEntityfrom the persistent store.List<ObjectMappingEntity>ObjectMappingEntityDaoBase. query(String queryString, Parameter[] parameters)Query ofObjectMappingEntityfrom the persistent store.List<ObjectMappingEntity>ObjectMappingEntityDaoBase. query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)Query ofObjectMappingEntityfrom the persistent store.Methods in com.soffid.iam.model with parameters of type ObjectMappingEntity Modifier and Type Method Description voidObjectMappingEntityDao. create(ObjectMappingEntity entity)Adds an instance ofObjectMappingEntityto the persistent store.voidObjectMappingEntityDaoBase. create(ObjectMappingEntity entity)Adds an instance ofObjectMappingEntityto the persistent store.voidObjectMappingEntityDao. objectMappingToEntity(com.soffid.iam.api.ObjectMapping source, ObjectMappingEntity target, boolean copyIfNull)Copy data fromObjectMappingobjectvoidObjectMappingEntityDaoBase. objectMappingToEntity(com.soffid.iam.api.ObjectMapping source, ObjectMappingEntity target, boolean copyIfNull)Copy data fromObjectMappingobjectvoidObjectMappingEntityDaoImpl. objectMappingToEntity(com.soffid.iam.api.ObjectMapping source, ObjectMappingEntity target, boolean copyIfNull)voidObjectMappingEntityDao. remove(ObjectMappingEntity entity)Removes an instance ofObjectMappingEntityfrom the persistent store.voidObjectMappingEntityDaoBase. remove(ObjectMappingEntity entity)Removes an instance ofObjectMappingEntityfrom the persistent store.voidAttributeMappingEntity. setObject(ObjectMappingEntity object)Sets value for attribute objectvoidObjectMappingPropertyEntity. setObject(ObjectMappingEntity object)Sets value for attribute objectvoidObjectMappingTriggerEntity. setObject(ObjectMappingEntity object)Sets value for attribute objectcom.soffid.iam.api.ObjectMappingObjectMappingEntityDao. toObjectMapping(ObjectMappingEntity entity)Transforms toObjectMappingobjectvoidObjectMappingEntityDao. toObjectMapping(ObjectMappingEntity source, com.soffid.iam.api.ObjectMapping target)Copy data toObjectMappingobjectcom.soffid.iam.api.ObjectMappingObjectMappingEntityDaoBase. toObjectMapping(ObjectMappingEntity entity)Transforms toObjectMappingobjectvoidObjectMappingEntityDaoBase. toObjectMapping(ObjectMappingEntity source, com.soffid.iam.api.ObjectMapping target)Copy data toObjectMappingobjectvoidObjectMappingEntityDaoImpl. toObjectMapping(ObjectMappingEntity source, com.soffid.iam.api.ObjectMapping target)voidObjectMappingEntityDao. update(ObjectMappingEntity entity)Updates an instance ofObjectMappingEntityat the persistent store.voidObjectMappingEntityDaoBase. update(ObjectMappingEntity entity)Updates an instance ofObjectMappingEntityat the persistent store.Method parameters in com.soffid.iam.model with type arguments of type ObjectMappingEntity Modifier and Type Method Description voidObjectMappingEntityDao. create(Collection<? extends ObjectMappingEntity> entities)Creates a collection ofObjectMappingEntityand adds it to the persistent store.voidObjectMappingEntityDaoBase. create(Collection<? extends ObjectMappingEntity> entities)Creates a collection ofObjectMappingEntityand adds it to the persistent store.voidObjectMappingEntityDao. remove(Collection<? extends ObjectMappingEntity> entities)Removes a collection ofObjectMappingEntityfrom the persistent store.voidObjectMappingEntityDaoBase. remove(Collection<? extends ObjectMappingEntity> entities)Removes a collection ofObjectMappingEntityfrom the persistent store.voidCustomObjectTypeEntity. setMappings(Collection<ObjectMappingEntity> mappings)Sets value for attribute mappingsvoidSystemEntity. setObjectMappings(Collection<ObjectMappingEntity> objectMappings)Sets value for attribute objectMappingsList<com.soffid.iam.api.ObjectMapping>ObjectMappingEntityDao. toObjectMappingList(Collection<ObjectMappingEntity> entities)Transforms toObjectMappinglistList<com.soffid.iam.api.ObjectMapping>ObjectMappingEntityDaoBase. toObjectMappingList(Collection<ObjectMappingEntity> instances)Transforms toObjectMappinglistvoidObjectMappingEntityDao. update(Collection<? extends ObjectMappingEntity> entities)Updates a collection ofObjectMappingEntityin the persistent store.voidObjectMappingEntityDaoBase. update(Collection<? extends ObjectMappingEntity> entities)Updates a collection ofObjectMappingEntityin the persistent store.
-