Package de.hybris.platform.persistence
Class PolyglotPersistenceGenericItemSupport
- java.lang.Object
-
- de.hybris.platform.persistence.PolyglotPersistenceGenericItemSupport
-
public class PolyglotPersistenceGenericItemSupport extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPolyglotPersistenceGenericItemSupport.PolyglotJaloConverterstatic classPolyglotPersistenceGenericItemSupport.TransactionalRepository
-
Field Summary
Fields Modifier and Type Field Description static SingleAttributeKeyOWNER
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.Set<java.lang.Integer>getTypeCodesForPolyglotCriteria(Criteria criteria)static booleanisBackedByTransactionalRepository(PK pk)static booleanisFullyBackedByTheEJBPersistence(Tenant tenant, TypeInfo typeInfo)static booleanisFullyBackedByThePolyglotPersistence(Tenant tenant, TypeInfo typeInfo)static GenericItemtryToCreateGenericItemUsingPolyglotPersistence(Tenant tenant, SessionContext ctx, Item.ItemAttributeMap allAttributes)static ItemImplCreationResulttryToObtainGenericItemImplUsingPolyglotPersistence(Tenant tenant, PK pk)
-
-
-
Field Detail
-
OWNER
public static final SingleAttributeKey OWNER
-
-
Method Detail
-
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 java.util.Set<java.lang.Integer> getTypeCodesForPolyglotCriteria(Criteria criteria)
-
-