Uses of Interface
edu.cornell.mannlib.vitro.webapp.dao.PropertyInstanceDao
-
Packages that use PropertyInstanceDao Package Description edu.cornell.mannlib.vitro.webapp.dao edu.cornell.mannlib.vitro.webapp.dao.filtering edu.cornell.mannlib.vitro.webapp.dao.jena -
-
Uses of PropertyInstanceDao in edu.cornell.mannlib.vitro.webapp.dao
Methods in edu.cornell.mannlib.vitro.webapp.dao that return PropertyInstanceDao Modifier and Type Method Description PropertyInstanceDaoWebappDaoFactory. getPropertyInstanceDao() -
Uses of PropertyInstanceDao in edu.cornell.mannlib.vitro.webapp.dao.filtering
Classes in edu.cornell.mannlib.vitro.webapp.dao.filtering that implement PropertyInstanceDao Modifier and Type Class Description classFilteringPropertyInstanceDaoMethods in edu.cornell.mannlib.vitro.webapp.dao.filtering that return PropertyInstanceDao Modifier and Type Method Description PropertyInstanceDaoWebappDaoFactoryFiltering. getPropertyInstanceDao()Constructors in edu.cornell.mannlib.vitro.webapp.dao.filtering with parameters of type PropertyInstanceDao Constructor Description FilteringPropertyInstanceDao(PropertyInstanceDao propertyInstanceDao, ObjectPropertyDao objectPropDao, IndividualDao individualDao, VitroFilters filters) -
Uses of PropertyInstanceDao in edu.cornell.mannlib.vitro.webapp.dao.jena
Classes in edu.cornell.mannlib.vitro.webapp.dao.jena that implement PropertyInstanceDao Modifier and Type Class Description classPropertyInstanceDaoJenaMethods in edu.cornell.mannlib.vitro.webapp.dao.jena that return PropertyInstanceDao Modifier and Type Method Description PropertyInstanceDaoWebappDaoFactoryJena. getPropertyInstanceDao()
-