Show
Ignore:
Timestamp:
11/02/08 13:53:31 (4 years ago)
Author:
michael
Message:

Huge refactor to better support child entities and make cleaner customisation for complex entities. Refs #4, spent 8

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/test/resources/META-INF/persistence.xml

    r3539 r3606  
    77        <persistence-unit name="test"> 
    88                <class>org.sarugo.restlet.jpa.FooEntity</class> 
     9                <class>org.sarugo.restlet.jpa.BarEntity</class> 
    910                <properties> 
    1011                        <property name="hibernate.hbm2ddl.auto" value="create-drop" />