Uses of Package
org.jminor.framework.domain

Packages that use org.jminor.framework.domain
org.jminor.framework.client.model   
org.jminor.framework.client.model.event   
org.jminor.framework.client.ui   
org.jminor.framework.db   
org.jminor.framework.db.criteria   
org.jminor.framework.domain   
org.jminor.framework.server   
org.jminor.framework.tools   
org.jminor.framework.tools.testing   
 

Classes in org.jminor.framework.domain used by org.jminor.framework.client.model
Entity
          An ORM entity interface, providing access to the property values via the ValueMap interface.
Entity.Key
          A class representing a primary key.
Entity.Validator
          Responsible for providing validation for entities.
Property
          Specifies a Property.
Property.ColumnProperty
          Specifies a property based on a table column
Property.ForeignKeyProperty
          A wrapper property that represents a reference to another entity, typically but not necessarily based on a foreign key.
Property.SearchableProperty
          Specifies a property that can be include in database search criteria
 

Classes in org.jminor.framework.domain used by org.jminor.framework.client.model.event
Entity
          An ORM entity interface, providing access to the property values via the ValueMap interface.
Entity.Key
          A class representing a primary key.
 

Classes in org.jminor.framework.domain used by org.jminor.framework.client.ui
Entity
          An ORM entity interface, providing access to the property values via the ValueMap interface.
Property
          Specifies a Property.
Property.ColumnProperty
          Specifies a property based on a table column
Property.ForeignKeyProperty
          A wrapper property that represents a reference to another entity, typically but not necessarily based on a foreign key.
Property.ValueListProperty
          A property based on a list of values, each with a displayable caption.
 

Classes in org.jminor.framework.domain used by org.jminor.framework.db
Entity
          An ORM entity interface, providing access to the property values via the ValueMap interface.
Entity.Key
          A class representing a primary key.
 

Classes in org.jminor.framework.domain used by org.jminor.framework.db.criteria
Entity.Key
          A class representing a primary key.
Property.ColumnProperty
          Specifies a property based on a table column
Property.ForeignKeyProperty
          A wrapper property that represents a reference to another entity, typically but not necessarily based on a foreign key.
 

Classes in org.jminor.framework.domain used by org.jminor.framework.domain
Entity
          An ORM entity interface, providing access to the property values via the ValueMap interface.
Entity.BackgroundColorProvider
          Provides background colors for entities.
Entity.Comparator
          Provides comparisons for entities.
Entity.Definition
          Specifies a entity definition.
Entity.Key
          A class representing a primary key.
Entity.Validator
          Responsible for providing validation for entities.
Property
          Specifies a Property.
Property.AuditProperty
          A property representing an audit column
Property.AuditProperty.AuditAction
          The possible audit actions
Property.AuditTimeProperty
          Specifiesa audit property with a timestamp value
Property.AuditUserProperty
          Specifiesa audit property with a username value
Property.BooleanProperty
          A boolean property, with special handling since different values are used for representing boolean values in different systems
Property.ColumnProperty
          Specifies a property based on a table column
Property.DenormalizedProperty
          A property representing a column that should get its value automatically from a column in a referenced table
Property.DenormalizedViewProperty
          A property that gets its value from a entity referenced by a foreign key, but is for display only, and does not map to a database column
Property.DerivedProperty
          A property which value is derived from the values of one or more properties.
Property.DerivedProperty.Provider
          Responsible for providing values derived from other values
Property.ForeignKeyProperty
          A wrapper property that represents a reference to another entity, typically but not necessarily based on a foreign key.
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.
Property.PrimaryKeyProperty
          A property that is part of a entities primary key.
Property.SearchableProperty
          Specifies a property that can be include in database search criteria
Property.SubqueryProperty
          A property based on a subquery, returning a single value
Property.TransientProperty
          A property that does not map to an underlying database column.
Property.ValueListProperty
          A property based on a list of values, each with a displayable caption.
 

Classes in org.jminor.framework.domain used by org.jminor.framework.server
Entity
          An ORM entity interface, providing access to the property values via the ValueMap interface.
Entity.Key
          A class representing a primary key.
 

Classes in org.jminor.framework.domain used by org.jminor.framework.tools
Entity
          An ORM entity interface, providing access to the property values via the ValueMap interface.
Entity.Key
          A class representing a primary key.
 

Classes in org.jminor.framework.domain used by org.jminor.framework.tools.testing
Entity
          An ORM entity interface, providing access to the property values via the ValueMap interface.