public static interface AbstractEntityStoreTest.TestEntity
extends org.qi4j.api.entity.EntityComposite
Type | Property and Description |
---|---|
org.qi4j.api.property.Property<AbstractEntityStoreTest.TestValue> |
value |
Modifier and Type | Method and Description |
---|---|
org.qi4j.api.association.Association<AbstractEntityStoreTest.TestEntity> |
association() |
org.qi4j.api.property.Property<BigDecimal> |
bigDecimalValue() |
org.qi4j.api.property.Property<BigInteger> |
bigIntegerValue() |
org.qi4j.api.property.Property<Boolean> |
booleanValue() |
org.qi4j.api.property.Property<DateTime> |
dateTimeValue() |
org.qi4j.api.property.Property<Date> |
dateValue() |
org.qi4j.api.property.Property<Double> |
doubleValue() |
org.qi4j.api.property.Property<String> |
emptyName() |
org.qi4j.api.property.Property<Float> |
floatValue() |
org.qi4j.api.property.Property<Integer> |
intValue() |
org.qi4j.api.property.Property<LocalDateTime> |
localDateTimeValue() |
org.qi4j.api.property.Property<LocalDate> |
localDateValue() |
org.qi4j.api.property.Property<Long> |
longValue() |
org.qi4j.api.association.ManyAssociation<AbstractEntityStoreTest.TestEntity> |
manyAssociation() |
org.qi4j.api.property.Property<String> |
name() |
org.qi4j.api.association.NamedAssociation<AbstractEntityStoreTest.TestEntity> |
namedAssociation() |
org.qi4j.api.association.Association<AbstractEntityStoreTest.TestEntity> |
unsetAssociation() |
org.qi4j.api.property.Property<String> |
unsetName() |
org.qi4j.api.property.Property<AbstractEntityStoreTest.TestValue> |
valueProperty() |
@UseDefaults org.qi4j.api.property.Property<Integer> intValue()
@UseDefaults org.qi4j.api.property.Property<Long> longValue()
@UseDefaults org.qi4j.api.property.Property<Double> doubleValue()
@UseDefaults org.qi4j.api.property.Property<Float> floatValue()
@UseDefaults org.qi4j.api.property.Property<Boolean> booleanValue()
@Optional org.qi4j.api.property.Property<BigInteger> bigIntegerValue()
@Optional org.qi4j.api.property.Property<BigDecimal> bigDecimalValue()
@Optional org.qi4j.api.property.Property<Date> dateValue()
@Optional org.qi4j.api.property.Property<DateTime> dateTimeValue()
@Optional org.qi4j.api.property.Property<LocalDateTime> localDateTimeValue()
@Optional org.qi4j.api.property.Property<LocalDate> localDateValue()
@Optional org.qi4j.api.property.Property<String> name()
@Optional org.qi4j.api.property.Property<String> unsetName()
@UseDefaults org.qi4j.api.property.Property<String> emptyName()
@Optional org.qi4j.api.property.Property<AbstractEntityStoreTest.TestValue> valueProperty()
@Optional org.qi4j.api.association.Association<AbstractEntityStoreTest.TestEntity> association()
@Optional org.qi4j.api.association.Association<AbstractEntityStoreTest.TestEntity> unsetAssociation()
org.qi4j.api.association.ManyAssociation<AbstractEntityStoreTest.TestEntity> manyAssociation()
org.qi4j.api.association.NamedAssociation<AbstractEntityStoreTest.TestEntity> namedAssociation()