Interface MultiTenancySource
-
public interface MultiTenancySource
Describes 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 boolean
bindAsParameter()
RelationalValueSource
getRelationalValueSource()
Obtain the column/formula information about the multi-tenancy discriminator.boolean
isShared()
-
-
-
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()
-
-