public class Supertype
extends java.lang.Object
Supertype defines a tuple of a Type and an optional EntityType instance used for
supertype references in EntityType instances| Constructor and Description |
|---|
Supertype(Type type) |
Supertype(Type type,
EntityType entityType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
@Nullable EntityType |
getEntityType() |
Type |
getType() |
int |
hashCode() |
void |
setEntityType(EntityType entityType) |
java.lang.String |
toString() |
public Supertype(Type type)
public Supertype(Type type, EntityType entityType)
@Nullable public @Nullable EntityType getEntityType()
public Type getType()
public void setEntityType(EntityType entityType)
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2007–2021 Querydsl. All rights reserved.