Class XBAECatalog

  • All Implemented Interfaces:
    org.exbin.xbup.core.catalog.XBACatalog, org.exbin.xbup.core.catalog.XBCatalog

    @ParametersAreNonnullByDefault
    public class XBAECatalog
    extends XBECatalog
    implements org.exbin.xbup.core.catalog.XBACatalog
    Basic level 2 catalog class using Java persistence.
    • Constructor Detail

      • XBAECatalog

        public XBAECatalog()
      • XBAECatalog

        public XBAECatalog​(javax.persistence.EntityManager em)
    • Method Detail

      • clear

        public void clear()
      • getRootContext

        public org.exbin.xbup.core.block.declaration.XBContext getRootContext()
        Specified by:
        getRootContext in interface org.exbin.xbup.core.catalog.XBCatalog
        Overrides:
        getRootContext in class XBECatalog