ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.orm20 that return PersistenceUnitDefaults
 PersistenceUnitDefaults<T> PersistenceUnitDefaults.access(AccessType access)
          Sets the access element
 PersistenceUnitDefaults<T> PersistenceUnitDefaults.access(String access)
          Sets the access element
 PersistenceUnitDefaults<T> PersistenceUnitDefaults.cascadePersist()
          Sets the cascade-persist element
 PersistenceUnitDefaults<T> PersistenceUnitDefaults.catalog(String catalog)
          Sets the catalog element
 PersistenceUnitDefaults<T> PersistenceUnitDefaults.delimitedIdentifiers()
          Sets the delimited-identifiers element
 PersistenceUnitDefaults<T> PersistenceUnitDefaults.description(String description)
          Sets the description element
 PersistenceUnitDefaults<PersistenceUnitMetadata<T>> PersistenceUnitMetadata.getOrCreatePersistenceUnitDefaults()
          If not already created, a new persistence-unit-defaults element with the given value will be created.
 PersistenceUnitDefaults<T> PersistenceUnitDefaults.removeAccess()
          Removes the access attribute
 PersistenceUnitDefaults<T> PersistenceUnitDefaults.removeCascadePersist()
          Removes the cascade-persist element
 PersistenceUnitDefaults<T> PersistenceUnitDefaults.removeCatalog()
          Removes the catalog element
 PersistenceUnitDefaults<T> PersistenceUnitDefaults.removeDelimitedIdentifiers()
          Removes the delimited-identifiers element
 PersistenceUnitDefaults<T> PersistenceUnitDefaults.removeDescription()
          Removes the description element
 PersistenceUnitDefaults<T> PersistenceUnitDefaults.removeEntityListeners()
          Removes the entity-listeners element
 PersistenceUnitDefaults<T> PersistenceUnitDefaults.removeSchema()
          Removes the schema element
 PersistenceUnitDefaults<T> PersistenceUnitDefaults.schema(String schema)
          Sets the schema element
 

Methods in org.jboss.shrinkwrap.descriptor.api.orm20 that return types with arguments of type PersistenceUnitDefaults
 EntityListeners<PersistenceUnitDefaults<T>> PersistenceUnitDefaults.getOrCreateEntityListeners()
          If not already created, a new entity-listeners element with the given value will be created.
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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