Modifier and Type | Method and Description |
---|---|
String |
JpqlDialect.property(ReadableProperty<?> property) |
Modifier and Type | Method and Description |
---|---|
protected <V,PROPERTY extends ReadableProperty<V>> |
BeanFactoryImpl.createProperty(String name,
GenericType<? extends V> valueType,
Bean bean,
Class<PROPERTY> propertyClass) |
Modifier and Type | Interface and Description |
---|---|
interface |
ReadableObjectProperty<V>
|
interface |
ReadableSetProperty<E>
|
interface |
WritableObjectProperty<V>
|
interface |
WritableProperty<V>
This is the interface for a generic property.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractContainerProperty<V>
This is the abstract base implementation of
WritableProperty and ReadableContainerProperty . |
class |
AbstractProperty<V>
This is the implementation of
WritableProperty . |
class |
AbstractRegularProperty<V>
This is the abstract base implementation of a regular
WritableProperty . |
class |
AbstractValueProperty<V>
This is the implementation of
WritableProperty . |
class |
ReadOnlyPropertyImpl<V>
Deprecated.
|
Modifier and Type | Interface and Description |
---|---|
interface |
PropertyFactory<V,P extends ReadableProperty<V>>
This is the interface for the factory of a specific
property type. |
Modifier and Type | Method and Description |
---|---|
<V,PROPERTY extends ReadableProperty<V>> |
PropertyFactoryManager.create(Class<PROPERTY> propertyType,
GenericType<V> valueType,
boolean polymorphic,
String name,
Bean bean,
AbstractValidator<? super V> validator) |
default <V,PROPERTY extends ReadableProperty<V>> |
PropertyFactoryManager.getFactory(Class<PROPERTY> propertyType,
Class<? extends V> valueType,
boolean polymorphic) |
<V,PROPERTY extends ReadableProperty<V>> |
PropertyFactoryManager.getFactoryForPropertyType(Class<PROPERTY> propertyType) |
default <V,PROPERTY extends ReadableProperty<V>> |
PropertyFactoryManager.getRequiredFactory(Class<PROPERTY> propertyType,
Class<V> valueType,
boolean polymorphic) |
Modifier and Type | Method and Description |
---|---|
<V> PropertyFactory<V,? extends ReadableProperty<V>> |
PropertyFactoryManager.getFactoryForValueType(Class<? extends V> valueType,
boolean polymorphic) |
Class<? extends ReadableProperty<V>> |
PropertyFactory.getReadableInterface() |
Modifier and Type | Interface and Description |
---|---|
interface |
ReadableBooleanProperty
|
interface |
ReadableStringProperty
|
interface |
WritableBooleanProperty
|
interface |
WritableStringProperty
|
Modifier and Type | Class and Description |
---|---|
class |
BooleanProperty
This is the implementation of
BooleanProperty . |
class |
GenericProperty<V>
This is the implementation of
WritableProperty . |
class |
StringListProperty
This is an extension of
StringProperty that stores a list of String values that are enclosed with
pipe-symbols. |
class |
StringProperty
This is the implementation of
WritableStringProperty . |
Modifier and Type | Class and Description |
---|---|
class |
LinkListProperty<E extends EntityBean>
|
class |
LinkProperty<E extends EntityBean>
|
Modifier and Type | Interface and Description |
---|---|
interface |
ReadableByteProperty
|
interface |
ReadableDoubleProperty
|
interface |
ReadableFloatProperty
|
interface |
ReadableIntegerBindingProperty<N extends Number>
|
interface |
ReadableIntegerProperty
|
interface |
ReadableLongProperty
|
interface |
ReadableNumberProperty<N extends Number>
|
interface |
ReadableShortProperty
|
interface |
WritableByteProperty
|
interface |
WritableDoubleProperty
|
interface |
WritableFloatProperty
|
interface |
WritableIntegerProperty
|
interface |
WritableLongProperty
|
interface |
WritableNumberProperty<N extends Number>
|
interface |
WritableShortProperty
|
Modifier and Type | Class and Description |
---|---|
class |
BigDecimalProperty
This is the implementation of
WritableDoubleProperty . |
class |
ByteProperty
This is the implementation of
WritableByteProperty . |
class |
DoubleProperty
This is the implementation of
WritableDoubleProperty . |
class |
FloatProperty
This is the implementation of
WritableFloatProperty . |
class |
IntegerProperty
This is the implementation of
WritableIntegerProperty . |
class |
LongProperty
This is the implementation of
WritableLongProperty . |
class |
NumberProperty<N extends Number>
This is the implementation of
WritableNumberProperty . |
class |
ShortProperty
This is the implementation of
WritableShortProperty . |
Modifier and Type | Interface and Description |
---|---|
interface |
ReadableInstantProperty
|
interface |
ReadableLocalDateProperty
|
interface |
ReadableLocalDateTimeProperty
|
interface |
WritableInstantProperty
|
interface |
WritableLocalDateProperty
|
interface |
WritableLocalDateTimeProperty
|
Modifier and Type | Class and Description |
---|---|
class |
DurationInSecondsProperty
Extends
LongProperty to store a Duration in seconds. |
class |
InstantProperty
This is the implementation of
WritableInstantProperty . |
class |
LocalDateProperty
This is the implementation of
WritableLocalDateProperty . |
class |
LocalDateTimeProperty
This is the implementation of
WritableLocalDateTimeProperty . |
Modifier and Type | Interface and Description |
---|---|
interface |
ReadableCollectionProperty<E,V extends Collection<E>>
|
interface |
ReadableContainerProperty<V>
|
interface |
ReadableListProperty<E>
|
interface |
ReadableMapProperty<K,V>
|
interface |
WritableCollectionProperty<E,V extends Collection<E>>
|
interface |
WritableListProperty<E>
|
interface |
WritableMapProperty<K,V>
|
interface |
WritableSetProperty<E>
|
Modifier and Type | Class and Description |
---|---|
class |
ListProperty<E>
This is the implementation of
WritableListProperty . |
class |
MapProperty<K,V>
This is the implementation of
WritableListProperty . |
class |
SetProperty<E>
This is the implementation of
WritableSetProperty . |
Modifier and Type | Method and Description |
---|---|
<V,PROPERTY extends ReadableProperty<V>> |
PropertyFactoryManagerImpl.create(Class<PROPERTY> propertyType,
GenericType<V> valueType,
boolean polymorphic,
String name,
Bean bean,
AbstractValidator<? super V> validator) |
<V,PROPERTY extends ReadableProperty<V>> |
PropertyFactoryManagerImpl.getFactoryForPropertyType(Class<PROPERTY> propertyType) |
Modifier and Type | Method and Description |
---|---|
<V> PropertyFactory<V,? extends ReadableProperty<V>> |
PropertyFactoryManagerImpl.getFactoryForValueType(Class<? extends V> valueType,
boolean polymorphic) |
Class<? extends ReadableProperty<String>> |
PropertyFactoryString.getReadableInterface() |
Class<? extends ReadableProperty<Number>> |
PropertyFactoryShort.getReadableInterface() |
Class<? extends ReadableProperty<javafx.collections.ObservableSet<E>>> |
PropertyFactorySet.getReadableInterface() |
Class<? extends ReadableProperty<javafx.collections.ObservableMap<K,V>>> |
PropertyFactoryMap.getReadableInterface() |
Class<? extends ReadableProperty<Number>> |
PropertyFactoryLong.getReadableInterface() |
Class<? extends ReadableProperty<LocalDateTime>> |
PropertyFactoryLocalDateTime.getReadableInterface() |
Class<? extends ReadableProperty<LocalDate>> |
PropertyFactoryLocalDate.getReadableInterface() |
Class<? extends ReadableProperty<javafx.collections.ObservableList<E>>> |
PropertyFactoryList.getReadableInterface() |
Class<? extends ReadableProperty<Link<E>>> |
PropertyFactoryLink.getReadableInterface() |
Class<? extends ReadableProperty<Number>> |
PropertyFactoryInteger.getReadableInterface() |
Class<? extends ReadableProperty<Instant>> |
PropertyFactoryInstant.getReadableInterface() |
Class<? extends ReadableProperty<V>> |
PropertyFactoryGeneric.getReadableInterface() |
Class<? extends ReadableProperty<Number>> |
PropertyFactoryFloat.getReadableInterface() |
Class<? extends ReadableProperty<Number>> |
PropertyFactoryDouble.getReadableInterface() |
Class<? extends ReadableProperty<Number>> |
PropertyFactoryByte.getReadableInterface() |
Class<? extends ReadableProperty<Boolean>> |
PropertyFactoryBoolean.getReadableInterface() |
Modifier and Type | Method and Description |
---|---|
<V> Path<V> |
PathFactory.to(ReadableProperty<V> property) |
Modifier and Type | Field and Description |
---|---|
private ReadableProperty<?> |
PathImpl.property |
Modifier and Type | Method and Description |
---|---|
ReadableProperty<?> |
PathImpl.getProperty() |
Modifier and Type | Method and Description |
---|---|
<V> Path<V> |
AbstractPathFactory.to(ReadableProperty<V> property) |
private void |
PathImpl.verifyBeanProperty(Bean bean,
ReadableProperty<?> prop) |
Constructor and Description |
---|
BooleanPathImpl(PathImpl<?> parent,
ReadableProperty<?> property)
The constructor.
|
BooleanPathImpl(PathRoot<?> root,
ReadableProperty<?> property)
The constructor.
|
CollectionPathImpl(PathImpl<?> parent,
ReadableProperty<?> property)
The constructor.
|
CollectionPathImpl(PathRoot<?> root,
ReadableProperty<?> property)
The constructor.
|
ComparablePathImpl(PathImpl<?> parent,
ReadableProperty<?> property)
The constructor.
|
ComparablePathImpl(PathRoot<?> root,
ReadableProperty<?> property)
The constructor.
|
EntityBeanPathImpl(PathImpl<?> parent,
ReadableProperty<?> property)
The constructor.
|
EntityBeanPathImpl(PathRoot<?> root,
ReadableProperty<?> property)
The constructor.
|
ListPathImpl(PathImpl<?> parent,
ReadableProperty<?> property)
The constructor.
|
ListPathImpl(PathRoot<?> root,
ReadableProperty<?> property)
The constructor.
|
MapPathImpl(PathImpl<?> parent,
ReadableProperty<?> property)
The constructor.
|
MapPathImpl(PathRoot<?> root,
ReadableProperty<?> property)
The constructor.
|
NumberPathImpl(PathImpl<?> parent,
ReadableProperty<?> property)
The constructor.
|
NumberPathImpl(PathRoot<?> root,
ReadableProperty<?> property)
The constructor.
|
PathImpl(PathImpl<?> parent,
ReadableProperty<?> property)
The constructor.
|
PathImpl(PathRoot<?> root,
ReadableProperty<?> property)
The constructor.
|
SetPathImpl(PathImpl<?> parent,
ReadableProperty<?> property)
The constructor.
|
SetPathImpl(PathRoot<?> root,
ReadableProperty<?> property)
The constructor.
|
StringPathImpl(PathImpl<?> parent,
ReadableProperty<?> property)
The constructor.
|
StringPathImpl(PathRoot<?> root,
ReadableProperty<?> property)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
default String |
SqlDialect.property(ReadableProperty<?> property) |
Copyright © 2001–2016 mmm-Team. All rights reserved.