Class DirectoryPersister

  • All Implemented Interfaces:
    EntityPersister

    public class DirectoryPersister
    extends Object
    implements EntityPersister
    Persists DirectoryImpl. This entity has two collections which don't have their own entity classes, so we need generate records for them from the collection elements. 1) Set `allowedOperations` which references `cwd_directory_operation` table. 2) Map `attributes` which references `cwd_directory_attributes` table.
    Since:
    8.3.0