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, isNullable
AssociationType getType()
getType
in interface AttributeDefinition
AssociationKey getAssociationKey()
AssociationAttributeDefinition.AssociationNature getAssociationNature()
EntityDefinition toEntityDefinition()
CollectionDefinition toCollectionDefinition()
AnyMappingDefinition toAnyDefinition()
FetchStrategy determineFetchPlan(LoadQueryInfluencers loadQueryInfluencers, PropertyPath propertyPath)
CascadeStyle determineCascadeStyle()
HydratedCompoundValueHandler getHydratedCompoundValueExtractor()
Copyright © 2021 JBoss by Red Hat. All rights reserved.