Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbUniqueConstraint
Packages that use JaxbUniqueConstraint
-
Uses of JaxbUniqueConstraint in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping with type parameters of type JaxbUniqueConstraintModifier and TypeFieldDescriptionprotected 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 that return JaxbUniqueConstraintModifier and TypeMethodDescriptionObjectFactory.createJaxbUniqueConstraint()Create an instance ofJaxbUniqueConstraintMethods in org.hibernate.boot.jaxb.mapping that return types with arguments of type JaxbUniqueConstraintModifier and TypeMethodDescriptionJaxbCollectionTable.getUniqueConstraint()Gets the value of the uniqueConstraint property.JaxbJoinTable.getUniqueConstraint()Gets the value of the uniqueConstraint property.JaxbSecondaryTable.getUniqueConstraint()Gets the value of the uniqueConstraint property.JaxbTable.getUniqueConstraint()Gets the value of the uniqueConstraint property.JaxbTableGenerator.getUniqueConstraint()Gets the value of the uniqueConstraint property.