The below query will cause the Fkey table to be inner joined. `session.Query<Something>().Where(x => x.Fkey.CompositeId.Property == 3).ToList()`