Class PolyglotPersistenceGenericItemSupport

java.lang.Object
de.hybris.platform.persistence.PolyglotPersistenceGenericItemSupport

public class PolyglotPersistenceGenericItemSupport extends Object
  • Field Details

  • Method Details

    • isFullyBackedByTheEJBPersistence

      public static boolean isFullyBackedByTheEJBPersistence(Tenant tenant, TypeInfo typeInfo)
    • isBackedByTransactionalRepository

      public static boolean isBackedByTransactionalRepository(PK pk)
    • isFullyBackedByThePolyglotPersistence

      public static boolean isFullyBackedByThePolyglotPersistence(Tenant tenant, TypeInfo typeInfo)
    • tryToCreateGenericItemUsingPolyglotPersistence

      public static GenericItem tryToCreateGenericItemUsingPolyglotPersistence(Tenant tenant, SessionContext ctx, Item.ItemAttributeMap allAttributes)
    • tryToObtainGenericItemImplUsingPolyglotPersistence

      public static ItemImplCreationResult tryToObtainGenericItemImplUsingPolyglotPersistence(Tenant tenant, PK pk)
    • getTypeCodesForPolyglotCriteria

      public static Set<Integer> getTypeCodesForPolyglotCriteria(Criteria criteria)