Uses of Enum Class
org.hibernate.boot.internal.LimitedCollectionClassification
Packages that use LimitedCollectionClassification
Package
Description
Support for processing mapping XML files and applying annotation references over the appropriate
classes,
fields and
methods.
-
Uses of LimitedCollectionClassification in org.hibernate.boot.internal
Methods in org.hibernate.boot.internal that return LimitedCollectionClassificationModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static LimitedCollectionClassification[]
LimitedCollectionClassification.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of LimitedCollectionClassification in org.hibernate.boot.jaxb.mapping.internal
Methods in org.hibernate.boot.jaxb.mapping.internal that return LimitedCollectionClassificationModifier and TypeMethodDescriptionMethods in org.hibernate.boot.jaxb.mapping.internal with parameters of type LimitedCollectionClassificationModifier and TypeMethodDescriptionstatic String
LimitedCollectionClassificationMarshalling.toXml
(LimitedCollectionClassification classification) -
Uses of LimitedCollectionClassification in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi declared as LimitedCollectionClassificationModifier and TypeFieldDescriptionprotected LimitedCollectionClassification
JaxbElementCollectionImpl.classification
protected LimitedCollectionClassification
JaxbManyToManyImpl.classification
protected LimitedCollectionClassification
JaxbOneToManyImpl.classification
protected LimitedCollectionClassification
JaxbPluralAnyMappingImpl.classification
Methods in org.hibernate.boot.jaxb.mapping.spi that return LimitedCollectionClassificationModifier and TypeMethodDescriptionJaxbElementCollectionImpl.getClassification()
Gets the value of the classification property.JaxbManyToManyImpl.getClassification()
Gets the value of the classification property.JaxbOneToManyImpl.getClassification()
Gets the value of the classification property.JaxbPluralAnyMappingImpl.getClassification()
Gets the value of the classification property.JaxbPluralAttribute.getClassification()
Methods in org.hibernate.boot.jaxb.mapping.spi with parameters of type LimitedCollectionClassificationModifier and TypeMethodDescriptionAdapter17.marshal
(LimitedCollectionClassification value) void
JaxbElementCollectionImpl.setClassification
(LimitedCollectionClassification value) Sets the value of the classification property.void
JaxbManyToManyImpl.setClassification
(LimitedCollectionClassification value) Sets the value of the classification property.void
JaxbOneToManyImpl.setClassification
(LimitedCollectionClassification value) Sets the value of the classification property.void
JaxbPluralAnyMappingImpl.setClassification
(LimitedCollectionClassification value) Sets the value of the classification property.void
JaxbPluralAttribute.setClassification
(LimitedCollectionClassification value) -
Uses of LimitedCollectionClassification in org.hibernate.boot.models.annotations.internal
Methods in org.hibernate.boot.models.annotations.internal that return LimitedCollectionClassificationMethods in org.hibernate.boot.models.annotations.internal with parameters of type LimitedCollectionClassificationModifier and TypeMethodDescriptionvoid
CollectionClassificationXmlAnnotation.value
(LimitedCollectionClassification value) -
Uses of LimitedCollectionClassification in org.hibernate.boot.models.xml.internal
Methods in org.hibernate.boot.models.xml.internal with parameters of type LimitedCollectionClassificationModifier and TypeMethodDescriptionstatic void
XmlAnnotationHelper.applyCollectionClassification
(LimitedCollectionClassification classification, org.hibernate.models.spi.MutableMemberDetails memberDetails, XmlDocumentContext xmlDocumentContext)