Class OnmsRestrictions


  • public abstract class OnmsRestrictions
    extends Object
    Provide OpenNMS-specific Hibernate Restrictions.
    Version:
    $Id: $
    Author:
    DJ Gregor
    • Constructor Detail

      • OnmsRestrictions

        public OnmsRestrictions()
    • Method Detail

      • ipLike

        public static org.hibernate.criterion.Criterion ipLike​(String value)
        Performs an iplike match on the ipAddr column of the current table.
        Parameters:
        value - iplike match
        Returns:
        SQL restriction for this iplike match