Uses of Enum Class
org.jboss.as.jpa.config.ExtendedPersistenceInheritance
Packages that use ExtendedPersistenceInheritance
-
Uses of ExtendedPersistenceInheritance in org.jboss.as.jpa.config
Methods in org.jboss.as.jpa.config that return ExtendedPersistenceInheritanceModifier and TypeMethodDescriptionJPADeploymentSettings.getExtendedPersistenceInheritanceType()Returns the enum constant of this class with the specified name.static ExtendedPersistenceInheritance[]ExtendedPersistenceInheritance.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jboss.as.jpa.config with parameters of type ExtendedPersistenceInheritanceModifier and TypeMethodDescriptionvoidJPADeploymentSettings.setExtendedPersistenceInheritanceType(ExtendedPersistenceInheritance extendedPersistenceInheritanceType) -
Uses of ExtendedPersistenceInheritance in org.jboss.as.jpa.service
Methods in org.jboss.as.jpa.service that return ExtendedPersistenceInheritanceMethods in org.jboss.as.jpa.service with parameters of type ExtendedPersistenceInheritanceModifier and TypeMethodDescriptionstatic voidJPAService.addService(org.jboss.msc.service.ServiceTarget target, String defaultDataSourceName, ExtendedPersistenceInheritance defaultExtendedPersistenceInheritance) static voidJPAService.setDefaultExtendedPersistenceInheritance(ExtendedPersistenceInheritance defaultExtendedPersistenceInheritance)