Uses of Enum Class
jakarta.persistence.InheritanceType
Packages that use InheritanceType
Package
Description
Jakarta Persistence is the API for the management for persistence and object/relational mapping.
-
Uses of InheritanceType in jakarta.persistence
Methods in jakarta.persistence that return InheritanceTypeModifier and TypeMethodDescriptionstatic InheritanceTypeReturns the enum constant of this class with the specified name.static InheritanceType[]InheritanceType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of InheritanceType in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping declared as InheritanceTypeMethods in org.hibernate.boot.jaxb.mapping that return InheritanceTypeModifier and TypeMethodDescriptionJaxbInheritance.getStrategy()Gets the value of the strategy property.Methods in org.hibernate.boot.jaxb.mapping with parameters of type InheritanceTypeModifier and TypeMethodDescriptionAdapter11.marshal(InheritanceType value) voidJaxbInheritance.setStrategy(InheritanceType value) Sets the value of the strategy property. -
Uses of InheritanceType in org.hibernate.boot.jaxb.mapping.marshall
Methods in org.hibernate.boot.jaxb.mapping.marshall that return InheritanceTypeMethods in org.hibernate.boot.jaxb.mapping.marshall with parameters of type InheritanceTypeModifier and TypeMethodDescriptionstatic StringInheritanceTypeMarshalling.toXml(InheritanceType inheritanceType) -
Uses of InheritanceType in org.hibernate.boot.model.internal
Methods in org.hibernate.boot.model.internal that return InheritanceTypeMethods in org.hibernate.boot.model.internal with parameters of type InheritanceType