Package | Description |
---|---|
com.querydsl.codegen |
Code generations models and serializers
|
Modifier and Type | Method and Description |
---|---|
Supertype |
EntityType.getSuperType() |
Modifier and Type | Method and Description |
---|---|
Set<Supertype> |
EntityType.getSuperTypes() |
Modifier and Type | Method and Description |
---|---|
void |
EntityType.addSupertype(Supertype entityType) |
void |
EntityType.include(Supertype supertype) |
Constructor and Description |
---|
EntityType(com.mysema.codegen.model.Type type,
Set<Supertype> superTypes)
Create a new
EntityType instance for the given type and superTypes |
Copyright © 2007–2016 Querydsl. All rights reserved.