接口 ImplicitCollectionTableNameSource

  • 所有超级接口:
    ImplicitNameSource

    public interface ImplicitCollectionTableNameSource
    extends ImplicitNameSource
    Context for determining the implicit name for a collection table.
    作者:
    Steve Ebersole
    另请参阅:
    CollectionTable
    • 方法详细资料

      • getOwningPhysicalTableName

        Identifier getOwningPhysicalTableName()
        Access to the physical name of the owning entity's table.
        返回:
        Owning entity's table name.
      • getOwningEntityNaming

        EntityNaming getOwningEntityNaming()
        Access to entity naming information for the owning side.
        返回:
        Owning entity naming information
      • getOwningAttributePath

        AttributePath getOwningAttributePath()
        Access to the name of the attribute, from the owning side, that defines the association.
        返回:
        The owning side's attribute name.