Class PolyglotPersistence.CoreAttributes
- java.lang.Object
-
- de.hybris.platform.persistence.polyglot.PolyglotPersistence.CoreAttributes
-
- Enclosing class:
- PolyglotPersistence
public static final class PolyglotPersistence.CoreAttributes extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisPk(Key key)static booleanisType(Key key)static booleanisVersion(Key key)static SingleAttributeKeypk()static SingleAttributeKeytype()static SingleAttributeKeyversion()
-
-
-
Method Detail
-
pk
public static SingleAttributeKey pk()
-
version
public static SingleAttributeKey version()
-
type
public static SingleAttributeKey type()
-
isPk
public static boolean isPk(Key key)
-
isVersion
public static boolean isVersion(Key key)
-
isType
public static boolean isType(Key key)
-
-