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

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


Uses of Interface
net.sf.hibernate.mapping.Value

Packages that use Value
net.sf.hibernate.mapping   
 

Uses of Value in net.sf.hibernate.mapping
 

Classes in net.sf.hibernate.mapping that implement Value
 class Any
          A Hibernate "any" type (ie.
 class Array
          An array mapping has a primary key consisting of the key columns + index column.
 class Bag
          A bag permits duplicates, so it has no primary key
 class Collection
          Mapping for a collection.
 class Component
          The mapping for a component, composite element, composite identifier, etc.
 class IdentifierBag
          An IdentifierBag has a primary key consisting of just the identifier column
 class IdentifierCollection
          A collection with a synthetic "identifier" column
 class IndexedCollection
          Indexed collections include Lists, Maps, arrays and primitive arrays.
 class List
          A list mapping has a primary key consisting of the key columns + index column.
 class ManyToOne
          A many-to-one association mapping
 class Map
          A map has a primary key consisting of the key columns + index columns.
 class OneToMany
          A mapping for a one-to-many association
 class OneToOne
          A one-to-one association mapping
 class PrimitiveArray
          A primitive array has a primary key consisting of the key columns + index column.
 class Set
          A set with no nullable element columns.
 class SimpleValue
          Any value that maps to columns.
 class ToOne
          A simple-point association (ie.
 

Methods in net.sf.hibernate.mapping that return Value
 Value Subclass.getDiscriminator()
           
 Value RootClass.getDiscriminator()
           
 Value Property.getValue()
           
abstract  Value PersistentClass.getDiscriminator()
           
 Value OneToOne.getIdentifier()
          Returns the identifier.
 Value Collection.getElement()
           
 

Methods in net.sf.hibernate.mapping with parameters of type Value
 void Property.setValue(Value value)
          Sets the value.
 void Collection.setElement(Value element)
          Sets the element.