FileDocCategorySizeDatePackage
IdentifierBag.javaAPI DocHibernate 3.2.5628Sat Feb 19 20:34:50 GMT 2005org.hibernate.mapping

IdentifierBag

public class IdentifierBag extends IdentifierCollection
An IdentifierBag has a primary key consisting of just the identifier column

Fields Summary
Constructors Summary
public IdentifierBag(PersistentClass owner)

		super(owner);
	
Methods Summary
public java.lang.Objectaccept(ValueVisitor visitor)

		return visitor.accept(this);
	
public org.hibernate.type.CollectionTypegetDefaultCollectionType()

		return TypeFactory.idbag( getRole(), getReferencedPropertyName(), isEmbedded() );