类 PersistentIdentifierBag

  • 所有已实现的接口:
    Serializable, Iterable, Collection, List, PersistentCollection

    public class PersistentIdentifierBag
    extends AbstractPersistentCollection
    implements List
    An IdentifierBag implements "bag" semantics more efficiently than a regular Bag by adding a synthetic identifier column to the table. This identifier is unique for all rows in the table, allowing very efficient updates and deletes. The value of the identifier is never exposed to the application.

    IdentifierBags may not be used for a many-to-one association. Furthermore, there is no reason to use inverse="true".
    作者:
    Gavin King
    另请参阅:
    序列化表格