public class ViewBuilder<T> extends Object
Modifier and Type | Field and Description |
---|---|
static org.teiid.dialect.TeiidDialect |
dialect |
protected org.hibernate.boot.Metadata |
metadata |
Constructor and Description |
---|
ViewBuilder(org.hibernate.boot.Metadata metadata) |
Modifier and Type | Method and Description |
---|---|
void |
buildView(Class<?> entityClazz,
org.teiid.metadata.MetadataFactory mf,
T annotation) |
protected boolean |
isArray(Class<?> clazz) |
static boolean |
isBuiltInModel(String name) |
protected Class<?> |
normalizeType(Class<?> clazz) |
Copyright © 2019. All rights reserved.