接口 MultiTenancySource


  • public interface MultiTenancySource
    Describes the source information related to mapping the multi-tenancy of an entity
    作者:
    Steve Ebersole
    • 方法详细资料

      • getRelationalValueSource

        RelationalValueSource getRelationalValueSource()
        Obtain the column/formula information about the multi-tenancy discriminator.
        返回:
        The column/formula information
      • isShared

        boolean isShared()
      • bindAsParameter

        boolean bindAsParameter()