| Modifier and Type | Method and Description |
|---|---|
User |
BaseEntity.getCreatedBy() |
User |
BaseEntity.getLastModifiedBy() |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseEntity.setCreatedBy(User createdBy) |
void |
BaseEntity.setLastModifiedBy(User lastModifiedBy) |
| Constructor and Description |
|---|
QUser(Class<? extends User> type,
com.querydsl.core.types.PathMetadata metadata,
com.querydsl.core.types.dsl.PathInits inits) |
QUser(com.querydsl.core.types.Path<? extends User> path) |
Copyright © 2019. All rights reserved.