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

org.jboss.shrinkwrap.descriptor.api.orm.OrmAttributesCommType Maven / Gradle / Ivy

package org.jboss.shrinkwrap.descriptor.api.orm; 

import java.util.ArrayList;
import java.util.List;
import org.jboss.shrinkwrap.descriptor.api.Child;
import org.jboss.shrinkwrap.descriptor.api.CommonExtends;

@CommonExtends(common = { "dummy", "id", "embedded-id", "basic", "version", "many-to-one", "one-to-many", "one-to-one", "many-to-many", "embedded", "transient" })
public interface OrmAttributesCommType, 
    ID1 extends OrmIdCommType, 
    EMBEDDEDID2 extends OrmEmbeddedIdCommType, 
    BASIC3 extends OrmBasicCommType, 
    VERSION4 extends OrmVersionCommType, 
    MANYTOONE5 extends OrmManyToOneCommType, 
    ONETOMANY6 extends OrmOneToManyCommType, 
    ONETOONE7 extends OrmOneToOneCommType, 
    MANYTOMANY8 extends OrmManyToManyCommType, 
    EMBEDDED9 extends OrmEmbeddedCommType, 
    TRANSIENT10 extends OrmTransientCommType>
    extends Child { 
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy