Package org.teiid.spring.views
Class ViewBuilder<T>
- java.lang.Object
-
- org.teiid.spring.views.ViewBuilder<T>
-
- Direct Known Subclasses:
EntityBaseView
,ExcelTableView
,JsonTableView
,SimpleView
,TextTableView
public class ViewBuilder<T> extends Object
-
-
Constructor Summary
Constructors Constructor Description ViewBuilder(org.hibernate.boot.Metadata metadata)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
buildView(Class<?> entityClazz, org.teiid.metadata.MetadataFactory mf, T annotation, org.springframework.context.ApplicationContext context)
protected boolean
isArray(Class<?> clazz)
static boolean
isBuiltInModel(String name)
protected Class<?>
normalizeType(Class<?> clazz)
-