Class ValidationSupport

  • All Implemented Interfaces:
    com.google.gwt.user.client.rpc.IsSerializable

    public class ValidationSupport
    extends Object
    implements com.google.gwt.user.client.rpc.IsSerializable
    Exposes Hibernate Validator Implementation Classes so they can be serialized.

    Create a dummy method like the following in your RemoteService

     org.hibernate.validator.engine.ValidationSupport dummy();
     

    The following classes are included.

    • Constructor Detail

      • ValidationSupport

        public ValidationSupport()