public interface AssociationAttributeDefinition extends AttributeDefinition
| Modifier and Type | Interface and Description | 
|---|---|
static class  | 
AssociationAttributeDefinition.AssociationNature  | 
| Modifier and Type | Method and Description | 
|---|---|
CascadeStyle | 
determineCascadeStyle()  | 
FetchStrategy | 
determineFetchPlan(LoadQueryInfluencers loadQueryInfluencers,
                  PropertyPath propertyPath)  | 
AssociationKey | 
getAssociationKey()  | 
AssociationAttributeDefinition.AssociationNature | 
getAssociationNature()  | 
HydratedCompoundValueHandler | 
getHydratedCompoundValueExtractor()  | 
AssociationType | 
getType()  | 
AnyMappingDefinition | 
toAnyDefinition()  | 
CollectionDefinition | 
toCollectionDefinition()  | 
EntityDefinition | 
toEntityDefinition()  | 
getName, getSource, isNullableAssociationType getType()
getType in interface AttributeDefinitionAssociationKey getAssociationKey()
AssociationAttributeDefinition.AssociationNature getAssociationNature()
EntityDefinition toEntityDefinition()
CollectionDefinition toCollectionDefinition()
AnyMappingDefinition toAnyDefinition()
FetchStrategy determineFetchPlan(LoadQueryInfluencers loadQueryInfluencers, PropertyPath propertyPath)
CascadeStyle determineCascadeStyle()
HydratedCompoundValueHandler getHydratedCompoundValueExtractor()
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.