Interface | Description |
---|---|
OrmAssociationOverrideCommType<PARENT,ORIGIN extends OrmAssociationOverrideCommType<PARENT,ORIGIN,JOINCOLUMN1>,JOINCOLUMN1 extends OrmJoinColumnCommType> | |
OrmAttributeOverrideCommType<PARENT,ORIGIN extends OrmAttributeOverrideCommType<PARENT,ORIGIN,COLUMN1>,COLUMN1 extends OrmColumnCommType> | |
OrmAttributesCommType<PARENT,ORIGIN extends OrmAttributesCommType<PARENT,ORIGIN,ID1,EMBEDDEDID2,BASIC3,VERSION4,MANYTOONE5,ONETOMANY6,ONETOONE7,MANYTOMANY8,EMBEDDED9,TRANSIENT10>,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> | |
OrmBasicCommType<PARENT,ORIGIN extends OrmBasicCommType<PARENT,ORIGIN,COLUMN1>,COLUMN1 extends OrmColumnCommType> | |
OrmCascadeCommonType<PARENT,ORIGIN extends OrmCascadeCommonType<PARENT,ORIGIN>> | |
OrmCollectionTableCommType<PARENT,ORIGIN extends OrmCollectionTableCommType<PARENT,ORIGIN,JOINCOLUMN1,UNIQUECONSTRAINT2>,JOINCOLUMN1 extends OrmJoinColumnCommType,UNIQUECONSTRAINT2 extends OrmUniqueConstraintCommType> | |
OrmColumnCommType<PARENT,ORIGIN extends OrmColumnCommType<PARENT,ORIGIN>> | |
OrmColumnResultCommType<PARENT,ORIGIN extends OrmColumnResultCommType<PARENT,ORIGIN>> | |
OrmCommonDescriptor<T extends OrmCommonDescriptor<T,PERSISTENCEUNITMETADATA1,SEQUENCEGENERATOR2,TABLEGENERATOR3,TABLEGENERATOR4,NAMEDQUERY5,NAMEDQUERY6,NAMEDNATIVEQUERY7,SQLRESULTSETMAPPING8,EMBEDDABLE9>,PERSISTENCEUNITMETADATA1 extends OrmPersistenceUnitMetadataCommType<T,PERSISTENCEUNITMETADATA1,?>,SEQUENCEGENERATOR2 extends OrmSequenceGeneratorCommType<T,SEQUENCEGENERATOR2>,TABLEGENERATOR3 extends OrmTableGeneratorCommType<T,TABLEGENERATOR3,?>,TABLEGENERATOR4 extends OrmTableGeneratorCommType<T,TABLEGENERATOR4,?>,NAMEDQUERY5 extends OrmNamedQueryCommType<T,NAMEDQUERY5,?>,NAMEDQUERY6 extends OrmNamedQueryCommType<T,NAMEDQUERY6,?>,NAMEDNATIVEQUERY7 extends OrmNamedNativeQueryCommType<T,NAMEDNATIVEQUERY7,?>,SQLRESULTSETMAPPING8 extends OrmSqlResultSetMappingCommType<T,SQLRESULTSETMAPPING8,?,?>,EMBEDDABLE9 extends OrmEmbeddableCommType<T,EMBEDDABLE9,?>> | |
OrmConstructorResultCommType<PARENT,ORIGIN extends OrmConstructorResultCommType<PARENT,ORIGIN,COLUMNRESULT1>,COLUMNRESULT1 extends OrmColumnResultCommType> | |
OrmConvertCommType<PARENT,ORIGIN extends OrmConvertCommType<PARENT,ORIGIN>> | |
OrmConverterCommType<PARENT,ORIGIN extends OrmConverterCommType<PARENT,ORIGIN>> | |
OrmDiscriminatorColumnCommType<PARENT,ORIGIN extends OrmDiscriminatorColumnCommType<PARENT,ORIGIN>> | |
OrmElementCollectionCommType<PARENT,ORIGIN extends OrmElementCollectionCommType<PARENT,ORIGIN,ORDERCOLUMN2,MAPKEY3,MAPKEYCLASS4,ATTRIBUTEOVERRIDE7,MAPKEYCOLUMN8,MAPKEYJOINCOLUMN9,COLUMN10,ATTRIBUTEOVERRIDE14,ASSOCIATIONOVERRIDE15,COLLECTIONTABLE16>,ORDERCOLUMN2 extends OrmOrderColumnCommType,MAPKEY3 extends OrmMapKeyCommType,MAPKEYCLASS4 extends OrmMapKeyClassCommType,ATTRIBUTEOVERRIDE7 extends OrmAttributeOverrideCommType,MAPKEYCOLUMN8 extends OrmMapKeyColumnCommType,MAPKEYJOINCOLUMN9 extends OrmMapKeyJoinColumnCommType,COLUMN10 extends OrmColumnCommType,ATTRIBUTEOVERRIDE14 extends OrmAttributeOverrideCommType,ASSOCIATIONOVERRIDE15 extends OrmAssociationOverrideCommType,COLLECTIONTABLE16 extends OrmCollectionTableCommType> | |
OrmEmbeddableAttributesCommType<PARENT,ORIGIN extends OrmEmbeddableAttributesCommType<PARENT,ORIGIN,BASIC1,TRANSIENT2>,BASIC1 extends OrmBasicCommType,TRANSIENT2 extends OrmTransientCommType> | |
OrmEmbeddableCommType<PARENT,ORIGIN extends OrmEmbeddableCommType<PARENT,ORIGIN,EMBEDDABLEATTRIBUTES2>,EMBEDDABLEATTRIBUTES2 extends OrmEmbeddableAttributesCommType> | |
OrmEmbeddedCommType<PARENT,ORIGIN extends OrmEmbeddedCommType<PARENT,ORIGIN,ATTRIBUTEOVERRIDE1>,ATTRIBUTEOVERRIDE1 extends OrmAttributeOverrideCommType> | |
OrmEmbeddedIdCommType<PARENT,ORIGIN extends OrmEmbeddedIdCommType<PARENT,ORIGIN,ATTRIBUTEOVERRIDE1>,ATTRIBUTEOVERRIDE1 extends OrmAttributeOverrideCommType> | |
OrmEntityCommType<PARENT,ORIGIN extends OrmEntityCommType<PARENT,ORIGIN,TABLE2,SECONDARYTABLE3,PRIMARYKEYJOINCOLUMN4,IDCLASS5,INHERITANCE6,DISCRIMINATORCOLUMN8,SEQUENCEGENERATOR9,TABLEGENERATOR10,NAMEDQUERY11,NAMEDNATIVEQUERY12,SQLRESULTSETMAPPING13,ENTITYLISTENERS16,PREPERSIST17,POSTPERSIST18,PREREMOVE19,POSTREMOVE20,PREUPDATE21,POSTUPDATE22,POSTLOAD23,ATTRIBUTEOVERRIDE24,ASSOCIATIONOVERRIDE25,ATTRIBUTES26>,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> | |
OrmEntityListenerCommType<PARENT,ORIGIN extends OrmEntityListenerCommType<PARENT,ORIGIN,PREPERSIST1,POSTPERSIST2,PREREMOVE3,POSTREMOVE4,PREUPDATE5,POSTUPDATE6,POSTLOAD7>,PREPERSIST1 extends OrmPrePersistCommType,POSTPERSIST2 extends OrmPostPersistCommType,PREREMOVE3 extends OrmPreRemoveCommType,POSTREMOVE4 extends OrmPostRemoveCommType,PREUPDATE5 extends OrmPreUpdateCommType,POSTUPDATE6 extends OrmPostUpdateCommType,POSTLOAD7 extends OrmPostLoadCommType> | |
OrmEntityListenersCommType<PARENT,ORIGIN extends OrmEntityListenersCommType<PARENT,ORIGIN,ENTITYLISTENER1>,ENTITYLISTENER1 extends OrmEntityListenerCommType> | |
OrmEntityResultCommType<PARENT,ORIGIN extends OrmEntityResultCommType<PARENT,ORIGIN,FIELDRESULT1>,FIELDRESULT1 extends OrmFieldResultCommType> | |
OrmFieldResultCommType<PARENT,ORIGIN extends OrmFieldResultCommType<PARENT,ORIGIN>> | |
OrmForeignKeyCommType<PARENT,ORIGIN extends OrmForeignKeyCommType<PARENT,ORIGIN>> | |
OrmGeneratedValueCommType<PARENT,ORIGIN extends OrmGeneratedValueCommType<PARENT,ORIGIN>> | |
OrmIdClassCommType<PARENT,ORIGIN extends OrmIdClassCommType<PARENT,ORIGIN>> | |
OrmIdCommType<PARENT,ORIGIN extends OrmIdCommType<PARENT,ORIGIN,COLUMN1,GENERATEDVALUE2,TABLEGENERATOR4,SEQUENCEGENERATOR5>,COLUMN1 extends OrmColumnCommType,GENERATEDVALUE2 extends OrmGeneratedValueCommType,TABLEGENERATOR4 extends OrmTableGeneratorCommType,SEQUENCEGENERATOR5 extends OrmSequenceGeneratorCommType> | |
OrmIndexCommType<PARENT,ORIGIN extends OrmIndexCommType<PARENT,ORIGIN>> | |
OrmInheritanceCommType<PARENT,ORIGIN extends OrmInheritanceCommType<PARENT,ORIGIN>> | |
OrmJoinColumnCommType<PARENT,ORIGIN extends OrmJoinColumnCommType<PARENT,ORIGIN>> | |
OrmJoinTableCommType<PARENT,ORIGIN extends OrmJoinTableCommType<PARENT,ORIGIN,JOINCOLUMN1,JOINCOLUMN2,UNIQUECONSTRAINT3>,JOINCOLUMN1 extends OrmJoinColumnCommType,JOINCOLUMN2 extends OrmJoinColumnCommType,UNIQUECONSTRAINT3 extends OrmUniqueConstraintCommType> | |
OrmManyToManyCommType<PARENT,ORIGIN extends OrmManyToManyCommType<PARENT,ORIGIN,MAPKEY2,JOINTABLE3,CASCADETYPE4>,MAPKEY2 extends OrmMapKeyCommType,JOINTABLE3 extends OrmJoinTableCommType,CASCADETYPE4 extends OrmCascadeCommonType> | |
OrmManyToOneCommType<PARENT,ORIGIN extends OrmManyToOneCommType<PARENT,ORIGIN,JOINCOLUMN1,JOINTABLE2,CASCADETYPE3>,JOINCOLUMN1 extends OrmJoinColumnCommType,JOINTABLE2 extends OrmJoinTableCommType,CASCADETYPE3 extends OrmCascadeCommonType> | |
OrmMapKeyClassCommType<PARENT,ORIGIN extends OrmMapKeyClassCommType<PARENT,ORIGIN>> | |
OrmMapKeyColumnCommType<PARENT,ORIGIN extends OrmMapKeyColumnCommType<PARENT,ORIGIN>> | |
OrmMapKeyCommType<PARENT,ORIGIN extends OrmMapKeyCommType<PARENT,ORIGIN>> | |
OrmMapKeyJoinColumnCommType<PARENT,ORIGIN extends OrmMapKeyJoinColumnCommType<PARENT,ORIGIN>> | |
OrmMappedSuperclassCommType<PARENT,ORIGIN extends OrmMappedSuperclassCommType<PARENT,ORIGIN,IDCLASS2,ENTITYLISTENERS5,PREPERSIST6,POSTPERSIST7,PREREMOVE8,POSTREMOVE9,PREUPDATE10,POSTUPDATE11,POSTLOAD12,ATTRIBUTES13>,IDCLASS2 extends OrmIdClassCommType,ENTITYLISTENERS5 extends OrmEntityListenersCommType,PREPERSIST6 extends OrmPrePersistCommType,POSTPERSIST7 extends OrmPostPersistCommType,PREREMOVE8 extends OrmPreRemoveCommType,POSTREMOVE9 extends OrmPostRemoveCommType,PREUPDATE10 extends OrmPreUpdateCommType,POSTUPDATE11 extends OrmPostUpdateCommType,POSTLOAD12 extends OrmPostLoadCommType,ATTRIBUTES13 extends OrmAttributesCommType> | |
OrmNamedAttributeNodeCommType<PARENT,ORIGIN extends OrmNamedAttributeNodeCommType<PARENT,ORIGIN>> | |
OrmNamedEntityGraphCommType<PARENT,ORIGIN extends OrmNamedEntityGraphCommType<PARENT,ORIGIN,NAMEDATTRIBUTENODE1,NAMEDSUBGRAPH2,NAMEDSUBGRAPH3>,NAMEDATTRIBUTENODE1 extends OrmNamedAttributeNodeCommType,NAMEDSUBGRAPH2 extends OrmNamedSubgraphCommType,NAMEDSUBGRAPH3 extends OrmNamedSubgraphCommType> | |
OrmNamedNativeQueryCommType<PARENT,ORIGIN extends OrmNamedNativeQueryCommType<PARENT,ORIGIN,QUERYHINT2>,QUERYHINT2 extends OrmQueryHintCommType> | |
OrmNamedQueryCommType<PARENT,ORIGIN extends OrmNamedQueryCommType<PARENT,ORIGIN,QUERYHINT2>,QUERYHINT2 extends OrmQueryHintCommType> | |
OrmNamedStoredProcedureQueryCommType<PARENT,ORIGIN extends OrmNamedStoredProcedureQueryCommType<PARENT,ORIGIN,STOREDPROCEDUREPARAMETER2,QUERYHINT5>,STOREDPROCEDUREPARAMETER2 extends OrmStoredProcedureParameterCommType,QUERYHINT5 extends OrmQueryHintCommType> | |
OrmNamedSubgraphCommType<PARENT,ORIGIN extends OrmNamedSubgraphCommType<PARENT,ORIGIN,NAMEDATTRIBUTENODE1>,NAMEDATTRIBUTENODE1 extends OrmNamedAttributeNodeCommType> | |
OrmOneToManyCommType<PARENT,ORIGIN extends OrmOneToManyCommType<PARENT,ORIGIN,MAPKEY2,JOINTABLE3,JOINCOLUMN4,CASCADETYPE5>,MAPKEY2 extends OrmMapKeyCommType,JOINTABLE3 extends OrmJoinTableCommType,JOINCOLUMN4 extends OrmJoinColumnCommType,CASCADETYPE5 extends OrmCascadeCommonType> | |
OrmOneToOneCommType<PARENT,ORIGIN extends OrmOneToOneCommType<PARENT,ORIGIN,PRIMARYKEYJOINCOLUMN1,JOINCOLUMN2,JOINTABLE3,CASCADETYPE4>,PRIMARYKEYJOINCOLUMN1 extends OrmPrimaryKeyJoinColumnCommType,JOINCOLUMN2 extends OrmJoinColumnCommType,JOINTABLE3 extends OrmJoinTableCommType,CASCADETYPE4 extends OrmCascadeCommonType> | |
OrmOrderColumnCommType<PARENT,ORIGIN extends OrmOrderColumnCommType<PARENT,ORIGIN>> | |
OrmPersistenceUnitDefaultsCommType<PARENT,ORIGIN extends OrmPersistenceUnitDefaultsCommType<PARENT,ORIGIN,ENTITYLISTENERS5>,ENTITYLISTENERS5 extends OrmEntityListenersCommType> | |
OrmPersistenceUnitMetadataCommType<PARENT,ORIGIN extends OrmPersistenceUnitMetadataCommType<PARENT,ORIGIN,PERSISTENCEUNITDEFAULTS2>,PERSISTENCEUNITDEFAULTS2 extends OrmPersistenceUnitDefaultsCommType> | |
OrmPostLoadCommType<PARENT,ORIGIN extends OrmPostLoadCommType<PARENT,ORIGIN>> | |
OrmPostPersistCommType<PARENT,ORIGIN extends OrmPostPersistCommType<PARENT,ORIGIN>> | |
OrmPostRemoveCommType<PARENT,ORIGIN extends OrmPostRemoveCommType<PARENT,ORIGIN>> | |
OrmPostUpdateCommType<PARENT,ORIGIN extends OrmPostUpdateCommType<PARENT,ORIGIN>> | |
OrmPrePersistCommType<PARENT,ORIGIN extends OrmPrePersistCommType<PARENT,ORIGIN>> | |
OrmPreRemoveCommType<PARENT,ORIGIN extends OrmPreRemoveCommType<PARENT,ORIGIN>> | |
OrmPreUpdateCommType<PARENT,ORIGIN extends OrmPreUpdateCommType<PARENT,ORIGIN>> | |
OrmPrimaryKeyJoinColumnCommType<PARENT,ORIGIN extends OrmPrimaryKeyJoinColumnCommType<PARENT,ORIGIN>> | |
OrmQueryHintCommType<PARENT,ORIGIN extends OrmQueryHintCommType<PARENT,ORIGIN>> | |
OrmSecondaryTableCommType<PARENT,ORIGIN extends OrmSecondaryTableCommType<PARENT,ORIGIN,PRIMARYKEYJOINCOLUMN1,UNIQUECONSTRAINT2>,PRIMARYKEYJOINCOLUMN1 extends OrmPrimaryKeyJoinColumnCommType,UNIQUECONSTRAINT2 extends OrmUniqueConstraintCommType> | |
OrmSequenceGeneratorCommType<PARENT,ORIGIN extends OrmSequenceGeneratorCommType<PARENT,ORIGIN>> | |
OrmSqlResultSetMappingCommType<PARENT,ORIGIN extends OrmSqlResultSetMappingCommType<PARENT,ORIGIN,ENTITYRESULT1,COLUMNRESULT2>,ENTITYRESULT1 extends OrmEntityResultCommType,COLUMNRESULT2 extends OrmColumnResultCommType> | |
OrmStoredProcedureParameterCommType<PARENT,ORIGIN extends OrmStoredProcedureParameterCommType<PARENT,ORIGIN>> | |
OrmTableCommType<PARENT,ORIGIN extends OrmTableCommType<PARENT,ORIGIN,UNIQUECONSTRAINT1>,UNIQUECONSTRAINT1 extends OrmUniqueConstraintCommType> | |
OrmTableGeneratorCommType<PARENT,ORIGIN extends OrmTableGeneratorCommType<PARENT,ORIGIN,UNIQUECONSTRAINT1>,UNIQUECONSTRAINT1 extends OrmUniqueConstraintCommType> | |
OrmTransientCommType<PARENT,ORIGIN extends OrmTransientCommType<PARENT,ORIGIN>> | |
OrmUniqueConstraintCommType<PARENT,ORIGIN extends OrmUniqueConstraintCommType<PARENT,ORIGIN>> | |
OrmVersionCommType<PARENT,ORIGIN extends OrmVersionCommType<PARENT,ORIGIN,COLUMN1>,COLUMN1 extends OrmColumnCommType> |
Copyright © 2020 JBoss by Red Hat. All rights reserved.