public class EntityModel
extends com.querydsl.codegen.EntityType
| 构造器和说明 |
|---|
EntityModel(com.mysema.codegen.model.Type type) |
EntityModel(com.mysema.codegen.model.Type type,
SuperType supertype) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addInterface(Class<?> iface) |
void |
addInterface(com.mysema.codegen.model.Type iface) |
List<com.mysema.codegen.model.Type> |
getInterfaces() |
SuperType |
getSuperType() |
void |
setSupertype(SuperType supertype) |
addAnnotation, addConstructor, addDelegate, addProperty, addSupertype, as, compareTo, equals, getAnnotation, getAnnotations, getCategory, getConstructors, getData, getDelegates, getEscapedPropertyNames, getInnerType, getModifiedSimpleName, getOriginalCategory, getProperties, getPropertyNames, getSuperTypes, getUncapSimpleName, hasArrays, hasCollections, hasEntityFields, hashCode, hasInits, hasLists, hasMaps, hasSets, includepublic EntityModel(com.mysema.codegen.model.Type type)
public EntityModel(com.mysema.codegen.model.Type type,
SuperType supertype)
public void addInterface(Class<?> iface)
public void addInterface(com.mysema.codegen.model.Type iface)
public List<com.mysema.codegen.model.Type> getInterfaces()
public SuperType getSuperType()
getSuperType 在类中 com.querydsl.codegen.EntityTypepublic void setSupertype(SuperType supertype)
Copyright © 2018. All rights reserved.