Uses of Interface
net.sf.hibernate.engine.Mapping

Packages that use Mapping
net.sf.hibernate.dialect   
net.sf.hibernate.engine   
net.sf.hibernate.impl   
net.sf.hibernate.mapping   
net.sf.hibernate.type   
 

Uses of Mapping in net.sf.hibernate.dialect
 

Methods in net.sf.hibernate.dialect with parameters of type Mapping
 Type StandardSQLFunction.getReturnType(Type columnType, Mapping mapping)
           
 Type SQLFunction.getReturnType(Type columnType, Mapping mapping)
           
 Type NoArgSQLFunction.getReturnType(Type columnType, Mapping mapping)
           
 

Uses of Mapping in net.sf.hibernate.engine
 

Subinterfaces of Mapping in net.sf.hibernate.engine
 interface SessionFactoryImplementor
          Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type.
 

Uses of Mapping in net.sf.hibernate.impl
 

Classes in net.sf.hibernate.impl that implement Mapping
 class SessionFactoryImpl
          Concrete implementation of the SessionFactory interface.
 

Uses of Mapping in net.sf.hibernate.mapping
 

Methods in net.sf.hibernate.mapping with parameters of type Mapping
 boolean Value.isValid(Mapping mapping)
           
 Iterator Table.sqlAlterStrings(Dialect dialect, Mapping p, TableMetadata tableInfo)
           
 String Table.sqlCreateString(Dialect dialect, Mapping p)
           
 void Subclass.validate(Mapping mapping)
           
 boolean SimpleValue.isValid(Mapping mapping)
           
 void RootClass.validate(Mapping mapping)
           
 String RelationalModel.sqlCreateString(Dialect dialect, Mapping p)
           
 boolean Property.isValid(Mapping mapping)
           
 void PersistentClass.validate(Mapping mapping)
           
 boolean OneToMany.isValid(Mapping mapping)
           
 void IndexedCollection.validate(Mapping mapping)
           
 String Index.sqlCreateString(Dialect dialect, Mapping mapping)
           
 void IdentifierCollection.validate(Mapping mapping)
           
 String Constraint.sqlCreateString(Dialect dialect, Mapping p)
           
 String Column.getSqlType(Dialect dialect, Mapping mapping)
           
 void Collection.validate(Mapping mapping)
           
 boolean Collection.isValid(Mapping mapping)
           
 

Uses of Mapping in net.sf.hibernate.type
 

Methods in net.sf.hibernate.type with parameters of type Mapping
 int[] Type.sqlTypes(Mapping mapping)
          Return the SQL type codes for the columns mapped by this type.
 int Type.getColumnSpan(Mapping mapping)
          How many columns are used to persist this type.
 int[] PersistentCollectionType.sqlTypes(Mapping session)
           
 int PersistentCollectionType.getColumnSpan(Mapping session)
           
 int OneToOneType.getColumnSpan(Mapping session)
           
 int[] OneToOneType.sqlTypes(Mapping session)
           
 int ObjectType.getColumnSpan(Mapping session)
           
 int[] ObjectType.sqlTypes(Mapping mapping)
           
 int NullableType.getColumnSpan(Mapping session)
           
 int[] NullableType.sqlTypes(Mapping session)
           
 int[] MetaType.sqlTypes(Mapping mapping)
           
 int MetaType.getColumnSpan(Mapping mapping)
           
 int ManyToOneType.getColumnSpan(Mapping mapping)
           
 int[] ManyToOneType.sqlTypes(Mapping mapping)
           
 int DynamicComponentType.getColumnSpan(Mapping mapping)
           
 int[] DynamicComponentType.sqlTypes(Mapping mapping)
           
 int[] CustomType.sqlTypes(Mapping pi)
           
 int CustomType.getColumnSpan(Mapping session)
           
 int CompositeCustomType.getColumnSpan(Mapping mapping)
           
 int[] CompositeCustomType.sqlTypes(Mapping mapping)
           
 int[] ComponentType.sqlTypes(Mapping mapping)
           
 int ComponentType.getColumnSpan(Mapping mapping)