All Downloads are FREE. Search and download functionalities are using the official Maven repository.

entity.InheritanceMapping.xpt Maven / Gradle / Ivy

There is a newer version: 1.24.1
Show newest version
«EXTENSION java::Naming»
«EXTENSION entity::ModelProperties»
«IMPORT uml»
«IMPORT JMM»
«IMPORT java»


//Inheritance mapping 
#only table per inheritance hierarchy is supported

//Subclass mapping
#all subclasses are mapped here
«DEFINE SubclassMapping FOR PersistentObject»
    
	
	«EXPAND PropertyMapping::PropertyMapping FOREACH ownedAttribute -»
    «EXPAND AssociationMapping::AssociationMapping FOREACH ownedElement -»
    «EXPAND SubclassMapping FOREACH this.getSubclasses().typeSelect(PersistentObject) -»
    
«ENDDEFINE»




© 2015 - 2024 Weber Informatics LLC | Privacy Policy