Uses of Class
org.hibernate.spatial.dialect.oracle.criterion.RelationshipMask
-
Packages that use RelationshipMask Package Description org.hibernate.spatial.dialect.oracle.criterion -
-
Uses of RelationshipMask in org.hibernate.spatial.dialect.oracle.criterion
Methods in org.hibernate.spatial.dialect.oracle.criterion that return RelationshipMask Modifier and Type Method Description static RelationshipMask
RelationshipMask. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static RelationshipMask[]
RelationshipMask. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hibernate.spatial.dialect.oracle.criterion with parameters of type RelationshipMask Modifier and Type Method Description static java.lang.String
RelationshipMask. booleanCombination(RelationshipMask[] masks)
Combines the passed "RelationshipMask
sstatic Criterion
OracleSpatialRestrictions. SDORelate(java.lang.String propertyName, com.vividsolutions.jts.geom.Geometry geom, RelationshipMask[] mask, java.lang.Double minResolution, java.lang.Double maxResolution)
Apply the "SDO_RELATE" constraint to the specified property, using the specified parameters.
-