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 |
OrmCascadeCommonType<PARENT,ORIGIN extends OrmCascadeCommonType<PARENT,ORIGIN>> |
interface |
OrmManyToManyCommType<PARENT,ORIGIN extends OrmManyToManyCommType<PARENT,ORIGIN,MAPKEY2,JOINTABLE3,CASCADETYPE4>,MAPKEY2 extends OrmMapKeyCommType,JOINTABLE3 extends OrmJoinTableCommType,CASCADETYPE4 extends OrmCascadeCommonType> |
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 |
CascadeType<T>
This interface defines the contract for the
cascade-type xsd type |
Copyright © 2019 JBoss by Red Hat. All rights reserved.