PostgreSqlFunctionsIsOverlappedBy Method | 
| Name | Description | |
|---|---|---|
| IsOverlappedByT(T, T) | 
            Will generate an array1 && array2 fragment in the SQL query using the mapping of this function. Returns true if the arrays share at least one
            common element 
              | |
| IsOverlappedBy(IEntityFieldCore, Object) | 
            Will generate an arrayField && array2 fragment in the SQL query using the mapping of this function. Returns true if the arrays share at least one
            common element 
              |