Uses of Class
net.anotheria.moskitodemo.annotation.QueryProperty

Packages that use QueryProperty
net.anotheria.moskitodemo.annotation   
 

Uses of QueryProperty in net.anotheria.moskitodemo.annotation
 

Methods in net.anotheria.moskitodemo.annotation with parameters of type QueryProperty
 List<Comment> ICommentsPersistenceService.getCommentsByProperty(QueryProperty... properties)
          Returns all Comment objects which match the given property or properties.
 List<Comment> CommentsPersistenceServiceImpl.getCommentsByProperty(QueryProperty... properties)
          Returns all Comment objects which match the given property.
 List<Comment> ICommentsPersistenceService.getCommentsByProperty(net.anotheria.util.slicer.Segment aSegment, QueryProperty... properties)
          Returns Comment objects segment which match the given property or properties.
 List<Comment> CommentsPersistenceServiceImpl.getCommentsByProperty(net.anotheria.util.slicer.Segment aSegment, QueryProperty... aProperties)
          Returns Comment objects segment which match the given property.
 

Method parameters in net.anotheria.moskitodemo.annotation with type arguments of type QueryProperty
 List<Comment> CommentDAO.getCommentsByProperty(Connection con, List<QueryProperty> properties)
          Returns all Comments objects stored which matches given properties.
 List<Comment> CommentDAO.getCommentsByProperty(Connection con, net.anotheria.util.slicer.Segment aSegment, List<QueryProperty> properties)
          Returns Comments objects segment which matches given properties.
 



Copyright © 2010-2012 anotheria.net. All Rights Reserved.