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
getCheckConstraints
Methods inherited from interface org.hibernate.boot.jaxb.mapping.spi.db.JaxbColumn
getName, getTable
Methods inherited from interface org.hibernate.boot.jaxb.mapping.spi.db.JaxbColumnDefaultable
getDefault
Methods inherited from interface org.hibernate.boot.jaxb.mapping.spi.db.JaxbColumnDefinable
getColumnDefinition, getOptions
Methods inherited from interface org.hibernate.boot.jaxb.mapping.spi.db.JaxbColumnMutable
isInsertable, isUpdatable
Methods inherited from interface org.hibernate.boot.jaxb.mapping.spi.db.JaxbColumnNullable
isNullable
Methods inherited from interface org.hibernate.boot.jaxb.mapping.spi.db.JaxbColumnSizable
getLength, getPrecision, getScale, getSecondPrecision
Methods inherited from interface org.hibernate.boot.jaxb.mapping.spi.db.JaxbColumnUniqueable
isUnique
Methods inherited from interface org.hibernate.boot.jaxb.mapping.spi.db.JaxbCommentable
getComment