|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Persistence | |
---|---|
org.jboss.shrinkwrap.descriptor.api.persistence20 | Provides the interfaces and enumeration types as defined in the schema persistence_2_0.xsd |
org.jboss.shrinkwrap.descriptor.impl.persistence20 | Provides the implementation classes as defined in the schema persistence_2_0.xsd |
Uses of Persistence in org.jboss.shrinkwrap.descriptor.api.persistence20 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.persistence20 that return Persistence | |
---|---|
Persistence<T> |
Persistence.removeAllPersistenceUnit()
Removes all persistence-unit elements |
Persistence<T> |
Persistence.removeVersion()
Removes the version attribute |
Persistence<T> |
Persistence.setVersion(java.lang.String version)
Sets the version attribute |
Methods in org.jboss.shrinkwrap.descriptor.api.persistence20 that return types with arguments of type Persistence | |
---|---|
java.util.List<PersistenceUnit<Persistence<T>>> |
Persistence.getPersistenceUnitList()
Returns all persistence-unit elements |
PersistenceUnit<Persistence<T>> |
Persistence.persistenceUnit()
Returns the persistence-unit element |
Uses of Persistence in org.jboss.shrinkwrap.descriptor.impl.persistence20 |
---|
Classes in org.jboss.shrinkwrap.descriptor.impl.persistence20 that implement Persistence | |
---|---|
class |
PersistenceImpl<T>
This class implements the persistence xsd type |
Methods in org.jboss.shrinkwrap.descriptor.impl.persistence20 that return Persistence | |
---|---|
Persistence<T> |
PersistenceImpl.removeAllPersistenceUnit()
Removes all persistence-unit elements |
Persistence<T> |
PersistenceImpl.removeVersion()
Removes the version attribute |
Persistence<T> |
PersistenceImpl.setVersion(java.lang.String version)
Sets the version attribute |
Methods in org.jboss.shrinkwrap.descriptor.impl.persistence20 that return types with arguments of type Persistence | |
---|---|
java.util.List<PersistenceUnit<Persistence<T>>> |
PersistenceImpl.getPersistenceUnitList()
Returns all persistence-unit elements |
PersistenceUnit<Persistence<T>> |
PersistenceImpl.persistenceUnit()
Returns the persistence-unit element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |