Class DbTypeSystemImpl
java.lang.Object
de.hybris.bootstrap.ddl.dbtypesystem.impl.DbTypeSystemImpl
- All Implemented Interfaces:
DbTypeSystem
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindAtomicTypeByCode(String code) findAtomicTypeByPk(long pk) findAttributeByPk(long pk) findCollectionTypeByPk(long pk) findDeploymentByFullName(String fullName) findDeploymentByTypeCode(int typeCode) findMapTypeByCode(String code) findMapTypeByPk(long pk) findTypeByCode(String code) findTypeByPK(long pk)
-
Constructor Details
-
DbTypeSystemImpl
-
-
Method Details
-
findTypeByPK
- Specified by:
findTypeByPKin interfaceDbTypeSystem
-
findTypeByCode
- Specified by:
findTypeByCodein interfaceDbTypeSystem
-
findDeploymentByFullName
- Specified by:
findDeploymentByFullNamein interfaceDbTypeSystem
-
findDeploymentByTypeCode
- Specified by:
findDeploymentByTypeCodein interfaceDbTypeSystem
-
findAttributeByPk
- Specified by:
findAttributeByPkin interfaceDbTypeSystem
-
findAtomicTypeByPk
- Specified by:
findAtomicTypeByPkin interfaceDbTypeSystem
-
findAtomicTypeByCode
- Specified by:
findAtomicTypeByCodein interfaceDbTypeSystem
-
findCollectionTypeByPk
- Specified by:
findCollectionTypeByPkin interfaceDbTypeSystem
-
findCollectionTypeByCode
- Specified by:
findCollectionTypeByCodein interfaceDbTypeSystem
-
findMapTypeByPk
- Specified by:
findMapTypeByPkin interfaceDbTypeSystem
-
findMapTypeByCode
- Specified by:
findMapTypeByCodein interfaceDbTypeSystem
-
getNumberSeries
- Specified by:
getNumberSeriesin interfaceDbTypeSystem
-
findDbTypeSystemItemById
- Specified by:
findDbTypeSystemItemByIdin interfaceDbTypeSystem
-