Package org.exbin.xbup.catalog
Class XBAECatalog
- java.lang.Object
-
- org.exbin.xbup.catalog.XBECatalog
-
- org.exbin.xbup.catalog.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.
-
-
Field Summary
-
Fields inherited from class org.exbin.xbup.catalog.XBECatalog
catalogManagers, catalogServices, em
-
-
Constructor Summary
Constructors Constructor Description XBAECatalog()XBAECatalog(javax.persistence.EntityManager em)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()org.exbin.xbup.core.block.declaration.XBContextgetRootContext()-
Methods inherited from class org.exbin.xbup.catalog.XBECatalog
addCatalogManager, addCatalogService, findBlockIdForGroup, findBlockIdForGroup, findBlockSpecByPath, findBlockTypeByPath, findFormatSpecByPath, findFormatTypeByPath, findGroupSpecByPath, findGroupTypeByPath, getBasicBlockType, getBlocks, getBlockType, getCatalogManager, getCatalogManagers, getCatalogService, getCatalogServices, getEntityManager, getGroups, getSpecPath, getUpdateHandler, initCatalog, isShallInit, processDeclaration, setRootContext, setUpdateHandler
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.exbin.xbup.core.catalog.XBCatalog
addCatalogManager, addCatalogService, findBlockTypeByPath, findFormatTypeByPath, findGroupTypeByPath, getBasicBlockType, getBlocks, getCatalogManager, getCatalogManagers, getCatalogService, getCatalogServices, getGroups, getSpecPath, processDeclaration
-
-
-
-
Method Detail
-
clear
public void clear()
-
getRootContext
public org.exbin.xbup.core.block.declaration.XBContext getRootContext()
- Specified by:
getRootContextin interfaceorg.exbin.xbup.core.catalog.XBCatalog- Overrides:
getRootContextin classXBECatalog
-
-