@Entity public class UserAttribute extends AbstractUserAttribute implements Attribute<String,String>
User
entity. This is a supplement entity that can work with multiple User objects, as long as the AbstractUserAttribute.userId
is unique across user entities.Constructor and Description |
---|
UserAttribute() |
UserAttribute(String json) |
UserAttribute(String name,
String value) |
UserAttribute(String name,
String value,
String userId) |
UserAttribute(UserAttribute a) |
equals, getEntity, getId, getMeta, getName, getUpdated, getUserId, getValue, hashCode, setEntity, setId, setMeta, setName, setUpdated, setUserId, setValue, toString, updateValue
Copyright © 2018. All rights reserved.