Uses of Class
wt.introspection.DatabaseViewInfo

Packages that use DatabaseViewInfo
wt.introspection Uses WTIntrospector to provide enhanced introspection above and beyond normal Java introspection via the information objects ClassInfo, LinkInfo and DatabaseInfo
wt.query Provides generic support for defining SQL queries (see QuerySpec and the various things that can be appended to it) in a database inedependent manner that should be used with the PersistenceManager
 

Uses of DatabaseViewInfo in wt.introspection
 

Fields in wt.introspection declared as DatabaseViewInfo
private  DatabaseViewInfo DatabaseInfo.viewInfo
           
private  DatabaseViewInfo DatabaseInfo.viewInfo
           
 

Methods in wt.introspection that return DatabaseViewInfo
 DatabaseViewInfo DatabaseInfo.getViewInfo()
          Obtain the info for the database view for the class that owns this DatabaseInfo.
 DatabaseViewInfo DatabaseInfo.getViewInfo()
          Obtain the info for the database view for the class that owns this DatabaseInfo.
 

Uses of DatabaseViewInfo in wt.query
 

Fields in wt.query declared as DatabaseViewInfo
private  DatabaseViewInfo ClassViewExpression.viewInfo
           
private  DatabaseViewInfo ClassTableExpression.viewInfo