Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbUniqueConstraint
-
Packages that use JaxbUniqueConstraint Package Description org.hibernate.boot.jaxb.mapping -
-
Uses of JaxbUniqueConstraint in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping with type parameters of type JaxbUniqueConstraint Modifier and Type Field Description protected List<JaxbUniqueConstraint>
JaxbCollectionTable. uniqueConstraint
protected List<JaxbUniqueConstraint>
JaxbJoinTable. uniqueConstraint
protected List<JaxbUniqueConstraint>
JaxbSecondaryTable. uniqueConstraint
protected List<JaxbUniqueConstraint>
JaxbTable. uniqueConstraint
protected List<JaxbUniqueConstraint>
JaxbTableGenerator. uniqueConstraint
Methods in org.hibernate.boot.jaxb.mapping that return JaxbUniqueConstraint Modifier and Type Method Description JaxbUniqueConstraint
ObjectFactory. createJaxbUniqueConstraint()
Create an instance ofJaxbUniqueConstraint
Methods in org.hibernate.boot.jaxb.mapping that return types with arguments of type JaxbUniqueConstraint Modifier and Type Method Description List<JaxbUniqueConstraint>
JaxbCollectionTable. getUniqueConstraint()
Gets the value of the uniqueConstraint property.List<JaxbUniqueConstraint>
JaxbJoinTable. getUniqueConstraint()
Gets the value of the uniqueConstraint property.List<JaxbUniqueConstraint>
JaxbSecondaryTable. getUniqueConstraint()
Gets the value of the uniqueConstraint property.List<JaxbUniqueConstraint>
JaxbTable. getUniqueConstraint()
Gets the value of the uniqueConstraint property.List<JaxbUniqueConstraint>
JaxbTableGenerator. getUniqueConstraint()
Gets the value of the uniqueConstraint property.
-