Package de.hybris.bootstrap.ddl.pk.impl
Class DbTypeSystemDecoratorForPkFactory
- java.lang.Object
-
- de.hybris.bootstrap.ddl.pk.impl.DbTypeSystemDecoratorForPkFactory
-
-
Constructor Summary
Constructors Constructor Description DbTypeSystemDecoratorForPkFactory(PkFactory target, DbTypeSystem dbTypeSystem)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PKcreateNewPK(int tc)PKcreateNewPK(YComposedType type)java.util.Map<java.lang.String,java.lang.Long>getCurrentNumberSeries()PKgetOrCreatePK(YAtomicType yAtomicType)PKgetOrCreatePK(YCollectionType yCollectionType)PKgetOrCreatePK(YComposedType yComposedType)PKgetOrCreatePK(YComposedType yComposedType, YAttributeDescriptor yAttributeDescriptor)PKgetOrCreatePK(YEnumValue yEnumValue)PKgetOrCreatePK(YMapType yMapType)
-
-
-
Constructor Detail
-
DbTypeSystemDecoratorForPkFactory
public DbTypeSystemDecoratorForPkFactory(PkFactory target, DbTypeSystem dbTypeSystem)
-
-
Method Detail
-
getCurrentNumberSeries
public java.util.Map<java.lang.String,java.lang.Long> getCurrentNumberSeries()
- Specified by:
getCurrentNumberSeriesin interfacePkFactory
-
createNewPK
public PK createNewPK(int tc)
- Specified by:
createNewPKin interfacePkFactory
-
createNewPK
public PK createNewPK(YComposedType type)
- Specified by:
createNewPKin interfacePkFactory
-
getOrCreatePK
public PK getOrCreatePK(YComposedType yComposedType, YAttributeDescriptor yAttributeDescriptor)
- Specified by:
getOrCreatePKin interfacePkFactory
-
getOrCreatePK
public PK getOrCreatePK(YComposedType yComposedType)
- Specified by:
getOrCreatePKin interfacePkFactory
-
getOrCreatePK
public PK getOrCreatePK(YEnumValue yEnumValue)
- Specified by:
getOrCreatePKin interfacePkFactory
-
getOrCreatePK
public PK getOrCreatePK(YAtomicType yAtomicType)
- Specified by:
getOrCreatePKin interfacePkFactory
-
getOrCreatePK
public PK getOrCreatePK(YMapType yMapType)
- Specified by:
getOrCreatePKin interfacePkFactory
-
getOrCreatePK
public PK getOrCreatePK(YCollectionType yCollectionType)
- Specified by:
getOrCreatePKin interfacePkFactory
-
-