Package de.hybris.bootstrap.ddl.pk
Interface PkFactory
- All Known Implementing Classes:
DbTypeSystemDecoratorForPkFactory,DefaultPkFactory
public interface PkFactory
Factory for generating PK for types during system initialization process.
-
Method Summary
Modifier and TypeMethodDescriptioncreateNewPK(int tc) createNewPK(YComposedType type) getOrCreatePK(YAtomicType yAtomicType) getOrCreatePK(YCollectionType yCollectionType) getOrCreatePK(YComposedType yComposedType) getOrCreatePK(YComposedType yComposedType, YAttributeDescriptor yAttributeDescriptor) getOrCreatePK(YEnumValue yEnumValue) getOrCreatePK(YMapType yMapType)
-
Method Details
-
getCurrentNumberSeries
-
createNewPK
-
createNewPK
-
getOrCreatePK
-
getOrCreatePK
-
getOrCreatePK
-
getOrCreatePK
-
getOrCreatePK
-
getOrCreatePK
-