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 List<JaxbUniqueConstraint>JaxbCollectionTable. uniqueConstraintprotected List<JaxbUniqueConstraint>JaxbJoinTable. uniqueConstraintprotected List<JaxbUniqueConstraint>JaxbSecondaryTable. uniqueConstraintprotected List<JaxbUniqueConstraint>JaxbTable. uniqueConstraintprotected 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 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.
-