Purpose: Provides the functionality to support a TABLE_PER_CLASS inheritance strategy. Resolves relational mappings and querying.
322323324325326327328
/** * INTERNAL: */ protected void setTablePerClassInheritancePolicy(MetadataDescriptor descriptor) { descriptor.getClassDescriptor().setTablePerClassPolicy(new TablePerClassPolicy(descriptor.getClassDescriptor())); }