Uses of Class
org.ektorp.support.DesignDocument.View

Packages that use DesignDocument.View
org.ektorp.support   
 

Uses of DesignDocument.View in org.ektorp.support
 

Methods in org.ektorp.support that return DesignDocument.View
 DesignDocument.View SimpleViewGenerator.generateDocRefsAsSetView(String backRef, String fieldName, String typeDiscriminator)
           
 DesignDocument.View SimpleViewGenerator.generateDocRefsAsSetWithOrderByView(String backRef, String fieldName, String orderBy, String typeDiscriminator)
           
 DesignDocument.View SimpleViewGenerator.generateFindByIterableView(String propertyName, String typeDiscriminator)
           
 DesignDocument.View SimpleViewGenerator.generateFindByView(String propertyName, String typeDiscriminator)
           
 DesignDocument.View DesignDocument.get(String viewName)
           
static DesignDocument.View DesignDocument.View.of(View v)
           
 

Methods in org.ektorp.support that return types with arguments of type DesignDocument.View
 Map<String,DesignDocument.View> SimpleViewGenerator.generateViews(Object repository)
          Generates views based on annotations found in a repository class.
 Map<String,DesignDocument.View> SimpleViewGenerator.generateViewsFromPersistentType(Class<?> persistentType)
          Generates views based on annotations found in a persistent class.
 Map<String,DesignDocument.View> DesignDocument.getViews()
           
 

Methods in org.ektorp.support with parameters of type DesignDocument.View
 void DesignDocument.addView(String name, DesignDocument.View v)
           
 

Method parameters in org.ektorp.support with type arguments of type DesignDocument.View
protected  void SimpleViewGenerator.generateView(Map<String,DesignDocument.View> views, Field f)
           
protected  void SimpleViewGenerator.generateView(Map<String,DesignDocument.View> views, Method me)
           
 



Copyright © 2011. All Rights Reserved.