Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbCheckConstraintImpl
Packages that use JaxbCheckConstraintImpl
Package
Description
Support for processing mapping XML files and applying annotation references over the appropriate
classes,
fields and
methods.
-
Uses of JaxbCheckConstraintImpl in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi with type parameters of type JaxbCheckConstraintImplModifier and TypeFieldDescriptionprotected List<JaxbCheckConstraintImpl>JaxbCollectionTableImpl.checkConstraintsprotected List<JaxbCheckConstraintImpl>JaxbColumnImpl.checkConstraintsprotected List<JaxbCheckConstraintImpl>JaxbJoinColumnImpl.checkConstraintsprotected List<JaxbCheckConstraintImpl>JaxbJoinTableImpl.checkConstraintsprotected List<JaxbCheckConstraintImpl>JaxbSecondaryTableImpl.checkConstraintsprotected List<JaxbCheckConstraintImpl>JaxbTableGeneratorImpl.checkConstraintsprotected List<JaxbCheckConstraintImpl>JaxbTableImpl.checkConstraintsMethods in org.hibernate.boot.jaxb.mapping.spi that return JaxbCheckConstraintImplModifier and TypeMethodDescriptionObjectFactory.createJaxbCheckConstraintImpl()Create an instance ofJaxbCheckConstraintImplMethods in org.hibernate.boot.jaxb.mapping.spi that return types with arguments of type JaxbCheckConstraintImplModifier and TypeMethodDescriptionJaxbCollectionTableImpl.getCheckConstraints()Gets the value of the checkConstraints property.JaxbColumnImpl.getCheckConstraints()Gets the value of the checkConstraints property.JaxbJoinColumnImpl.getCheckConstraints()Gets the value of the checkConstraints property.JaxbJoinTableImpl.getCheckConstraints()Gets the value of the checkConstraints property.JaxbSecondaryTableImpl.getCheckConstraints()Gets the value of the checkConstraints property.JaxbTableGeneratorImpl.getCheckConstraints()Gets the value of the checkConstraints property.JaxbTableImpl.getCheckConstraints()Gets the value of the checkConstraints property. -
Uses of JaxbCheckConstraintImpl in org.hibernate.boot.jaxb.mapping.spi.db
Methods in org.hibernate.boot.jaxb.mapping.spi.db that return types with arguments of type JaxbCheckConstraintImplModifier and TypeMethodDescriptionJaxbCheckable.getCheckConstraints()default List<JaxbCheckConstraintImpl>JaxbColumnCommon.getCheckConstraints() -
Uses of JaxbCheckConstraintImpl in org.hibernate.boot.models.xml.internal
Method parameters in org.hibernate.boot.models.xml.internal with type arguments of type JaxbCheckConstraintImplModifier and TypeMethodDescriptionstatic CheckConstraint[]XmlAnnotationHelper.collectCheckConstraints(List<JaxbCheckConstraintImpl> jaxbChecks, XmlDocumentContext xmlDocumentContext)