Class AbstractEntityUsageDataProvider

    • Constructor Detail

      • AbstractEntityUsageDataProvider

        public AbstractEntityUsageDataProvider()
    • Method Detail

      • getEntityTable

        protected abstract java.lang.String getEntityTable()
        Returns the entity table.
        Returns:
        the entity table.
        Since:
        17.1.0
      • getEntityUsageTable

        protected abstract java.lang.String getEntityUsageTable()
        Returns the entity usage table.
        Returns:
        the entity usage table.
        Since:
        17.1.0
      • getEntityColumn

        protected abstract java.lang.String getEntityColumn()
        Returns the entity column name.
        Returns:
        the entity column name.
        Since:
        17.1.0