Class ProductDatabaseBean
java.lang.Object
org.faktorips.runtime.productdata.jpa.commons.AbstractProductDatabase
org.faktorips.runtime.productdata.jpa.provider.ProductDatabaseBean
- All Implemented Interfaces:
ProductDatabase
-
Field Summary
Fields inherited from class org.faktorips.runtime.productdata.jpa.commons.AbstractProductDatabase
PERSISTENCEUNIT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetActiveTocVersion(String name, String modelVersion) Gets theTocVersionEntitymarked asTocVersionEntity.Status.ACTIVEfor the givennameandmodelVersionfrom theEntityManager.getActiveVersionNumber(String name, String modelVersion) Gets theversion of the TocVersionmarked asTocVersionEntity.Status.ACTIVEfor the givennameandmodelVersionfrom theEntityManager.Methods inherited from class org.faktorips.runtime.productdata.jpa.commons.AbstractProductDatabase
getActiveTocVersionQuery, getActiveVersionNumberQuery, getEntityManager
-
Constructor Details
-
ProductDatabaseBean
public ProductDatabaseBean() -
ProductDatabaseBean
public ProductDatabaseBean(jakarta.persistence.EntityManager entityManager)
-
-
Method Details
-
getActiveTocVersion
Description copied from interface:ProductDatabaseGets theTocVersionEntitymarked asTocVersionEntity.Status.ACTIVEfor the givennameandmodelVersionfrom theEntityManager.- Specified by:
getActiveTocVersionin interfaceProductDatabase- Parameters:
name- the name identifying a table of contentsmodelVersion- the version of the model matching the product data contained in the table of contents- Returns:
- the
activeTocVersionEntity
-
getActiveVersionNumber
Description copied from interface:ProductDatabaseGets theversion of the TocVersionmarked asTocVersionEntity.Status.ACTIVEfor the givennameandmodelVersionfrom theEntityManager.- Specified by:
getActiveVersionNumberin interfaceProductDatabase- Parameters:
name- the name identifying a table of contentsmodelVersion- the version of the model matching the product data contained in the table of contents- Returns:
- the
activeTocVersionEntity
-