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