Uses of Enum Class
jakarta.persistence.DiscriminatorType
Packages that use DiscriminatorType
Package
Description
Jakarta Persistence is the API for the management for persistence and object/relational mapping.
-
Uses of DiscriminatorType in jakarta.persistence
Methods in jakarta.persistence that return DiscriminatorTypeModifier and TypeMethodDescriptionstatic DiscriminatorTypeReturns the enum constant of this class with the specified name.static DiscriminatorType[]DiscriminatorType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of DiscriminatorType in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping declared as DiscriminatorTypeModifier and TypeFieldDescriptionprotected DiscriminatorTypeJaxbDiscriminatorColumn.discriminatorTypeMethods in org.hibernate.boot.jaxb.mapping that return DiscriminatorTypeModifier and TypeMethodDescriptionJaxbDiscriminatorColumn.getDiscriminatorType()Gets the value of the discriminatorType property.Methods in org.hibernate.boot.jaxb.mapping with parameters of type DiscriminatorTypeModifier and TypeMethodDescriptionAdapter7.marshal(DiscriminatorType value) voidJaxbDiscriminatorColumn.setDiscriminatorType(DiscriminatorType value) Sets the value of the discriminatorType property. -
Uses of DiscriminatorType in org.hibernate.boot.jaxb.mapping.marshall
Methods in org.hibernate.boot.jaxb.mapping.marshall that return DiscriminatorTypeMethods in org.hibernate.boot.jaxb.mapping.marshall with parameters of type DiscriminatorTypeModifier and TypeMethodDescriptionstatic StringDiscriminatorTypeMarshalling.toXml(DiscriminatorType discriminatorType)