Package lumis.portal.user
Interface UserCustomAttributesMap.EntityFactory<T>
-
- Type Parameters:
T
- the JPA entity class.
- Enclosing class:
- UserCustomAttributesMap<T>
public static interface UserCustomAttributesMap.EntityFactory<T>
The functional interface used to create user attribute entity to be persisted.- Since:
- 12.3.0
- Version:
- $Revision$ $Date$
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
createEntity(java.lang.String attributeId, java.lang.String valueAsString, java.util.List<java.lang.Object> valueAsList)
-
-
-
Method Detail
-
createEntity
T createEntity(java.lang.String attributeId, java.lang.String valueAsString, java.util.List<java.lang.Object> valueAsList)
-
-