Package de.hybris.bootstrap.typesystem
Class YAttributeDeployment
java.lang.Object
de.hybris.bootstrap.typesystem.YNameSpaceElement
de.hybris.bootstrap.typesystem.YDeploymentElement
de.hybris.bootstrap.typesystem.YAttributeDeployment
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassstatic enum -
Field Summary
Fields inherited from class de.hybris.bootstrap.typesystem.YDeploymentElement
deploymentName -
Constructor Summary
ConstructorsModifierConstructorDescriptionYAttributeDeployment(YAttributeDescriptor attDesc) YAttributeDeployment(YNamespace container, String deploymentName, String persistenceQualifier, String javaType, YAttributeDeployment.TableType tableType) protectedYAttributeDeployment(YNamespace container, String deploymentName, String persistenceQualifier, String javaType, YAttributeDeployment.TableType tableType, YAttributeDescriptor attDesc) -
Method Summary
Modifier and TypeMethodDescriptionfinal voidaddPersistenceMapping(String dbName, String columnName, String sqlType, boolean nullable) protected StringgetColumnName(DatabaseSettings databaseSettings) protected StringgetDefaultSqlDefinition(String dbName) protected StringgetMappedColumnName(String dbName) getPersistenceMapping(String dbName) getProposedColumnName(String dbName) getRealColumnName(String dbName) getSqlDefinition(String dbName) booleanisNullable(String dbName) booleanvoidsetPrimaryKey(boolean isPrimaryKey) toString()Methods inherited from class de.hybris.bootstrap.typesystem.YDeploymentElement
getDeployment, getDeploymentName, resetCaches, validateMethods inherited from class de.hybris.bootstrap.typesystem.YNameSpaceElement
getLoaderInfo, getNamespace, getTypeSystem, setLoaderInfo
-
Constructor Details
-
YAttributeDeployment
-
YAttributeDeployment
public YAttributeDeployment(YNamespace container, String deploymentName, String persistenceQualifier, String javaType, YAttributeDeployment.TableType tableType) -
YAttributeDeployment
protected YAttributeDeployment(YNamespace container, String deploymentName, String persistenceQualifier, String javaType, YAttributeDeployment.TableType tableType, YAttributeDescriptor attDesc)
-
-
Method Details
-
toString
- Overrides:
toStringin classYNameSpaceElement
-
getAttributeDescriptor
-
isPrimaryKey
public boolean isPrimaryKey() -
setPrimaryKey
public void setPrimaryKey(boolean isPrimaryKey) -
getJavaTypeName
-
getJavaType
-
getPersistenceQualifier
-
getAttributeQualifier
-
getMappedColumnName
-
getAttributeColumnName
-
getProposedColumnName
-
getRealColumnName
-
getSqlDefinition
-
getDefaultSqlDefinition
-
isNullable
-
getPersistenceMapping
-
addPersistenceMapping
-
getTableType
-
getColumnName
-