|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QueryProperty | |
|---|---|
| net.anotheria.moskitodemo.sqltrace.persistence | |
| Uses of QueryProperty in net.anotheria.moskitodemo.sqltrace.persistence |
|---|
| Methods in net.anotheria.moskitodemo.sqltrace.persistence 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.sqltrace.persistence 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||