Interface MultiTenancySource
-
public interface MultiTenancySourceDescribes the source information related to mapping the multi-tenancy of an entity
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanbindAsParameter()RelationalValueSourcegetRelationalValueSource()Obtain the column/formula information about the multi-tenancy discriminator.booleanisShared()
-
-
-
Method Detail
-
getRelationalValueSource
RelationalValueSource getRelationalValueSource()
Obtain the column/formula information about the multi-tenancy discriminator.- Returns:
- The column/formula information
-
isShared
boolean isShared()
-
bindAsParameter
boolean bindAsParameter()
-
-