ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Uses of Interface
org.jboss.shrinkwrap.descriptor.api.orm20.EntityMappings

Packages that use EntityMappings
org.jboss.shrinkwrap.descriptor.api.orm20 Provides the interfaces and enumeration types as defined in the schema 
 

Uses of EntityMappings in org.jboss.shrinkwrap.descriptor.api.orm20
 

Methods in org.jboss.shrinkwrap.descriptor.api.orm20 that return EntityMappings
 EntityMappings<T> EntityMappings._package(String _package)
          Sets the package element
 EntityMappings<T> EntityMappings.access(AccessType access)
          Sets the access element
 EntityMappings<T> EntityMappings.access(String access)
          Sets the access element
 EntityMappings<T> EntityMappings.catalog(String catalog)
          Sets the catalog element
 EntityMappings<T> EntityMappings.description(String description)
          Sets the description element
 EntityMappings<T> EntityMappings.removeAccess()
          Removes the access attribute
 EntityMappings<T> EntityMappings.removeAllEmbeddable()
          Removes all embeddable elements
 EntityMappings<T> EntityMappings.removeAllEntity()
          Removes all entity elements
 EntityMappings<T> EntityMappings.removeAllMappedSuperclass()
          Removes all mapped-superclass elements
 EntityMappings<T> EntityMappings.removeAllNamedNativeQuery()
          Removes all named-native-query elements
 EntityMappings<T> EntityMappings.removeAllNamedQuery()
          Removes all named-query elements
 EntityMappings<T> EntityMappings.removeAllSequenceGenerator()
          Removes all sequence-generator elements
 EntityMappings<T> EntityMappings.removeAllSqlResultSetMapping()
          Removes all sql-result-set-mapping elements
 EntityMappings<T> EntityMappings.removeAllTableGenerator()
          Removes all table-generator elements
 EntityMappings<T> EntityMappings.removeCatalog()
          Removes the catalog element
 EntityMappings<T> EntityMappings.removeDescription()
          Removes the description element
 EntityMappings<T> EntityMappings.removePackage()
          Removes the package element
 EntityMappings<T> EntityMappings.removePersistenceUnitMetadata()
          Removes the persistence-unit-metadata element
 EntityMappings<T> EntityMappings.removeSchema()
          Removes the schema element
 EntityMappings<T> EntityMappings.removeVersion()
          Removes the version attribute
 EntityMappings<T> EntityMappings.schema(String schema)
          Sets the schema element
 EntityMappings<T> EntityMappings.version(String version)
          Sets the version attribute
 

Methods in org.jboss.shrinkwrap.descriptor.api.orm20 that return types with arguments of type EntityMappings
 Embeddable<EntityMappings<T>> EntityMappings.createEmbeddable()
          Creates a new embeddable element
 Entity<EntityMappings<T>> EntityMappings.createEntity()
          Creates a new entity element
 MappedSuperclass<EntityMappings<T>> EntityMappings.createMappedSuperclass()
          Creates a new mapped-superclass element
 NamedNativeQuery<EntityMappings<T>> EntityMappings.createNamedNativeQuery()
          Creates a new named-native-query element
 NamedQuery<EntityMappings<T>> EntityMappings.createNamedQuery()
          Creates a new named-query element
 SequenceGenerator<EntityMappings<T>> EntityMappings.createSequenceGenerator()
          Creates a new sequence-generator element
 SqlResultSetMapping<EntityMappings<T>> EntityMappings.createSqlResultSetMapping()
          Creates a new sql-result-set-mapping element
 TableGenerator<EntityMappings<T>> EntityMappings.createTableGenerator()
          Creates a new table-generator element
 List<Embeddable<EntityMappings<T>>> EntityMappings.getAllEmbeddable()
          Returns all embeddable elements
 List<Entity<EntityMappings<T>>> EntityMappings.getAllEntity()
          Returns all entity elements
 List<MappedSuperclass<EntityMappings<T>>> EntityMappings.getAllMappedSuperclass()
          Returns all mapped-superclass elements
 List<NamedNativeQuery<EntityMappings<T>>> EntityMappings.getAllNamedNativeQuery()
          Returns all named-native-query elements
 List<NamedQuery<EntityMappings<T>>> EntityMappings.getAllNamedQuery()
          Returns all named-query elements
 List<SequenceGenerator<EntityMappings<T>>> EntityMappings.getAllSequenceGenerator()
          Returns all sequence-generator elements
 List<SqlResultSetMapping<EntityMappings<T>>> EntityMappings.getAllSqlResultSetMapping()
          Returns all sql-result-set-mapping elements
 List<TableGenerator<EntityMappings<T>>> EntityMappings.getAllTableGenerator()
          Returns all table-generator elements
 Embeddable<EntityMappings<T>> EntityMappings.getOrCreateEmbeddable()
          If not already created, a new embeddable element will be created and returned.
 Entity<EntityMappings<T>> EntityMappings.getOrCreateEntity()
          If not already created, a new entity element will be created and returned.
 MappedSuperclass<EntityMappings<T>> EntityMappings.getOrCreateMappedSuperclass()
          If not already created, a new mapped-superclass element will be created and returned.
 NamedNativeQuery<EntityMappings<T>> EntityMappings.getOrCreateNamedNativeQuery()
          If not already created, a new named-native-query element will be created and returned.
 NamedQuery<EntityMappings<T>> EntityMappings.getOrCreateNamedQuery()
          If not already created, a new named-query element will be created and returned.
 PersistenceUnitMetadata<EntityMappings<T>> EntityMappings.getOrCreatePersistenceUnitMetadata()
          If not already created, a new persistence-unit-metadata element with the given value will be created.
 SequenceGenerator<EntityMappings<T>> EntityMappings.getOrCreateSequenceGenerator()
          If not already created, a new sequence-generator element will be created and returned.
 SqlResultSetMapping<EntityMappings<T>> EntityMappings.getOrCreateSqlResultSetMapping()
          If not already created, a new sql-result-set-mapping element will be created and returned.
 TableGenerator<EntityMappings<T>> EntityMappings.getOrCreateTableGenerator()
          If not already created, a new table-generator element will be created and returned.
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.