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

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

The newest version!
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", "table", "secondary-table", "primary-key-join-column", "id-class", "inheritance", "discriminator-column", "sequence-generator", "table-generator", "named-query", "named-native-query", "sql-result-set-mapping", "entity-listeners", "pre-persist", "post-persist", "pre-remove", "post-remove", "pre-update", "post-update", "post-load", "attribute-override", "association-override", "attributes" })
public interface OrmEntityCommType, 
    TABLE2 extends OrmTableCommType, 
    SECONDARYTABLE3 extends OrmSecondaryTableCommType, 
    PRIMARYKEYJOINCOLUMN4 extends OrmPrimaryKeyJoinColumnCommType, 
    IDCLASS5 extends OrmIdClassCommType, 
    INHERITANCE6 extends OrmInheritanceCommType, 
    DISCRIMINATORCOLUMN8 extends OrmDiscriminatorColumnCommType, 
    SEQUENCEGENERATOR9 extends OrmSequenceGeneratorCommType, 
    TABLEGENERATOR10 extends OrmTableGeneratorCommType, 
    NAMEDQUERY11 extends OrmNamedQueryCommType, 
    NAMEDNATIVEQUERY12 extends OrmNamedNativeQueryCommType, 
    SQLRESULTSETMAPPING13 extends OrmSqlResultSetMappingCommType, 
    ENTITYLISTENERS16 extends OrmEntityListenersCommType, 
    PREPERSIST17 extends OrmPrePersistCommType, 
    POSTPERSIST18 extends OrmPostPersistCommType, 
    PREREMOVE19 extends OrmPreRemoveCommType, 
    POSTREMOVE20 extends OrmPostRemoveCommType, 
    PREUPDATE21 extends OrmPreUpdateCommType, 
    POSTUPDATE22 extends OrmPostUpdateCommType, 
    POSTLOAD23 extends OrmPostLoadCommType, 
    ATTRIBUTEOVERRIDE24 extends OrmAttributeOverrideCommType, 
    ASSOCIATIONOVERRIDE25 extends OrmAssociationOverrideCommType, 
    ATTRIBUTES26 extends OrmAttributesCommType>
    extends Child { 
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy