Interface CollectionSemantics<CE,​E>

  • Type Parameters:
    E - the collection element or map key type
    CE - the type of the collection
    All Known Subinterfaces:
    BagSemantics<BE,​E>, MapSemantics<MKV,​K,​V>
    All Known Implementing Classes:
    AbstractBagSemantics, AbstractMapSemantics, AbstractSetSemantics

    public interface CollectionSemantics<CE,​E>
    Describes the semantics of a persistent collection such that Hibernate understands how to use it - create one, handle elements, etc.
    Since:
    6.0
    "API Note:"
    The described collection need not be part of the "Java Collection Framework"