Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrapping of a class that defines the constraint validation rules #994

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Apr 4, 2019

  1. Configuration menu
    Copy the full SHA
    5eb1fb4 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2019

  1. [value-context-changes] Delegate retrieving bean metadata to Cascadin…

    …gMetaData
    
    As in case of property holders we would need to produce metadata not based
    on a class of a current object at runtime but based on a string representing
    the constraint mapping, we need to delegate this to cascading metadata as
    that's the place where this information will be stored.
    marko-bekhta committed Apr 5, 2019
    Configuration menu
    Copy the full SHA
    686a788 View commit details
    Browse the repository at this point in the history
  2. [value-context-changes] Introduce HibernateConstrainedType, that wrap…

    …s class
    
    `HibernateConstrainedType` wraps a class and is used as a key for metadata
    manager. It can also wrap strings or any other objects/data for metadata
    of property holders and other kinds of objects.
    marko-bekhta committed Apr 5, 2019
    Configuration menu
    Copy the full SHA
    abd5bf5 View commit details
    Browse the repository at this point in the history