|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PersistenceUnitDefaults | |
---|---|
org.jboss.shrinkwrap.descriptor.api.orm10 | Provides the interfaces and enumeration types as defined in the schema |
Uses of PersistenceUnitDefaults in org.jboss.shrinkwrap.descriptor.api.orm10 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.orm10 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<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.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.orm10 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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |