站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 2.1.8 正式版 API 英文文档

net.sf.hibernate.mapping (Hibernate API Documentation) - Hibernate 2.1.8 正式版 API 英文文档


Package net.sf.hibernate.mapping

Interface Summary
Fetchable Any mapping with an outer-join attribute
RelationalModel A relational object which may be created using DDL
Value A value is anything that is persisted by value, instead of by reference.
 

Class Summary
Any A Hibernate "any" type (ie.
Array An array mapping has a primary key consisting of the key columns + index column.
Bag A bag permits duplicates, so it has no primary key
Collection Mapping for a collection.
Column A column of a relational database table
Component The mapping for a component, composite element, composite identifier, etc.
Constraint A relational constraint.
ForeignKey A foreign key constraint
Formula A formula is a derived column value
IdentifierBag An IdentifierBag has a primary key consisting of just the identifier column
IdentifierCollection A collection with a synthetic "identifier" column
Index A relational table index
IndexedCollection Indexed collections include Lists, Maps, arrays and primitive arrays.
List A list mapping has a primary key consisting of the key columns + index column.
ManyToOne A many-to-one association mapping
Map A map has a primary key consisting of the key columns + index columns.
MetaAttribute A meta attribute is a named value or values.
NamedSQLQuery Simple value holder for named sql queries.
OneToMany A mapping for a one-to-many association
OneToOne A one-to-one association mapping
PersistentClass Mapping for an entity class.
PrimaryKey A primary key constraint
PrimitiveArray A primitive array has a primary key consisting of the key columns + index column.
Property Mapping for a property of a Java class (entity or component)
RootClass The root class of a table-per-subclass, or table-per-concrete-class inheritance hierarchy.
Set A set with no nullable element columns.
SimpleValue Any value that maps to columns.
Subclass A sublass in a table-per-subclass, or table-per-concrete-class inheritance hierarchy.
Table A relational table
ToOne A simple-point association (ie.
UniqueKey A relational unique key constraint