Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: ba7ae1ddea3b1eb75e66aa91c15ba4cd96e32f2d (plain) (tree)
1
2
3
4
5
6
7
8
9
10


                                                                                                                                             
                                                              

                                                                                                 



                                                                                                                                                

                                                   


                                                                                                                                              
                                                                                                                                                  

                                                                                          
                                                                                                                                       

                                                                               

                                                                                     



                                                                                                                                                

                                                   


                                                                                                                                              
                                                                                                                                           
                                                                                                
                              
                                                                                                                                            

                                                                                    
                                                                                                                                                      

                                                                                              
                                                                                                                                  

                                                                                       
                                                                                                                                                   

                                                                                           

                                                                                             



                                                                                                                                                

                                                   


                                                                                                                                              

                                                                              
                                                                                                            





                                                                                           



                                                                                                                                                

                                                   


                                                                                                                                              
                                                                                                                                          

                                                                                  
                                                                                                                                                                         

                                                                                  
                                                                                                                                     

                                                                                        
                                                                                                                                               

                                                                                       
                                                                                                                                                                           

                                                                                    
                                                                                                                                   

                                                                                      

                                                                               



                                                                                                                                                

                                                   


                                                                                                                                              
                                                                                                                                                     
                                                                                                          

                                                                                                                                               
                                                                                                    
                              
                                                                                                                                       

                                                                               
                                                                                                                                         

                                                                                 
                                                                                                                                   

                                                                                      
                                                                                                                                          

                                                                                             

                                                                                     



                                                                                                                                                

                                                   


                                                                                                                                              
                                                                                                                               

                                                                                    
                                                                                                                              

                                                                                   
                                                                                                                               

                                                                                    

                                                                                       



                                                                                                                                                

                                                   


                                                                                                                                              

                                                                          
                                                                                                     



                                                                  
                                                                                                                                             

                                                                                     

                   
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD 3.0//EN" "http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd">

