Uses of Interface
org.hibernate.metamodel.mapping.TenantIdMapping
Packages that use TenantIdMapping
Package
Description
Defines the runtime mapping metamodel, which describes the mapping
of the application's domain model parts (entities, attributes) to
relational database objects (tables, columns).
This package abstracts persistence mechanisms for entities.
-
Uses of TenantIdMapping in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping that return TenantIdMappingModifier and TypeMethodDescriptiondefault TenantIdMappingEntityMappingType.getTenantIdMapping()Tenant metadata, ornullfor entities without a tenant id. -
Uses of TenantIdMapping in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity that return TenantIdMapping