Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.orm | |
org.jboss.shrinkwrap.descriptor.api.orm10 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Interface and Description |
---|---|
interface |
OrmCollectionTableCommType<PARENT,ORIGIN extends OrmCollectionTableCommType<PARENT,ORIGIN,JOINCOLUMN1,UNIQUECONSTRAINT2>,JOINCOLUMN1 extends OrmJoinColumnCommType,UNIQUECONSTRAINT2 extends OrmUniqueConstraintCommType> |
interface |
OrmJoinTableCommType<PARENT,ORIGIN extends OrmJoinTableCommType<PARENT,ORIGIN,JOINCOLUMN1,JOINCOLUMN2,UNIQUECONSTRAINT3>,JOINCOLUMN1 extends OrmJoinColumnCommType,JOINCOLUMN2 extends OrmJoinColumnCommType,UNIQUECONSTRAINT3 extends OrmUniqueConstraintCommType> |
interface |
OrmSecondaryTableCommType<PARENT,ORIGIN extends OrmSecondaryTableCommType<PARENT,ORIGIN,PRIMARYKEYJOINCOLUMN1,UNIQUECONSTRAINT2>,PRIMARYKEYJOINCOLUMN1 extends OrmPrimaryKeyJoinColumnCommType,UNIQUECONSTRAINT2 extends OrmUniqueConstraintCommType> |
interface |
OrmTableCommType<PARENT,ORIGIN extends OrmTableCommType<PARENT,ORIGIN,UNIQUECONSTRAINT1>,UNIQUECONSTRAINT1 extends OrmUniqueConstraintCommType> |
interface |
OrmTableGeneratorCommType<PARENT,ORIGIN extends OrmTableGeneratorCommType<PARENT,ORIGIN,UNIQUECONSTRAINT1>,UNIQUECONSTRAINT1 extends OrmUniqueConstraintCommType> |
interface |
OrmUniqueConstraintCommType<PARENT,ORIGIN extends OrmUniqueConstraintCommType<PARENT,ORIGIN>> |
Modifier and Type | Interface and Description |
---|---|
interface |
UniqueConstraint<T>
This interface defines the contract for the
unique-constraint xsd type |
Copyright © 2019 JBoss by Red Hat. All rights reserved.