Class IdentifierCollection

java.lang.Object
org.hibernate.mapping.Collection
org.hibernate.mapping.IdentifierCollection
All Implemented Interfaces:
Serializable, Fetchable, Filterable, SoftDeletable, Value
Direct Known Subclasses:
IdentifierBag

public abstract class IdentifierCollection extends Collection
A mapping model object representing a collection with a synthetic "identifier" column, that is, a surrogate key.
See Also: