类 BidirectionalEntityReferenceImpl

  • 所有已实现的接口:
    BidirectionalEntityReference, EntityReference, FetchSource

    public class BidirectionalEntityReferenceImpl
    extends Object
    implements BidirectionalEntityReference
    Represents an entity fetch that is bi-directionally join fetched.

    For example, consider an Order entity whose primary key is partially made up of the Customer entity to which it is associated. When we join fetch Customer -> Order(s) and then Order -> Customer we have a bi-directional fetch. This class would be used to represent the Order -> Customer part of that link.

    作者:
    Steve Ebersole