<!--	Generated by Teneo on Wed Mar 21 00:28:59 CET 2007 -->
<hibernate-mapping>
	<class entity-name="CapacityEntry" abstract="false" lazy="false" table="`capacityentry`">
		<meta attribute="eclassName">CapacityEntry</meta>
		<meta attribute="epackage">http://www.eclipse.org/emf/teneo/samples/emf/sample/capa</meta>
		<id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler">
			<meta attribute="syntheticId">true</meta>
			<generator class="native"/>
		</id>
		<version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler">
			<meta attribute="syntheticVersion">true</meta>
		</version>
		<property name="capacityEntryId" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String">
			<column not-null="false" unique="false" name="`capacityentryid`"/>
		</property>
		<property name="name" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String">
			<column not-null="false" unique="false" name="`name`"/>
		</property>
	</class>
	<class entity-name="Machine" abstract="false" lazy="false" table="`machine`">
		<meta attribute="eclassName">Machine</meta>
		<meta attribute="epackage">http://www.eclipse.org/emf/teneo/samples/emf/sample/capa</meta>
		<id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler">
			<meta attribute="syntheticId">true</meta>
			<generator class="native"/>
		</id>
		<version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler">
			<meta attribute="syntheticVersion">true</meta>
		</version>
		<many-to-one name="workWeek" entity-name="WorkWeek" cascade="all" lazy="false" insert="true" update="true" not-null="true">
			<column not-null="true" unique="false" name="`workweek_workweek_e_id`"/>
		</many-to-one>
		<property name="machineId" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String">
			<column not-null="false" unique="false" name="`machineid`"/>
		</property>
		<property name="machineSearchString" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String">
			<column not-null="false" unique="false" name="`machinesearchstring`"/>
		</property>
		<property name="multiplicity" lazy="false" insert="true" update="true" not-null="false" unique="false" type="int">
			<column not-null="false" unique="false" name="`multiplicity`"/>
		</property>
		<property name="taskSearchString" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String">
			<column not-null="false" unique="false" name="`tasksearchstring`"/>
		</property>
	</class>
	<class entity-name="MachineList" abstract="false" lazy="false" table="`machinelist`">
		<meta attribute="eclassName">MachineList</meta>
		<meta attribute="epackage">http://www.eclipse.org/emf/teneo/samples/emf/sample/capa</meta>
		<id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler">
			<meta attribute="syntheticId">true</meta>
			<generator class="native"/>
		</id>
		<version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler">
			<meta attribute="syntheticVersion">true</meta>
		</version>
		<list name="machines" lazy="true" cascade="all,delete-orphan">
			<key update="true">
				<column name="`machinelist_machines_e_id`" not-null="false" unique="false"/>
			</key>
			<list-index column="`machinelist_machines_idx`"/>
			<one-to-many entity-name="Machine"/>
		</list>
	</class>
	<class entity-name="Production" abstract="false" lazy="false" table="`production`">
		<meta attribute="eclassName">Production</meta>
		<meta attribute="epackage">http://www.eclipse.org/emf/teneo/samples/emf/sample/capa</meta>
		<id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler">
			<meta attribute="syntheticId">true</meta>
			<generator class="native"/>
		</id>
		<version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler">
			<meta attribute="syntheticVersion">true</meta>
		</version>
		<property name="article" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String">
			<column not-null="false" unique="false" name="`article`"/>
		</property>
		<property name="dueTime" lazy="false" insert="true" update="true" not-null="false" unique="false" type="org.eclipse.emf.teneo.hibernate.mapping.XSDDate">
			<column not-null="false" unique="false" name="`duetime`"/>
		</property>
		<property name="missingAmount" lazy="false" insert="true" update="true" not-null="false" unique="false" type="float">
			<column not-null="false" unique="false" name="`missingamount`"/>
		</property>
		<property name="productionId" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String">
			<column not-null="false" unique="false" name="`productionid`"/>
		</property>
		<property name="startTime" lazy="false" insert="true" update="true" not-null="false" unique="false" type="org.eclipse.emf.teneo.hibernate.mapping.XSDDate">
			<column not-null="false" unique="false" name="`starttime`"/>
		</property>
		<property name="totalAmount" lazy="false" insert="true" update="true" not-null="false" unique="false" type="float">
			<column not-null="false" unique="false" name="`totalamount`"/>
		</property>
	</class>
	<class entity-name="Task" abstract="false" lazy="false" table="`task`">
		<meta attribute="eclassName">Task</meta>
		<meta attribute="epackage">http://www.eclipse.org/emf/teneo/samples/emf/sample/capa</meta>
		<id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler">
			<meta attribute="syntheticId">true</meta>
			<generator class="native"/>
		</id>
		<version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler">
			<meta attribute="syntheticVersion">true</meta>
		</version>
		<many-to-one name="capacityEntry" entity-name="CapacityEntry" cascade="all" lazy="false" insert="true" update="true" not-null="true">
			<column not-null="true" unique="false" name="`capacityentry_capacityentry_e_id`"/>
		</many-to-one>
		<many-to-one name="production" entity-name="Production" cascade="all" lazy="false" insert="true" update="true" not-null="true">
			<column not-null="true" unique="false" name="`production_production_e_id`"/>
		</many-to-one>
		<property name="name" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String">
			<column not-null="false" unique="false" name="`name`"/>
		</property>
		<property name="taskId" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String">
			<column not-null="false" unique="false" name="`taskid`"/>
		</property>
		<property name="timePerPice" lazy="false" insert="true" update="true" not-null="false" unique="false" type="float">
			<column not-null="false" unique="false" name="`timeperpice`"/>
		</property>
		<property name="timePerPreperation" lazy="false" insert="true" update="true" not-null="false" unique="false" type="float">
			<column not-null="false" unique="false" name="`timeperpreperation`"/>
		</property>
	</class>
	<class entity-name="WorkDay" abstract="false" lazy="false" table="`workday`">
		<meta attribute="eclassName">WorkDay</meta>
		<meta attribute="epackage">http://www.eclipse.org/emf/teneo/samples/emf/sample/capa</meta>
		<id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler">
			<meta attribute="syntheticId">true</meta>
			<generator class="native"/>
		</id>
		<version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler">
			<meta attribute="syntheticVersion">true</meta>
		</version>
		<property name="dayOfWeek" lazy="false" insert="true" update="true" not-null="false" unique="false" type="int">
			<column not-null="false" unique="false" name="`dayofweek`"/>
		</property>
		<property name="duration" lazy="false" insert="true" update="true" not-null="false" unique="false" type="int">
			<column not-null="false" unique="false" name="`duration`"/>
		</property>
		<property name="startTime" lazy="false" insert="true" update="true" not-null="false" unique="false" type="int">
			<column not-null="false" unique="false" name="`starttime`"/>
		</property>
	</class>
	<class entity-name="WorkWeek" abstract="false" lazy="false" table="`workweek`">
		<meta attribute="eclassName">WorkWeek</meta>
		<meta attribute="epackage">http://www.eclipse.org/emf/teneo/samples/emf/sample/capa</meta>
		<id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler">
			<meta attribute="syntheticId">true</meta>
			<generator class="native"/>
		</id>
		<version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler">
			<meta attribute="syntheticVersion">true</meta>
		</version>
		<list name="days" lazy="true" cascade="all,delete-orphan">
			<key update="true">
				<column name="`workweek_days_e_id`" not-null="false" unique="false"/>
			</key>
			<list-index column="`workweek_days_idx`"/>
			<one-to-many entity-name="WorkDay"/>
		</list>
		<property name="workWeekId" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String">
			<column not-null="false" unique="false" name="`workweekid`"/>
		</property>
	</class>
</hibernate-mapping>

Back to the top