All Classes and Interfaces

Class
Description
The abstract base implementation of PropertyFactory.
Abstract base implementation of PropertyMetadata.
The abstract base implementation of PropertyFactory.
Interface for an object that can be read-only (or mutable).
Implementation of WritableBigDecimalProperty.
Implementation of WritableBigIntegerProperty.
Literal for Boolean value.
Implementation of WritableBooleanProperty.
Supplier bound to Boolean.
Implementation of WritableByteProperty.
Implementation of WritableCollectionProperty.
Implementation of WritableContainerProperty.
Interface for a search criteria.
A formatter to format CriteriaExpressions to database specific notation (e.g.
Marshalling to map CriteriaExpressions.
CharScannerParser for CriteriaObject.
ATTENTION: When parsing a PropertyPath only a SimplePath will be created and returned.
Operator for CriteriaExpression to compute the result from the arguments.
An ordering for an ORDER BY clause.
Interface for a parameter (bind variable) of a database statement.
Interface to handle Literal values as parameters in CriteriaExpression of database statements.
CriteriaExpression that is a predicate evaluating to a Boolean.
Interface for visitor on CriteriaExpression.
Implementation of WritableDoubleProperty.
Extends LongProperty to store a Duration in seconds.
Implementation of WritableDurationProperty.
Implementation of WritableEnumProperty.
Implementation of WritableFloatProperty.
Implementation of WritableInstantProperty.
Implementation of WritableIntegerProperty.
Enum defining available syntaxes for a match pattern in a LIKE-clause.
Implementation of WritableListProperty.
Supplier for a literal value.
This is the implementation of WritableLocalDateProperty.
This is the implementation of WritableLocalDateTimeProperty.
Implementation of WritableLocaleProperty.
Implementation of WritableLongProperty.
Implementation of WritableMapProperty.
Implementation of WritableNumberProperty.
Generic implementation of WritableProperty for arbitrary objects that do not have their own custom implementation.
This is the implementation of WritableOffsetDateTimeProperty.
This is the implementation of WritableOffsetTimeProperty.
StringProperty with password value.
Implementation of WritablePatternProperty.
CriteriaOperator for a CriteriaPredicate that always evaluates to a Boolean value.
Projection from a selection to a single property in a projection (SelectProjection).
Implementation of WritableProperty.
A container for a property together with its value to assign.
This is the interface for the factory of a specific property type.
Implementation of PropertyFactory for BigDecimalProperty.
Implementation of PropertyFactory for BigIntegerProperty.
Implementation of PropertyFactory for BooleanProperty.
Implementation of PropertyFactory for ByteProperty.
Implementation of PropertyFactory for DoubleProperty.
This is the implementation of PropertyFactory for DurationProperty.
Implementation of PropertyFactory for LocaleProperty.
Implementation of PropertyFactory for FloatProperty.
This is the implementation of PropertyFactory for InstantProperty.
Implementation of PropertyFactory for IntegerProperty.
This is the implementation of PropertyFactory for ListProperty.
This is the implementation of PropertyFactory for LocalDateProperty.
This is the implementation of PropertyFactory for LocalDateTimeProperty.
Implementation of PropertyFactory for LocaleProperty.
This is the implementation of PropertyFactory for LocalTimeProperty.
Implementation of PropertyFactory for LongProperty.
This is the interface for the manager where all PropertyFactory variants are registered.
This is the implementation of PropertyFactory for SetProperty.
This is the implementation of PropertyFactory for ObjectProperty.
This is the implementation of PropertyFactory for OffsetDateTimeProperty.
This is the implementation of PropertyFactory for OffsetTimeProperty.
Implementation of PropertyFactory for StringProperty.
Implementation of PropertyFactory for PatternProperty.
Implementation of PropertyFactory for RangeProperty.
Implementation of PropertyFactory for SetProperty.
Implementation of PropertyFactory for ShortProperty.
Implementation of PropertyFactory for StringProperty.
This is the implementation of PropertyFactory for ZonedDateTimeProperty.
Metadata of a Property.
Little helper class for simple reusable operations on PropertyPath and related types.
CharScannerParser for PropertyPath.
Interface with the type information required for generic property creation.
Implementation of WritableRangeProperty.
Implementation of CompositeTypeMapper for Range.
This is the interface for a ReadableProperty of the value-type Collection or Map.
This is the interface for a ReadableProperty of the value-type Instant.
This is the interface for a ReadableProperty of the value-type Instant.
This is the interface for a ReadableProperty of the value-type LocalDate.
This is the interface for a ReadableProperty of the value-type LocalDateTime.
ReadableProperty with generic Object value.
ReadableStringProperty with password value.
This is the interface for a generic property.
ReadableProperty with Range value.
ReadableProperty for a simple datatype (and not a container property).
Implementation of WritableSetProperty.
Implementation of WritableShortProperty.
Implementation of PropertyPathParser for SimplePath.
Property implementation of WritableSimpleProperty.
A simple generic implementation of PropertyFactory used as dynamic fallback for custom property implementations without having a proper factory registered.
This is an extension of StringProperty that stores a Collection of Strings as a simple String in a CSV like format.
StringListProperty using ";" as separator and no enclosing.
There are rumors about very expensive databases that can not distinguish the empty String from null.
Implementation of WritableStringProperty.
StringSetProperty using ";" as separator and no enclosing.
WritableProperty with container value.
This is the interface for a WritableProperty of the value-type Instant.
This is the interface for a WritableProperty of the value-type Instant.
This is the interface for a WritableProperty of the value-type LocalDate.
This is the interface for a WritableProperty of the value-type LocalDateTime.
This is the interface for a WritableProperty with a non-primitive the value- type.
WritableStringProperty with password value.
A property with write access (e.g.
WritableProperty with Range value.
WritableProperty for a simple datatype (and not a container property).
WritableStringProperty with password value.
This is the implementation of WritableZonedDateTimeProperty.