Interface TenantIdMapping
public interface TenantIdMapping
The tenant attribute and generated tenant components of an entity identifier.
Resolves embedded attribute paths once, when the entity mapping is built.
-
Method Summary
Modifier and TypeMethodDescriptionThe tenant attribute outside the identifier, ornullif there is none.booleanvoidinitialize(Object entity, Object[] state, SharedSessionContractImplementor session) voidinitializeIdentifier(Object entity, SharedSessionContractImplementor session) voidvalidateAssignedValue(Object entity, Object id, SharedSessionContractImplementor session) voidvalidateIdentifier(Object id, SharedSessionContractImplementor session)
-
Method Details
-
getAttributeMapping
AttributeMapping getAttributeMapping()The tenant attribute outside the identifier, ornullif there is none.
-