return ( "extra".equals( collection.getLazy() ) );
}
public CollectionElement getCollectionElement(PluralAttributeBinding binding) {
ElementCollectionElement collectionElement = new ElementCollectionElement( binding );
collectionElement.initialize( new HbmCollectionElementDomainState( collection.getElement() ) );
return collectionElement;
}
public boolean isInverse() {
return collection.isInverse();