Uses of Interface
org.jminor.common.model.Column

Packages that use Column
org.jminor.framework.domain   
 

Uses of Column in org.jminor.framework.domain
 

Subinterfaces of Column in org.jminor.framework.domain
static interface Property.AuditProperty
          A property representing an audit column
static interface Property.AuditTimeProperty
          Specifiesa audit property with a timestamp value
static interface Property.AuditUserProperty
          Specifiesa audit property with a username value
static interface Property.BlobProperty
          A BLOB property, based on two columns, the actual BLOB column and a column containing the name of the BLOB object.
static interface Property.BooleanProperty
          A boolean property, with special handling since different values are used for representing boolean values in different systems
static interface Property.ColumnProperty
          Specifies a property based on a table column
static interface Property.DenormalizedProperty
          A property representing a column that should get its value automatically from a column in a referenced table
static interface Property.MirrorProperty
          Represents a child foreign key property that is already included as part of another reference foreign key property, and should not handle updating the underlying property, useful in rare cases when foreign keys are referencing tables having composite natural primary keys as opposed to surrogate ones.
static interface Property.PrimaryKeyProperty
          A property that is part of a entities primary key.
static interface Property.SubqueryProperty
          A property based on a subquery, returning a single value
static interface Property.ValueListProperty
          A property based on a list of values, each with a displayable caption.