Uses of Class
com.soffid.iam.model.ObjectMappingPropertyEntity
-
Packages that use ObjectMappingPropertyEntity Package Description com.soffid.iam.model -
-
Uses of ObjectMappingPropertyEntity in com.soffid.iam.model
Subclasses of ObjectMappingPropertyEntity in com.soffid.iam.model Modifier and Type Class Description classObjectMappingPropertyEntityImplEntity ObjectMappingPropertyEntity implementationMethods in com.soffid.iam.model that return ObjectMappingPropertyEntity Modifier and Type Method Description ObjectMappingPropertyEntityObjectMappingPropertyEntityDao. load(Long id)Loads an instance ofObjectMappingPropertyEntityfrom the persistent store.ObjectMappingPropertyEntityObjectMappingPropertyEntityDaoBase. load(Long id)Loads an instance ofObjectMappingPropertyEntityfrom the persistent store.ObjectMappingPropertyEntityObjectMappingPropertyEntityDao. newObjectMappingPropertyEntity()Creates an instance ofObjectMappingPropertyEntity.ObjectMappingPropertyEntityObjectMappingPropertyEntityDaoBase. newObjectMappingPropertyEntity()Creates an instance ofObjectMappingPropertyEntity.ObjectMappingPropertyEntityObjectMappingPropertyEntityDao. objectMappingPropertyToEntity(com.soffid.iam.api.ObjectMappingProperty instance)Transforms fromObjectMappingPropertyobjectObjectMappingPropertyEntityObjectMappingPropertyEntityDaoBase. objectMappingPropertyToEntity(com.soffid.iam.api.ObjectMappingProperty instance)Transforms fromObjectMappingPropertyobjectMethods in com.soffid.iam.model that return types with arguments of type ObjectMappingPropertyEntity Modifier and Type Method Description Collection<ObjectMappingPropertyEntity>ObjectMappingEntity. getProperties()Gets value for attribute propertiesList<ObjectMappingPropertyEntity>ObjectMappingPropertyEntityDao. loadAll()Loads all instances ofObjectMappingPropertyEntityfrom the persistent store.List<ObjectMappingPropertyEntity>ObjectMappingPropertyEntityDaoBase. loadAll()Loads all instances ofObjectMappingPropertyEntityfrom the persistent store.List<ObjectMappingPropertyEntity>ObjectMappingPropertyEntityDao. objectMappingPropertyToEntityList(Collection<com.soffid.iam.api.ObjectMappingProperty> instances)Transforms fromObjectMappingPropertylistList<ObjectMappingPropertyEntity>ObjectMappingPropertyEntityDaoBase. objectMappingPropertyToEntityList(Collection<com.soffid.iam.api.ObjectMappingProperty> instances)Transforms fromObjectMappingPropertylistList<ObjectMappingPropertyEntity>ObjectMappingPropertyEntityDao. query(String query, Parameter[] parameters)Query ofObjectMappingPropertyEntityfrom the persistent store.List<ObjectMappingPropertyEntity>ObjectMappingPropertyEntityDao. query(String query, Parameter[] parameters, CriteriaSearchConfiguration criteria)Query ofObjectMappingPropertyEntityfrom the persistent store.List<ObjectMappingPropertyEntity>ObjectMappingPropertyEntityDaoBase. query(String queryString, Parameter[] parameters)Query ofObjectMappingPropertyEntityfrom the persistent store.List<ObjectMappingPropertyEntity>ObjectMappingPropertyEntityDaoBase. query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)Query ofObjectMappingPropertyEntityfrom the persistent store.Methods in com.soffid.iam.model with parameters of type ObjectMappingPropertyEntity Modifier and Type Method Description voidObjectMappingPropertyEntityDao. create(ObjectMappingPropertyEntity entity)Adds an instance ofObjectMappingPropertyEntityto the persistent store.voidObjectMappingPropertyEntityDaoBase. create(ObjectMappingPropertyEntity entity)Adds an instance ofObjectMappingPropertyEntityto the persistent store.voidObjectMappingPropertyEntityDao. objectMappingPropertyToEntity(com.soffid.iam.api.ObjectMappingProperty source, ObjectMappingPropertyEntity target, boolean copyIfNull)Copy data fromObjectMappingPropertyobjectvoidObjectMappingPropertyEntityDaoBase. objectMappingPropertyToEntity(com.soffid.iam.api.ObjectMappingProperty source, ObjectMappingPropertyEntity target, boolean copyIfNull)Copy data fromObjectMappingPropertyobjectvoidObjectMappingPropertyEntityDaoImpl. objectMappingPropertyToEntity(com.soffid.iam.api.ObjectMappingProperty source, ObjectMappingPropertyEntity target, boolean copyIfNull)voidObjectMappingPropertyEntityDao. remove(ObjectMappingPropertyEntity entity)Removes an instance ofObjectMappingPropertyEntityfrom the persistent store.voidObjectMappingPropertyEntityDaoBase. remove(ObjectMappingPropertyEntity entity)Removes an instance ofObjectMappingPropertyEntityfrom the persistent store.com.soffid.iam.api.ObjectMappingPropertyObjectMappingPropertyEntityDao. toObjectMappingProperty(ObjectMappingPropertyEntity entity)Transforms toObjectMappingPropertyobjectvoidObjectMappingPropertyEntityDao. toObjectMappingProperty(ObjectMappingPropertyEntity source, com.soffid.iam.api.ObjectMappingProperty target)Copy data toObjectMappingPropertyobjectcom.soffid.iam.api.ObjectMappingPropertyObjectMappingPropertyEntityDaoBase. toObjectMappingProperty(ObjectMappingPropertyEntity entity)Transforms toObjectMappingPropertyobjectvoidObjectMappingPropertyEntityDaoBase. toObjectMappingProperty(ObjectMappingPropertyEntity source, com.soffid.iam.api.ObjectMappingProperty target)Copy data toObjectMappingPropertyobjectvoidObjectMappingPropertyEntityDaoImpl. toObjectMappingProperty(ObjectMappingPropertyEntity source, com.soffid.iam.api.ObjectMappingProperty target)voidObjectMappingPropertyEntityDao. update(ObjectMappingPropertyEntity entity)Updates an instance ofObjectMappingPropertyEntityat the persistent store.voidObjectMappingPropertyEntityDaoBase. update(ObjectMappingPropertyEntity entity)Updates an instance ofObjectMappingPropertyEntityat the persistent store.Method parameters in com.soffid.iam.model with type arguments of type ObjectMappingPropertyEntity Modifier and Type Method Description voidObjectMappingPropertyEntityDao. create(Collection<? extends ObjectMappingPropertyEntity> entities)Creates a collection ofObjectMappingPropertyEntityand adds it to the persistent store.voidObjectMappingPropertyEntityDaoBase. create(Collection<? extends ObjectMappingPropertyEntity> entities)Creates a collection ofObjectMappingPropertyEntityand adds it to the persistent store.voidObjectMappingPropertyEntityDao. remove(Collection<? extends ObjectMappingPropertyEntity> entities)Removes a collection ofObjectMappingPropertyEntityfrom the persistent store.voidObjectMappingPropertyEntityDaoBase. remove(Collection<? extends ObjectMappingPropertyEntity> entities)Removes a collection ofObjectMappingPropertyEntityfrom the persistent store.voidObjectMappingEntity. setProperties(Collection<ObjectMappingPropertyEntity> properties)Sets value for attribute propertiesList<com.soffid.iam.api.ObjectMappingProperty>ObjectMappingPropertyEntityDao. toObjectMappingPropertyList(Collection<ObjectMappingPropertyEntity> entities)Transforms toObjectMappingPropertylistList<com.soffid.iam.api.ObjectMappingProperty>ObjectMappingPropertyEntityDaoBase. toObjectMappingPropertyList(Collection<ObjectMappingPropertyEntity> instances)Transforms toObjectMappingPropertylistvoidObjectMappingPropertyEntityDao. update(Collection<? extends ObjectMappingPropertyEntity> entities)Updates a collection ofObjectMappingPropertyEntityin the persistent store.voidObjectMappingPropertyEntityDaoBase. update(Collection<? extends ObjectMappingPropertyEntity> entities)Updates a collection ofObjectMappingPropertyEntityin the persistent store.
-