Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.orm | |
org.jboss.shrinkwrap.descriptor.api.orm20 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Interface and Description |
---|---|
interface |
OrmAssociationOverrideCommType<PARENT,ORIGIN extends OrmAssociationOverrideCommType<PARENT,ORIGIN,JOINCOLUMN1>,JOINCOLUMN1 extends OrmJoinColumnCommType> |
interface |
OrmCollectionTableCommType<PARENT,ORIGIN extends OrmCollectionTableCommType<PARENT,ORIGIN,JOINCOLUMN1,UNIQUECONSTRAINT2>,JOINCOLUMN1 extends OrmJoinColumnCommType,UNIQUECONSTRAINT2 extends OrmUniqueConstraintCommType> |
interface |
OrmJoinColumnCommType<PARENT,ORIGIN extends OrmJoinColumnCommType<PARENT,ORIGIN>> |
interface |
OrmJoinTableCommType<PARENT,ORIGIN extends OrmJoinTableCommType<PARENT,ORIGIN,JOINCOLUMN1,JOINCOLUMN2,UNIQUECONSTRAINT3>,JOINCOLUMN1 extends OrmJoinColumnCommType,JOINCOLUMN2 extends OrmJoinColumnCommType,UNIQUECONSTRAINT3 extends OrmUniqueConstraintCommType> |
interface |
OrmJoinTableCommType<PARENT,ORIGIN extends OrmJoinTableCommType<PARENT,ORIGIN,JOINCOLUMN1,JOINCOLUMN2,UNIQUECONSTRAINT3>,JOINCOLUMN1 extends OrmJoinColumnCommType,JOINCOLUMN2 extends OrmJoinColumnCommType,UNIQUECONSTRAINT3 extends OrmUniqueConstraintCommType> |
interface |
OrmManyToOneCommType<PARENT,ORIGIN extends OrmManyToOneCommType<PARENT,ORIGIN,JOINCOLUMN1,JOINTABLE2,CASCADETYPE3>,JOINCOLUMN1 extends OrmJoinColumnCommType,JOINTABLE2 extends OrmJoinTableCommType,CASCADETYPE3 extends OrmCascadeCommonType> |
interface |
OrmOneToManyCommType<PARENT,ORIGIN extends OrmOneToManyCommType<PARENT,ORIGIN,MAPKEY2,JOINTABLE3,JOINCOLUMN4,CASCADETYPE5>,MAPKEY2 extends OrmMapKeyCommType,JOINTABLE3 extends OrmJoinTableCommType,JOINCOLUMN4 extends OrmJoinColumnCommType,CASCADETYPE5 extends OrmCascadeCommonType> |
interface |
OrmOneToOneCommType<PARENT,ORIGIN extends OrmOneToOneCommType<PARENT,ORIGIN,PRIMARYKEYJOINCOLUMN1,JOINCOLUMN2,JOINTABLE3,CASCADETYPE4>,PRIMARYKEYJOINCOLUMN1 extends OrmPrimaryKeyJoinColumnCommType,JOINCOLUMN2 extends OrmJoinColumnCommType,JOINTABLE3 extends OrmJoinTableCommType,CASCADETYPE4 extends OrmCascadeCommonType> |
Modifier and Type | Interface and Description |
---|---|
interface |
JoinColumn<T>
This interface defines the contract for the
join-column xsd type |
Copyright © 2016 JBoss by Red Hat. All rights reserved.