Interface Association

All Superinterfaces:
Bindable, Fetchable, JdbcMappingContainer, MappingModelExpressible, ModelPart
All Known Subinterfaces:
EntityAssociationMapping
All Known Implementing Classes:
ManyToManyCollectionPart, ToOneAttributeMapping

public interface Association extends Fetchable
Commonality for an association, mainly details relative to the foreign-key
  • Method Details

    • getForeignKeyDescriptor

      ForeignKeyDescriptor getForeignKeyDescriptor()
      The descriptor, allowing access to column(s), etc
    • getSideNature

      Indicates which "side" of the foreign-key this association describes