接口 MultiTenancySource
-
public interface MultiTenancySourceDescribes the source information related to mapping the multi-tenancy of an entity- 作者:
- Steve Ebersole
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 booleanbindAsParameter()RelationalValueSourcegetRelationalValueSource()Obtain the column/formula information about the multi-tenancy discriminator.booleanisShared()
-
-
-
方法详细资料
-
getRelationalValueSource
RelationalValueSource getRelationalValueSource()
Obtain the column/formula information about the multi-tenancy discriminator.- 返回:
- The column/formula information
-
isShared
boolean isShared()
-
bindAsParameter
boolean bindAsParameter()
-
-