Class PolyglotPersistence
- java.lang.Object
-
- de.hybris.platform.persistence.polyglot.PolyglotPersistence
-
public final class PolyglotPersistence extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPolyglotPersistence.CoreAttributes
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T extends Key>
Tas(java.lang.Class<T> clazz, Key key)static SingleAttributeKeygetLocalizedKey(java.lang.String qualifier, java.lang.String langCode)static SingleAttributeKeygetNonlocalizedKey(java.lang.String qualifier)static ReferencegetReferenceTo(Identity id)static RepositoryResultgetRepository(TypeInfo typeInfo)static SerializableValuegetSerializableValue(java.io.Serializable serializableObject)static PolyglotFeaturehandlingRelatedItemsFeature(ItemState state, Key attributeKey)static PolyglotFeaturehandlingRelatedItemsFeature(ItemState state, Key attributeKey, boolean write)static IdentityidentityFromLong(long id)static IdentityunknownIdentity()
-
-
-
Method Detail
-
getRepository
public static RepositoryResult getRepository(TypeInfo typeInfo)
-
unknownIdentity
public static Identity unknownIdentity()
-
getNonlocalizedKey
public static SingleAttributeKey getNonlocalizedKey(java.lang.String qualifier)
-
identityFromLong
public static Identity identityFromLong(long id)
-
getSerializableValue
public static SerializableValue getSerializableValue(java.io.Serializable serializableObject)
-
getLocalizedKey
public static SingleAttributeKey getLocalizedKey(java.lang.String qualifier, java.lang.String langCode)
-
handlingRelatedItemsFeature
public static PolyglotFeature handlingRelatedItemsFeature(ItemState state, Key attributeKey, boolean write)
-
handlingRelatedItemsFeature
public static PolyglotFeature handlingRelatedItemsFeature(ItemState state, Key attributeKey)
-
-