public class CollectionJoinableAssociationImpl extends AbstractJoinableAssociationImpl
Constructor and Description |
---|
CollectionJoinableAssociationImpl(CollectionFetch collectionFetch,
EntityReference currentEntityReference,
String withClause,
boolean hasRestriction,
Map<String,Filter> enabledFilters) |
Modifier and Type | Method and Description |
---|---|
AssociationType |
getAssociationType()
Returns the association type.
|
Joinable |
getJoinable()
Return the persister for creating the join for the association.
|
boolean |
isCollection()
Is this a collection association?
|
boolean |
isManyToManyWith(JoinableAssociation other)
Does this association have a many-to-many association
with the specified association?
|
protected boolean |
isOneToOne() |
getCurrentCollectionReference, getCurrentEntityReference, getCurrentFetch, getEnabledFilters, getJoinType, getPropertyPath, getWithClause, hasRestriction
public CollectionJoinableAssociationImpl(CollectionFetch collectionFetch, EntityReference currentEntityReference, String withClause, boolean hasRestriction, Map<String,Filter> enabledFilters) throws MappingException
MappingException
public AssociationType getAssociationType()
JoinableAssociation
AssociationType
public Joinable getJoinable()
JoinableAssociation
public boolean isCollection()
JoinableAssociation
public boolean isManyToManyWith(JoinableAssociation other)
JoinableAssociation
other
- - the other association.protected boolean isOneToOne()
Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.