public interface AssociationAttributeDefinition extends AttributeDefinition
Modifier and Type | Method and Description |
---|---|
CascadeStyle |
determineCascadeStyle() |
FetchStrategy |
determineFetchPlan(LoadQueryInfluencers loadQueryInfluencers,
PropertyPath propertyPath) |
AssociationKey |
getAssociationKey() |
HydratedCompoundValueHandler |
getHydratedCompoundValueExtractor() |
boolean |
isCollection() |
CollectionDefinition |
toCollectionDefinition() |
EntityDefinition |
toEntityDefinition() |
getName, getSource, getType
AssociationKey getAssociationKey()
boolean isCollection()
EntityDefinition toEntityDefinition()
CollectionDefinition toCollectionDefinition()
FetchStrategy determineFetchPlan(LoadQueryInfluencers loadQueryInfluencers, PropertyPath propertyPath)
CascadeStyle determineCascadeStyle()
HydratedCompoundValueHandler getHydratedCompoundValueExtractor()
Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.