Class AbstractBagSemantics<E>

java.lang.Object
org.hibernate.collection.spi.AbstractBagSemantics<E>
All Implemented Interfaces:
BagSemantics<Collection<E>,E>, CollectionSemantics<Collection<E>,E>
Direct Known Subclasses:
StandardBagSemantics, StandardIdentifierBagSemantics

public abstract class AbstractBagSemantics<E> extends Object implements BagSemantics<Collection<E>,E>