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: 24477 $ $Date: 2021-04-28 11:30:36 -0300 (Wed, 28 Apr 2021) $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
createEntity(String attributeId, String valueAsString, List<Object> valueAsList)
-