Package de.hybris.platform.core
Interface ItemDeployment.Attribute
- All Superinterfaces:
Serializable
- Enclosing interface:
- ItemDeployment
describes a CMP field
-
Method Summary
Modifier and TypeMethodDescriptiongetColumnDeclaration(String database, DeploymentImpl deployment) getColumnName(String database) getType()booleanisNullAllowed(String database) boolean
-
Method Details
-
getQualifier
String getQualifier()- Returns:
- the CMP field name
-
getType
String getType()- Returns:
- the java persistence type of this field
-
getColumnName
- Returns:
- the database column name of this field
-
getColumnDeclaration
- Returns:
- the sql column declaration
-
isPrimaryKey
boolean isPrimaryKey()- Returns:
- true if this attribute describes a primary key field
-
isNullAllowed
- Returns:
- true if this attribute may contain null values
-