Rental
多対任意の関連付けを持つaのHQLを作成しようとしていPaymentTypes
ます。
from rental
where not exists(
from PaymentTypes pt where pt.Owner = :rental and type = 'Visa'
)
Owner
とである任意の関連付けOwnerId
ですrental.Id
OwnerType = 'Rental'
残念ながらSetEntity
、レンタルのプリフェッチとして使用することはできません。その場合、電話をかけるSetEntity
と非常にコストがかかります。