Uses of Class
org.jboss.as.jpa.config.ExtendedPersistenceInheritance
-
Packages that use ExtendedPersistenceInheritance Package Description org.jboss.as.jpa.config org.jboss.as.jpa.service -
-
Uses of ExtendedPersistenceInheritance in org.jboss.as.jpa.config
Methods in org.jboss.as.jpa.config that return ExtendedPersistenceInheritance Modifier and Type Method Description ExtendedPersistenceInheritanceJPADeploymentSettings. getExtendedPersistenceInheritanceType()static ExtendedPersistenceInheritanceExtendedPersistenceInheritance. valueOf(String name)Returns the enum constant of this type with the specified name.static ExtendedPersistenceInheritance[]ExtendedPersistenceInheritance. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.as.jpa.config with parameters of type ExtendedPersistenceInheritance Modifier and Type Method Description voidJPADeploymentSettings. setExtendedPersistenceInheritanceType(ExtendedPersistenceInheritance extendedPersistenceInheritanceType) -
Uses of ExtendedPersistenceInheritance in org.jboss.as.jpa.service
Methods in org.jboss.as.jpa.service that return ExtendedPersistenceInheritance Modifier and Type Method Description static ExtendedPersistenceInheritanceJPAService. getDefaultExtendedPersistenceInheritance()Methods in org.jboss.as.jpa.service with parameters of type ExtendedPersistenceInheritance Modifier and Type Method Description static voidJPAService. addService(org.jboss.msc.service.ServiceTarget target, String defaultDataSourceName, ExtendedPersistenceInheritance defaultExtendedPersistenceInheritance)static voidJPAService. setDefaultExtendedPersistenceInheritance(ExtendedPersistenceInheritance defaultExtendedPersistenceInheritance)
-