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 class
ObjectMappingPropertyEntityImpl
Entity ObjectMappingPropertyEntity implementationMethods in com.soffid.iam.model that return ObjectMappingPropertyEntity Modifier and Type Method Description ObjectMappingPropertyEntity
ObjectMappingPropertyEntityDao. load(Long id)
Loads an instance ofObjectMappingPropertyEntity
from the persistent store.ObjectMappingPropertyEntity
ObjectMappingPropertyEntityDaoBase. load(Long id)
Loads an instance ofObjectMappingPropertyEntity
from the persistent store.ObjectMappingPropertyEntity
ObjectMappingPropertyEntityDao. newObjectMappingPropertyEntity()
Creates an instance ofObjectMappingPropertyEntity
.ObjectMappingPropertyEntity
ObjectMappingPropertyEntityDaoBase. newObjectMappingPropertyEntity()
Creates an instance ofObjectMappingPropertyEntity
.ObjectMappingPropertyEntity
ObjectMappingPropertyEntityDao. objectMappingPropertyToEntity(com.soffid.iam.api.ObjectMappingProperty instance)
Transforms fromObjectMappingProperty
objectObjectMappingPropertyEntity
ObjectMappingPropertyEntityDaoBase. objectMappingPropertyToEntity(com.soffid.iam.api.ObjectMappingProperty instance)
Transforms fromObjectMappingProperty
objectMethods 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 ofObjectMappingPropertyEntity
from the persistent store.List<ObjectMappingPropertyEntity>
ObjectMappingPropertyEntityDaoBase. loadAll()
Loads all instances ofObjectMappingPropertyEntity
from the persistent store.List<ObjectMappingPropertyEntity>
ObjectMappingPropertyEntityDao. objectMappingPropertyToEntityList(Collection<com.soffid.iam.api.ObjectMappingProperty> instances)
Transforms fromObjectMappingProperty
listList<ObjectMappingPropertyEntity>
ObjectMappingPropertyEntityDaoBase. objectMappingPropertyToEntityList(Collection<com.soffid.iam.api.ObjectMappingProperty> instances)
Transforms fromObjectMappingProperty
listList<ObjectMappingPropertyEntity>
ObjectMappingPropertyEntityDao. query(String query, Parameter[] parameters)
Query ofObjectMappingPropertyEntity
from the persistent store.List<ObjectMappingPropertyEntity>
ObjectMappingPropertyEntityDao. query(String query, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofObjectMappingPropertyEntity
from the persistent store.List<ObjectMappingPropertyEntity>
ObjectMappingPropertyEntityDaoBase. query(String queryString, Parameter[] parameters)
Query ofObjectMappingPropertyEntity
from the persistent store.List<ObjectMappingPropertyEntity>
ObjectMappingPropertyEntityDaoBase. query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofObjectMappingPropertyEntity
from the persistent store.Methods in com.soffid.iam.model with parameters of type ObjectMappingPropertyEntity Modifier and Type Method Description void
ObjectMappingPropertyEntityDao. create(ObjectMappingPropertyEntity entity)
Adds an instance ofObjectMappingPropertyEntity
to the persistent store.void
ObjectMappingPropertyEntityDaoBase. create(ObjectMappingPropertyEntity entity)
Adds an instance ofObjectMappingPropertyEntity
to the persistent store.void
ObjectMappingPropertyEntityDao. objectMappingPropertyToEntity(com.soffid.iam.api.ObjectMappingProperty source, ObjectMappingPropertyEntity target, boolean copyIfNull)
Copy data fromObjectMappingProperty
objectvoid
ObjectMappingPropertyEntityDaoBase. objectMappingPropertyToEntity(com.soffid.iam.api.ObjectMappingProperty source, ObjectMappingPropertyEntity target, boolean copyIfNull)
Copy data fromObjectMappingProperty
objectvoid
ObjectMappingPropertyEntityDaoImpl. objectMappingPropertyToEntity(com.soffid.iam.api.ObjectMappingProperty source, ObjectMappingPropertyEntity target, boolean copyIfNull)
void
ObjectMappingPropertyEntityDao. remove(ObjectMappingPropertyEntity entity)
Removes an instance ofObjectMappingPropertyEntity
from the persistent store.void
ObjectMappingPropertyEntityDaoBase. remove(ObjectMappingPropertyEntity entity)
Removes an instance ofObjectMappingPropertyEntity
from the persistent store.com.soffid.iam.api.ObjectMappingProperty
ObjectMappingPropertyEntityDao. toObjectMappingProperty(ObjectMappingPropertyEntity entity)
Transforms toObjectMappingProperty
objectvoid
ObjectMappingPropertyEntityDao. toObjectMappingProperty(ObjectMappingPropertyEntity source, com.soffid.iam.api.ObjectMappingProperty target)
Copy data toObjectMappingProperty
objectcom.soffid.iam.api.ObjectMappingProperty
ObjectMappingPropertyEntityDaoBase. toObjectMappingProperty(ObjectMappingPropertyEntity entity)
Transforms toObjectMappingProperty
objectvoid
ObjectMappingPropertyEntityDaoBase. toObjectMappingProperty(ObjectMappingPropertyEntity source, com.soffid.iam.api.ObjectMappingProperty target)
Copy data toObjectMappingProperty
objectvoid
ObjectMappingPropertyEntityDaoImpl. toObjectMappingProperty(ObjectMappingPropertyEntity source, com.soffid.iam.api.ObjectMappingProperty target)
void
ObjectMappingPropertyEntityDao. update(ObjectMappingPropertyEntity entity)
Updates an instance ofObjectMappingPropertyEntity
at the persistent store.void
ObjectMappingPropertyEntityDaoBase. update(ObjectMappingPropertyEntity entity)
Updates an instance ofObjectMappingPropertyEntity
at the persistent store.Method parameters in com.soffid.iam.model with type arguments of type ObjectMappingPropertyEntity Modifier and Type Method Description void
ObjectMappingPropertyEntityDao. create(Collection<? extends ObjectMappingPropertyEntity> entities)
Creates a collection ofObjectMappingPropertyEntity
and adds it to the persistent store.void
ObjectMappingPropertyEntityDaoBase. create(Collection<? extends ObjectMappingPropertyEntity> entities)
Creates a collection ofObjectMappingPropertyEntity
and adds it to the persistent store.void
ObjectMappingPropertyEntityDao. remove(Collection<? extends ObjectMappingPropertyEntity> entities)
Removes a collection ofObjectMappingPropertyEntity
from the persistent store.void
ObjectMappingPropertyEntityDaoBase. remove(Collection<? extends ObjectMappingPropertyEntity> entities)
Removes a collection ofObjectMappingPropertyEntity
from the persistent store.void
ObjectMappingEntity. setProperties(Collection<ObjectMappingPropertyEntity> properties)
Sets value for attribute propertiesList<com.soffid.iam.api.ObjectMappingProperty>
ObjectMappingPropertyEntityDao. toObjectMappingPropertyList(Collection<ObjectMappingPropertyEntity> entities)
Transforms toObjectMappingProperty
listList<com.soffid.iam.api.ObjectMappingProperty>
ObjectMappingPropertyEntityDaoBase. toObjectMappingPropertyList(Collection<ObjectMappingPropertyEntity> instances)
Transforms toObjectMappingProperty
listvoid
ObjectMappingPropertyEntityDao. update(Collection<? extends ObjectMappingPropertyEntity> entities)
Updates a collection ofObjectMappingPropertyEntity
in the persistent store.void
ObjectMappingPropertyEntityDaoBase. update(Collection<? extends ObjectMappingPropertyEntity> entities)
Updates a collection ofObjectMappingPropertyEntity
in the persistent store.
-