Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.orm20 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
OrmDescriptor |
OrmDescriptor._package(String _package)
Sets the
package element |
OrmDescriptor |
OrmDescriptor.access(AccessType access)
Sets the
access element |
OrmDescriptor |
OrmDescriptor.access(String access)
Sets the
access element |
OrmDescriptor |
OrmDescriptor.catalog(String catalog)
Sets the
catalog element |
OrmDescriptor |
OrmDescriptor.description(String description)
Sets the
description element |
OrmDescriptor |
OrmDescriptor.removeAccess()
Removes the
access attribute |
OrmDescriptor |
OrmDescriptor.removeAllEmbeddable()
Removes all
embeddable elements |
OrmDescriptor |
OrmDescriptor.removeAllEntity()
Removes all
entity elements |
OrmDescriptor |
OrmDescriptor.removeAllMappedSuperclass()
Removes all
mapped-superclass elements |
OrmDescriptor |
OrmDescriptor.removeAllNamedNativeQuery()
Removes all
named-native-query elements |
OrmDescriptor |
OrmDescriptor.removeAllNamedQuery()
Removes all
named-query elements |
OrmDescriptor |
OrmDescriptor.removeAllSequenceGenerator()
Removes all
sequence-generator elements |
OrmDescriptor |
OrmDescriptor.removeAllSqlResultSetMapping()
Removes all
sql-result-set-mapping elements |
OrmDescriptor |
OrmDescriptor.removeAllTableGenerator()
Removes all
table-generator elements |
OrmDescriptor |
OrmDescriptor.removeCatalog()
Removes the
catalog element |
OrmDescriptor |
OrmDescriptor.removeDescription()
Removes the
description element |
OrmDescriptor |
OrmDescriptor.removePackage()
Removes the
package element |
OrmDescriptor |
OrmDescriptor.removePersistenceUnitMetadata()
Removes the
persistence-unit-metadata element |
OrmDescriptor |
OrmDescriptor.removeSchema()
Removes the
schema element |
OrmDescriptor |
OrmDescriptor.removeVersion()
Removes the
version attribute |
OrmDescriptor |
OrmDescriptor.schema(String schema)
Sets the
schema element |
OrmDescriptor |
OrmDescriptor.version(String version)
Sets the
version attribute |
Modifier and Type | Method and Description |
---|---|
Embeddable<OrmDescriptor> |
OrmDescriptor.createEmbeddable()
Creates a new
embeddable element |
Entity<OrmDescriptor> |
OrmDescriptor.createEntity()
Creates a new
entity element |
MappedSuperclass<OrmDescriptor> |
OrmDescriptor.createMappedSuperclass()
Creates a new
mapped-superclass element |
NamedNativeQuery<OrmDescriptor> |
OrmDescriptor.createNamedNativeQuery()
Creates a new
named-native-query element |
NamedQuery<OrmDescriptor> |
OrmDescriptor.createNamedQuery()
Creates a new
named-query element |
SequenceGenerator<OrmDescriptor> |
OrmDescriptor.createSequenceGenerator()
Creates a new
sequence-generator element |
SqlResultSetMapping<OrmDescriptor> |
OrmDescriptor.createSqlResultSetMapping()
Creates a new
sql-result-set-mapping element |
TableGenerator<OrmDescriptor> |
OrmDescriptor.createTableGenerator()
Creates a new
table-generator element |
List<Embeddable<OrmDescriptor>> |
OrmDescriptor.getAllEmbeddable()
Returns all
embeddable elements |
List<Entity<OrmDescriptor>> |
OrmDescriptor.getAllEntity()
Returns all
entity elements |
List<MappedSuperclass<OrmDescriptor>> |
OrmDescriptor.getAllMappedSuperclass()
Returns all
mapped-superclass elements |
List<NamedNativeQuery<OrmDescriptor>> |
OrmDescriptor.getAllNamedNativeQuery()
Returns all
named-native-query elements |
List<NamedQuery<OrmDescriptor>> |
OrmDescriptor.getAllNamedQuery()
Returns all
named-query elements |
List<SequenceGenerator<OrmDescriptor>> |
OrmDescriptor.getAllSequenceGenerator()
Returns all
sequence-generator elements |
List<SqlResultSetMapping<OrmDescriptor>> |
OrmDescriptor.getAllSqlResultSetMapping()
Returns all
sql-result-set-mapping elements |
List<TableGenerator<OrmDescriptor>> |
OrmDescriptor.getAllTableGenerator()
Returns all
table-generator elements |
Embeddable<OrmDescriptor> |
OrmDescriptor.getOrCreateEmbeddable()
If not already created, a new
embeddable element will be created and returned. |
Entity<OrmDescriptor> |
OrmDescriptor.getOrCreateEntity()
If not already created, a new
entity element will be created and returned. |
MappedSuperclass<OrmDescriptor> |
OrmDescriptor.getOrCreateMappedSuperclass()
If not already created, a new
mapped-superclass element will be created and returned. |
NamedNativeQuery<OrmDescriptor> |
OrmDescriptor.getOrCreateNamedNativeQuery()
If not already created, a new
named-native-query element will be created and returned. |
NamedQuery<OrmDescriptor> |
OrmDescriptor.getOrCreateNamedQuery()
If not already created, a new
named-query element will be created and returned. |
PersistenceUnitMetadata<OrmDescriptor> |
OrmDescriptor.getOrCreatePersistenceUnitMetadata()
If not already created, a new
persistence-unit-metadata element with the given value will be created. |
SequenceGenerator<OrmDescriptor> |
OrmDescriptor.getOrCreateSequenceGenerator()
If not already created, a new
sequence-generator element will be created and returned. |
SqlResultSetMapping<OrmDescriptor> |
OrmDescriptor.getOrCreateSqlResultSetMapping()
If not already created, a new
sql-result-set-mapping element will be created and returned. |
TableGenerator<OrmDescriptor> |
OrmDescriptor.getOrCreateTableGenerator()
If not already created, a new
table-generator element will be created and returned. |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.