| Modifier and Type | Method and Description |
|---|---|
@Nullable Supertype |
EntityType.getSuperType() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<Supertype> |
EntityType.getSuperTypes() |
| Modifier and Type | Method and Description |
|---|---|
void |
EntityType.addSupertype(Supertype entityType) |
void |
EntityType.include(Supertype supertype) |
| Constructor and Description |
|---|
EntityType(Type type,
java.util.Set<Supertype> superTypes)
Create a new
EntityType instance for the given type and superTypes |
Copyright © 2007–2021 Querydsl. All rights reserved.