Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbUniqueConstraintImpl
Packages that use JaxbUniqueConstraintImpl
Package
Description
Support for processing mapping XML files and applying annotation references over the appropriate
classes,
fields and
methods.
-
Uses of JaxbUniqueConstraintImpl in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi with type parameters of type JaxbUniqueConstraintImplModifier and TypeFieldDescriptionprotected List
<JaxbUniqueConstraintImpl> JaxbCollectionTableImpl.uniqueConstraints
protected List
<JaxbUniqueConstraintImpl> JaxbJoinTableImpl.uniqueConstraints
protected List
<JaxbUniqueConstraintImpl> JaxbSecondaryTableImpl.uniqueConstraints
protected List
<JaxbUniqueConstraintImpl> JaxbTableGeneratorImpl.uniqueConstraints
protected List
<JaxbUniqueConstraintImpl> JaxbTableImpl.uniqueConstraints
Methods in org.hibernate.boot.jaxb.mapping.spi that return JaxbUniqueConstraintImplModifier and TypeMethodDescriptionObjectFactory.createJaxbUniqueConstraintImpl()
Create an instance ofJaxbUniqueConstraintImpl
Methods in org.hibernate.boot.jaxb.mapping.spi that return types with arguments of type JaxbUniqueConstraintImplModifier and TypeMethodDescriptionJaxbCollectionTableImpl.getUniqueConstraints()
Gets the value of the uniqueConstraints property.JaxbJoinTableImpl.getUniqueConstraints()
Gets the value of the uniqueConstraints property.JaxbSecondaryTableImpl.getUniqueConstraints()
Gets the value of the uniqueConstraints property.JaxbTableGeneratorImpl.getUniqueConstraints()
Gets the value of the uniqueConstraints property.JaxbTableImpl.getUniqueConstraints()
Gets the value of the uniqueConstraints property. -
Uses of JaxbUniqueConstraintImpl in org.hibernate.boot.jaxb.mapping.spi.db
Methods in org.hibernate.boot.jaxb.mapping.spi.db that return types with arguments of type JaxbUniqueConstraintImpl -
Uses of JaxbUniqueConstraintImpl in org.hibernate.boot.models.xml.internal
Method parameters in org.hibernate.boot.models.xml.internal with type arguments of type JaxbUniqueConstraintImplModifier and TypeMethodDescriptionstatic UniqueConstraint[]
XmlAnnotationHelper.collectUniqueConstraints
(List<JaxbUniqueConstraintImpl> jaxbUniqueConstraints, XmlDocumentContext xmlDocumentContext) static UniqueConstraint[]
XmlAnnotationHelper.collectUniqueConstraints
(List<JaxbUniqueConstraintImpl> jaxbUniqueConstraints, org.hibernate.models.spi.ModelsContext modelContext)