Class JaxbFilterDefImpl

java.lang.Object
org.hibernate.boot.jaxb.mapping.spi.JaxbFilterDefImpl
All Implemented Interfaces:
Serializable

public class JaxbFilterDefImpl extends Object implements Serializable
Specifies a filter definition. After definition, a filter can be applied to entity or collection by name.
See Also:
  • Field Details

  • Constructor Details

    • JaxbFilterDefImpl

      public JaxbFilterDefImpl()
  • Method Details

    • getDefaultCondition

      public String getDefaultCondition()
      Gets the value of the defaultCondition property.
      Returns:
      possible object is String
    • setDefaultCondition

      public void setDefaultCondition(String value)
      Sets the value of the defaultCondition property.
      Parameters:
      value - allowed object is String
    • getFilterParams

      public List<JaxbFilterDefImpl.JaxbFilterParamImpl> getFilterParams()
      Gets the value of the filterParams property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the filterParams property.

      For example, to add a new item, do as follows:

       getFilterParams().add(newItem);
       

      Objects of the following type(s) are allowed in the list JaxbFilterDefImpl.JaxbFilterParamImpl

      Returns:
      The value of the filterParams property.
    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • isAutoEnabled

      public boolean isAutoEnabled()
      Gets the value of the autoEnabled property.
      Returns:
      possible object is Boolean
    • setAutoEnabled

      public void setAutoEnabled(Boolean value)
      Sets the value of the autoEnabled property.
      Parameters:
      value - allowed object is Boolean
    • isApplyToLoadByKey

      public boolean isApplyToLoadByKey()
      Gets the value of the applyToLoadByKey property.
      Returns:
      possible object is Boolean
    • setApplyToLoadByKey

      public void setApplyToLoadByKey(Boolean value)
      Sets the value of the applyToLoadByKey property.
      Parameters:
      value - allowed object is Boolean