Package org.jboss.as.jpa.config
Class JPADeploymentSettings
- java.lang.Object
-
- org.jboss.as.jpa.config.JPADeploymentSettings
-
public class JPADeploymentSettings extends Object
Represents the Jakarta Persistence per application deployment settings read from jboss-all.xml- Author:
- Scott Marlow
-
-
Constructor Summary
Constructors Constructor Description JPADeploymentSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtendedPersistenceInheritancegetExtendedPersistenceInheritanceType()voidsetExtendedPersistenceInheritanceType(ExtendedPersistenceInheritance extendedPersistenceInheritanceType)
-
-
-
Method Detail
-
getExtendedPersistenceInheritanceType
public ExtendedPersistenceInheritance getExtendedPersistenceInheritanceType()
-
setExtendedPersistenceInheritanceType
public void setExtendedPersistenceInheritanceType(ExtendedPersistenceInheritance extendedPersistenceInheritanceType)
-
-