@MappedSuperclass
public class LemonEntity<U extends AbstractUser<U,ID>,ID extends java.io.Serializable>
extends org.springframework.data.jpa.domain.AbstractAuditable<U,ID>
| Constructor and Description |
|---|
LemonEntity() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasPermission(UserDto<?> user,
java.lang.String permission)
Whether the given user has the given permission for
this entity.
|
getCreatedBy, getCreatedDate, getLastModifiedBy, getLastModifiedDate, setCreatedBy, setCreatedDate, setLastModifiedBy, setLastModifiedDateequals, getId, hashCode, isNew, setId, toStringpublic boolean hasPermission(UserDto<?> user, java.lang.String permission)