Interface Fetchable

All Known Implementing Classes:
Array, Bag, Collection, IdentifierBag, IdentifierCollection, IndexedCollection, List, ManyToOne, Map, OneToOne, PrimitiveArray, Set, ToOne

public interface Fetchable
Any mapping with an outer-join attribute
  • Method Details

    • getFetchMode

      FetchMode getFetchMode()
    • setFetchMode

      void setFetchMode(FetchMode joinedFetch)
    • isLazy

      boolean isLazy()
    • setLazy

      void setLazy(boolean lazy)