Uses of Class
com.atlassian.confluence.security.denormalisedpermissions.impl.setup.postgres.BasePostgresDdlHelper
-
Packages that use BasePostgresDdlHelper Package Description com.atlassian.confluence.security.denormalisedpermissions.impl.setup.postgres -
-
Uses of BasePostgresDdlHelper in com.atlassian.confluence.security.denormalisedpermissions.impl.setup.postgres
Subclasses of BasePostgresDdlHelper in com.atlassian.confluence.security.denormalisedpermissions.impl.setup.postgres Modifier and Type Class Description class
PostgresContentDdlHelper
Contains methods for creating/removing triggers for content tableclass
PostgresContentPermissionDdlHelper
Contains methods for creating/removing triggers for content_perm tableclass
PostgresContentPermissionSetDdlHelper
Contains methods for creating/removing triggers for content_perm_set tableclass
PostgresSpaceDdlHelper
Contains methods for creating/removing triggers for spaces tableclass
PostgresSpacePermissionDdlHelper
Contains methods for creating/removing triggers for spacepermissions table
-