Update of /cvsroot/hibernate/Hibernate2/src/net/sf/hibernate/engine
In directory sc8-pr-cvs1:/tmp/cvs-serv14128/sf/hibernate/engine
Modified Files:
Mapping.java
Log Message:
redesigned configuration API
Index: Mapping.java
===================================================================
RCS file: /cvsroot/hibernate/Hibernate2/src/net/sf/hibernate/engine/Mapping.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Mapping.java 5 Jan 2003 02:11:20 -0000 1.3
--- Mapping.java 26 Jan 2003 01:33:35 -0000 1.4
***************
*** 7,15 ****
/**
* Defines operations common to "compiled" mappings (ie. <tt>SessionFactory</tt>)
! * and "uncompiled" mappings (ie. <tt>Datastore</tt>) that are used by
* implementors of <tt>Type</tt>.
* @see net.sf.hibernate.type.Type
* @see net.sf.hibernate.impl.SessionFactoryImpl
! * @see net.sf.hibernate.impl.DatastoreImpl
*/
public interface Mapping {
--- 7,15 ----
/**
* Defines operations common to "compiled" mappings (ie. <tt>SessionFactory</tt>)
! * and "uncompiled" mappings (ie. <tt>Configuration</tt>) that are used by
* implementors of <tt>Type</tt>.
* @see net.sf.hibernate.type.Type
* @see net.sf.hibernate.impl.SessionFactoryImpl
! * @see net.sf.hibernate.cfg.Configuration
*/
public interface Mapping {
|