Serialized Form

  • Package org.hibernate.criterion

    • Class org.hibernate.criterion.AbstractEmptinessExpression

      class AbstractEmptinessExpression extends Object implements Serializable
      • Serialized Fields

        • propertyName
          String propertyName
    • Class org.hibernate.criterion.AggregateProjection

      class AggregateProjection extends org.hibernate.criterion.SimpleProjection implements Serializable
      • Serialized Fields

        • functionName
          String functionName
        • propertyName
          String propertyName
    • Class org.hibernate.criterion.AliasedProjection

      class AliasedProjection extends Object implements Serializable
      • Serialized Fields

        • alias
          String alias
        • projection
          org.hibernate.criterion.Projection projection
    • Class org.hibernate.criterion.AvgProjection

      class AvgProjection extends org.hibernate.criterion.AggregateProjection implements Serializable
    • Class org.hibernate.criterion.BetweenExpression

      class BetweenExpression extends Object implements Serializable
    • Class org.hibernate.criterion.Conjunction

      class Conjunction extends org.hibernate.criterion.Junction implements Serializable
    • Class org.hibernate.criterion.CountProjection

      class CountProjection extends org.hibernate.criterion.AggregateProjection implements Serializable
      • Serialized Fields

        • distinct
          boolean distinct
    • Class org.hibernate.criterion.DetachedCriteria

      class DetachedCriteria extends Object implements Serializable
      • Serialized Fields

        • criteria
          org.hibernate.Criteria criteria
        • impl
          org.hibernate.internal.CriteriaImpl impl
    • Class org.hibernate.criterion.Disjunction

      class Disjunction extends org.hibernate.criterion.Junction implements Serializable
    • Class org.hibernate.criterion.Distinct

      class Distinct extends Object implements Serializable
      • Serialized Fields

        • wrappedProjection
          org.hibernate.criterion.Projection wrappedProjection
    • Class org.hibernate.criterion.EmptyExpression

      class EmptyExpression extends org.hibernate.criterion.AbstractEmptinessExpression implements Serializable
    • Class org.hibernate.criterion.Example

      class Example extends Object implements Serializable
      • Serialized Fields

        • escapeCharacter
          Character escapeCharacter
        • exampleEntity
          Object exampleEntity
        • excludedProperties
          Set<String> excludedProperties
        • isIgnoreCaseEnabled
          boolean isIgnoreCaseEnabled
        • isLikeEnabled
          boolean isLikeEnabled
        • matchMode
          org.hibernate.criterion.MatchMode matchMode
        • selector
          org.hibernate.criterion.Example.PropertySelector selector
    • Class org.hibernate.criterion.Example.AllPropertySelector

      class AllPropertySelector extends Object implements Serializable
      • Serialization Methods

        • readResolve
          private Object readResolve()
    • Class org.hibernate.criterion.Example.NotNullOrZeroPropertySelector

      class NotNullOrZeroPropertySelector extends Object implements Serializable
      • Serialization Methods

        • readResolve
          private Object readResolve()
    • Class org.hibernate.criterion.Example.NotNullPropertySelector

      class NotNullPropertySelector extends Object implements Serializable
      • Serialization Methods

        • readResolve
          private Object readResolve()
    • Class org.hibernate.criterion.ExistsSubqueryExpression

      class ExistsSubqueryExpression extends org.hibernate.criterion.SubqueryExpression implements Serializable
    • Class org.hibernate.criterion.ForeignKeyExpression

      class ForeignKeyExpression extends Object implements Serializable
      • Serialized Fields

        • associationPropertyName
          String associationPropertyName
        • operator
          String operator
        • value
          Object value
    • Class org.hibernate.criterion.ForeignKeyNullExpression

      class ForeignKeyNullExpression extends Object implements Serializable
      • Serialized Fields

        • associationPropertyName
          String associationPropertyName
        • negated
          boolean negated
    • Class org.hibernate.criterion.ForeingKeyProjection

      class ForeingKeyProjection extends org.hibernate.criterion.SimpleProjection implements Serializable
      • Serialized Fields

        • associationPropertyName
          String associationPropertyName
    • Class org.hibernate.criterion.IdentifierEqExpression

      class IdentifierEqExpression extends Object implements Serializable
      • Serialized Fields

    • Class org.hibernate.criterion.IdentifierProjection

      class IdentifierProjection extends org.hibernate.criterion.SimpleProjection implements Serializable
      • Serialized Fields

        • grouped
          boolean grouped
    • Class org.hibernate.criterion.IlikeExpression

      class IlikeExpression extends Object implements Serializable
      • Serialized Fields

        • propertyName
          String propertyName
          Deprecated.
        • value
          Object value
          Deprecated.
    • Class org.hibernate.criterion.InExpression

      class InExpression extends Object implements Serializable
      • Serialized Fields

    • Class org.hibernate.criterion.Junction

      class Junction extends Object implements Serializable
      • Serialized Fields

        • conditions
          List<org.hibernate.criterion.Criterion> conditions
        • nature
          org.hibernate.criterion.Junction.Nature nature
    • Class org.hibernate.criterion.LikeExpression

      class LikeExpression extends Object implements Serializable
      • Serialized Fields

        • escapeChar
          Character escapeChar
        • ignoreCase
          boolean ignoreCase
        • propertyName
          String propertyName
        • value
          Object value
    • Class org.hibernate.criterion.LogicalExpression

      class LogicalExpression extends Object implements Serializable
      • Serialized Fields

        • lhs
          org.hibernate.criterion.Criterion lhs
        • op
          String op
        • rhs
          org.hibernate.criterion.Criterion rhs
    • Class org.hibernate.criterion.NaturalIdentifier

      class NaturalIdentifier extends Object implements Serializable
      • Serialized Fields

        • conjunction
          org.hibernate.criterion.Conjunction conjunction
    • Class org.hibernate.criterion.NotEmptyExpression

      class NotEmptyExpression extends org.hibernate.criterion.AbstractEmptinessExpression implements Serializable
    • Class org.hibernate.criterion.NotExpression

      class NotExpression extends Object implements Serializable
      • Serialized Fields

        • criterion
          org.hibernate.criterion.Criterion criterion
    • Class org.hibernate.criterion.NotNullExpression

      class NotNullExpression extends Object implements Serializable
      • Serialized Fields

        • propertyName
          String propertyName
    • Class org.hibernate.criterion.NullExpression

      class NullExpression extends Object implements Serializable
      • Serialized Fields

        • propertyName
          String propertyName
    • Class org.hibernate.criterion.Order

      class Order extends Object implements Serializable
      • Serialized Fields

        • ascending
          boolean ascending
        • ignoreCase
          boolean ignoreCase
        • nullPrecedence
          org.hibernate.NullPrecedence nullPrecedence
        • propertyName
          String propertyName
    • Class org.hibernate.criterion.ProjectionList

      class ProjectionList extends Object implements Serializable
      • Serialized Fields

        • elements
          List<org.hibernate.criterion.Projection> elements
    • Class org.hibernate.criterion.PropertiesSubqueryExpression

      class PropertiesSubqueryExpression extends org.hibernate.criterion.SubqueryExpression implements Serializable
      • Serialized Fields

        • propertyNames
          String[] propertyNames
    • Class org.hibernate.criterion.Property

      class Property extends org.hibernate.criterion.PropertyProjection implements Serializable
    • Class org.hibernate.criterion.PropertyExpression

      class PropertyExpression extends Object implements Serializable
      • Serialized Fields

        • op
          String op
        • otherPropertyName
          String otherPropertyName
        • propertyName
          String propertyName
    • Class org.hibernate.criterion.PropertyProjection

      class PropertyProjection extends org.hibernate.criterion.SimpleProjection implements Serializable
      • Serialized Fields

        • grouped
          boolean grouped
        • propertyName
          String propertyName
    • Class org.hibernate.criterion.PropertySubqueryExpression

      class PropertySubqueryExpression extends org.hibernate.criterion.SubqueryExpression implements Serializable
      • Serialized Fields

        • propertyName
          String propertyName
    • Class org.hibernate.criterion.RowCountProjection

      class RowCountProjection extends org.hibernate.criterion.SimpleProjection implements Serializable
    • Class org.hibernate.criterion.SimpleExpression

      class SimpleExpression extends Object implements Serializable
      • Serialized Fields

        • ignoreCase
          boolean ignoreCase
        • op
          String op
        • propertyName
          String propertyName
        • value
          Object value
    • Class org.hibernate.criterion.SimpleProjection

      class SimpleProjection extends Object implements Serializable
    • Class org.hibernate.criterion.SimpleSubqueryExpression

      class SimpleSubqueryExpression extends org.hibernate.criterion.SubqueryExpression implements Serializable
      • Serialized Fields

    • Class org.hibernate.criterion.SizeExpression

      class SizeExpression extends Object implements Serializable
      • Serialized Fields

        • op
          String op
        • propertyName
          String propertyName
        • size
          int size
    • Class org.hibernate.criterion.SQLCriterion

      class SQLCriterion extends Object implements Serializable
      • Serialized Fields

        • sql
          String sql
        • typedValues
          org.hibernate.engine.spi.TypedValue[] typedValues
    • Class org.hibernate.criterion.SQLProjection

      class SQLProjection extends Object implements Serializable
      • Serialized Fields

        • aliases
          String[] aliases
        • columnAliases
          String[] columnAliases
        • groupBy
          String groupBy
        • grouped
          boolean grouped
        • sql
          String sql
        • types
          org.hibernate.type.Type[] types
    • Class org.hibernate.criterion.SubqueryExpression

      class SubqueryExpression extends Object implements Serializable
      • Serialized Fields

        • criteriaImpl
          org.hibernate.internal.CriteriaImpl criteriaImpl
        • innerQuery
          org.hibernate.loader.criteria.CriteriaQueryTranslator innerQuery
        • op
          String op
        • params
          org.hibernate.engine.spi.QueryParameters params
        • quantifier
          String quantifier
        • types
          org.hibernate.type.Type[] types
  • Package org.n52.sensorweb.server.db.factory

  • Package org.n52.sensorweb.server.db.query

    • Class org.n52.sensorweb.server.db.query.IntersectsPredicate

      class IntersectsPredicate extends org.hibernate.query.criteria.internal.predicate.AbstractSimplePredicate implements Serializable
      serialVersionUID:
      -5467642277075037085L
      • Serialized Fields

        • entityManager
          javax.persistence.EntityManager entityManager
        • matchExpression
          javax.persistence.criteria.Expression<org.locationtech.jts.geom.Geometry> matchExpression
        • matchingExprssion
          javax.persistence.criteria.Expression<org.locationtech.jts.geom.Geometry> matchingExprssion