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 |
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,?>> |
Modifier and Type | Interface and Description |
---|---|
interface |
OrmDescriptor
This deployment descriptor provides the functionalities as described in the specification
Example:
OrmDescriptor descriptor = Descriptors.create(OrmDescriptor.class);
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.