Interface JaxbColumnStandard
- All Superinterfaces:
JaxbCheckable,JaxbColumn,JaxbColumnDefaultable,JaxbColumnDefinable,JaxbColumnMutable,JaxbColumnNullable,JaxbColumnSizable,JaxbColumnUniqueable,JaxbCommentable,JaxbDatabaseObject
- All Known Implementing Classes:
JaxbColumnImpl
public interface JaxbColumnStandard
extends JaxbColumn, JaxbColumnMutable, JaxbCheckable, JaxbColumnNullable, JaxbColumnUniqueable, JaxbColumnDefinable, JaxbColumnSizable, JaxbColumnDefaultable, JaxbCommentable
Composition of the aspects of column definition for standard "column types" exposed in XSD
-
Method Summary
Methods inherited from interface org.hibernate.boot.jaxb.mapping.spi.db.JaxbCheckable
getCheckConstraintsMethods inherited from interface org.hibernate.boot.jaxb.mapping.spi.db.JaxbColumn
getName, getTableMethods inherited from interface org.hibernate.boot.jaxb.mapping.spi.db.JaxbColumnDefaultable
getDefaultMethods inherited from interface org.hibernate.boot.jaxb.mapping.spi.db.JaxbColumnDefinable
getColumnDefinition, getOptionsMethods inherited from interface org.hibernate.boot.jaxb.mapping.spi.db.JaxbColumnMutable
isInsertable, isUpdatableMethods inherited from interface org.hibernate.boot.jaxb.mapping.spi.db.JaxbColumnNullable
isNullableMethods inherited from interface org.hibernate.boot.jaxb.mapping.spi.db.JaxbColumnSizable
getLength, getPrecision, getScale, getSecondPrecisionMethods inherited from interface org.hibernate.boot.jaxb.mapping.spi.db.JaxbColumnUniqueable
isUniqueMethods inherited from interface org.hibernate.boot.jaxb.mapping.spi.db.JaxbCommentable
getComment