Uses of Class
dev.morphia.mapping.validation.ConstraintViolation
-
Packages that use ConstraintViolation Package Description dev.morphia.mapping.validation dev.morphia.mapping.validation.classrules dev.morphia.mapping.validation.fieldrules -
-
Uses of ConstraintViolation in dev.morphia.mapping.validation
Method parameters in dev.morphia.mapping.validation with type arguments of type ConstraintViolation Modifier and Type Method Description voidClassConstraint. check(Mapper mapper, EntityModel model, Set<ConstraintViolation> ve)Check that an EntityModel meets the constraintConstructors in dev.morphia.mapping.validation with parameters of type ConstraintViolation Constructor Description ConstraintViolationException(ConstraintViolation... ve)Creates a ConstraintViolationException with the set of violationsConstructor parameters in dev.morphia.mapping.validation with type arguments of type ConstraintViolation Constructor Description ConstraintViolationException(Collection<ConstraintViolation> ve)Creates a ConstraintViolationException with the set of violations -
Uses of ConstraintViolation in dev.morphia.mapping.validation.classrules
Method parameters in dev.morphia.mapping.validation.classrules with type arguments of type ConstraintViolation Modifier and Type Method Description voidDuplicatedAttributeNames. check(Mapper mapper, EntityModel entityModel, Set<ConstraintViolation> ve)voidEntityAndEmbed. check(Mapper mapper, EntityModel entityModel, Set<ConstraintViolation> ve)voidEntityOrEmbed. check(Mapper mapper, EntityModel entityModel, Set<ConstraintViolation> ve)voidMultipleId. check(Mapper mapper, EntityModel entityModel, Set<ConstraintViolation> ve)voidMultipleVersions. check(Mapper mapper, EntityModel entityModel, Set<ConstraintViolation> ve)voidShardKeyNames. check(Mapper mapper, EntityModel model, Set<ConstraintViolation> ve) -
Uses of ConstraintViolation in dev.morphia.mapping.validation.fieldrules
Method parameters in dev.morphia.mapping.validation.fieldrules with type arguments of type ConstraintViolation Modifier and Type Method Description protected voidContradictingAnnotations. check(Mapper mapper, EntityModel entityModel, PropertyModel propertyModel, Set<ConstraintViolation> ve)protected voidIdDoesNotMix. check(Mapper mapper, EntityModel entityModel, PropertyModel propertyModel, Set<ConstraintViolation> ve)protected voidLazyReferenceMissingDependencies. check(Mapper mapper, EntityModel entityModel, PropertyModel propertyModel, Set<ConstraintViolation> ve)protected voidLazyReferenceOnArray. check(Mapper mapper, EntityModel model, PropertyModel propertyModel, Set<ConstraintViolation> ve)protected voidMapKeyTypeConstraint. check(Mapper mapper, EntityModel entityModel, PropertyModel propertyModel, Set<ConstraintViolation> ve)protected abstract voidPropertyConstraint. check(Mapper mapper, EntityModel entityModel, PropertyModel propertyModel, Set<ConstraintViolation> ve)voidPropertyConstraint. check(Mapper mapper, EntityModel entityModel, Set<ConstraintViolation> ve)protected voidReferenceToUnidentifiable. check(Mapper mapper, EntityModel entityModel, PropertyModel propertyModel, Set<ConstraintViolation> ve)protected voidVersionMisuse. check(Mapper mapper, EntityModel entityModel, PropertyModel propertyModel, Set<ConstraintViolation> ve)
-