Interface IQueryThroughJoinTable<T>
- Type Parameters:
T
- the type
- All Known Subinterfaces:
IQueryFluent<T>
- All Known Implementing Classes:
Query
public interface IQueryThroughJoinTable<T>
interface with the next methods in the chain.
- Author:
- ajoseph
-
Method Summary
Modifier and TypeMethodDescriptionthroughJoinColumns
(String ownerJoinColumn, String relatedJoinColumn)
-
Method Details
-
throughJoinColumns
-