Uses of Class
org.hibernate.envers.query.criteria.AuditFunction
Packages that use AuditFunction
-
Uses of AuditFunction in org.hibernate.envers.query
Methods in org.hibernate.envers.query that return AuditFunctionModifier and TypeMethodDescriptionstatic AuditFunctionCreate restrictions or projections using a function. -
Uses of AuditFunction in org.hibernate.envers.query.criteria
Methods in org.hibernate.envers.query.criteria with parameters of type AuditFunctionModifier and TypeMethodDescriptionAuditFunction.eqFunction(AuditFunction otherFunction) Apply an "equal" constraint to another functionAuditProperty.eqFunction(AuditFunction otherFunction) Apply an "equal" constraint to a functionAuditFunction.geFunction(AuditFunction otherFunction) Apply a "greater than or equal" constraint to another functionAuditProperty.geFunction(AuditFunction otherFunction) Apply a "greater than or equal" constraint to a functionAuditFunction.gtFunction(AuditFunction otherFunction) Apply a "greater than" constraint to another functionAuditProperty.gtFunction(AuditFunction otherFunction) Apply a "greater than" constraint to a functionAuditFunction.leFunction(AuditFunction otherFunction) Apply a "less than or equal" constraint to another functionAuditProperty.leFunction(AuditFunction otherFunction) Apply a "less than or equal" constraint to a functionAuditFunction.ltFunction(AuditFunction otherFunction) Apply a "less than" constraint to another functionAuditProperty.ltFunction(AuditFunction otherFunction) Apply a "less than" constraint to a functionAuditFunction.neFunction(AuditFunction otherFunction) Apply a "not equal" constraint to another functionAuditProperty.neFunction(AuditFunction otherFunction) Apply a "not equal" constraint to a function