This is an automated email from the ASF dual-hosted git repository.
ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/causeway-app-referenceapp.git
The following commit(s) were added to refs/heads/master by this push:
new 0de4cfd pom fix for reference-app-testing
0de4cfd is described below
commit 0de4cfd00dcbffd90e301ee981499d1eaf796b68
Author: Andi Huber <[email protected]>
AuthorDate: Wed Oct 8 16:54:16 2025 +0200
pom fix for reference-app-testing
- also test approvals for v4
---
domain/logging-dn-enhance.properties | 41 ----
.../SpinUpReferenceJpaTest.verify.approved.yaml | 259 ++++-----------------
testing/pom.xml | 2 +-
3 files changed, 50 insertions(+), 252 deletions(-)
diff --git a/domain/logging-dn-enhance.properties
b/domain/logging-dn-enhance.properties
deleted file mode 100644
index ca165ac..0000000
--- a/domain/logging-dn-enhance.properties
+++ /dev/null
@@ -1,41 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements. See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership. The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied. See the License for the
-# specific language governing permissions and limitations
-# under the License.
-
-# LOG4J Configuration
-# ===================
-
-# Basic logging goes to "datanucleus.log"
-log4j.appender.A1=org.apache.log4j.FileAppender
-log4j.appender.A1.File=datanucleus.log
-log4j.appender.A1.layout=org.apache.log4j.PatternLayout
-log4j.appender.A1.layout.ConversionPattern=%d{HH:mm:ss,SSS} (%t) %-5p [%c] -
%m%n
-#log4j.appender.A1.Threshold=INFO
-
-# Categories
-# Each category can be set to a "level", and to direct to an appender
-
-# Default to DEBUG level for all DataNucleus categories
-log4j.logger.DataNucleus = DEBUG, A1
-
-log4j.category.com.mchange.v2.c3p0=INFO, A1
-log4j.category.com.mchange.v2.resourcepool=INFO, A1
-log4j.category.org.logicalcobwebs.proxool=INFO,A1
-
-
-# Hbase libs logging
-log4j.category.org.apache.hadoop=INFO,A1
-log4j.category.org.apache.zookeeper=INFO,A1
\ No newline at end of file
diff --git
a/testing/jpa/src/test/java/demoapp/testing/jpa/SpinUpReferenceJpaTest.verify.approved.yaml
b/testing/jpa/src/test/java/demoapp/testing/jpa/SpinUpReferenceJpaTest.verify.approved.yaml
index e4076c0..4af9be5 100644
---
a/testing/jpa/src/test/java/demoapp/testing/jpa/SpinUpReferenceJpaTest.verify.approved.yaml
+++
b/testing/jpa/src/test/java/demoapp/testing/jpa/SpinUpReferenceJpaTest.verify.approved.yaml
@@ -18,9 +18,9 @@ ObjectSpecifications:
-
demo.ActionLayoutDescribedAsChildVm(demoapp.dom.domain.actions.ActionLayout.describedAs.child.ActionLayoutDescribedAsChildVm)
-
demo.ActionLayoutFieldSetVm(demoapp.dom.domain.actions.ActionLayout.fieldSet.ActionLayoutFieldSetPage)
-
demo.ActionLayoutHiddenPage(demoapp.dom.domain.actions.ActionLayout.hidden.ActionLayoutHiddenPage)
- -
demo.ActionLayoutNamedVm(demoapp.dom.domain.actions.ActionLayout.named.ActionLayoutNamedPage)
+ -
demo.ActionLayoutNamedPage(demoapp.dom.domain.actions.ActionLayout.named.ActionLayoutNamedPage)
-
demo.ActionLayoutPositionPage(demoapp.dom.domain.actions.ActionLayout.position.ActionLayoutPositionPage)
- -
demo.ActionLayoutPromptStyleVm(demoapp.dom.domain.actions.ActionLayout.promptStyle.ActionLayoutPromptStylePage)
+ -
demo.ActionLayoutPromptStylePage(demoapp.dom.domain.actions.ActionLayout.promptStyle.ActionLayoutPromptStylePage)
-
demo.ActionLayoutRedirectPolicyPage(demoapp.dom.domain.actions.ActionLayout.redirectPolicy.ActionLayoutRedirectPolicyPage)
-
demo.ActionLayoutSequencePage(demoapp.dom.domain.actions.ActionLayout.sequence.ActionLayoutSequencePage)
-
demo.ActionLayoutSequenceChildVm(demoapp.dom.domain.actions.ActionLayout.sequence.child.ActionLayoutSequenceChildVm)
@@ -46,7 +46,7 @@ ObjectSpecifications:
-
demo.CollectionLayoutSortedByChildVm(demoapp.dom.domain.collections.CollectionLayout.sortedBy.child.CollectionLayoutSortedByChildVm)
-
demo.CollectionLayoutTableDecoratorPage(demoapp.dom.domain.collections.CollectionLayout.tabledec.CollectionLayoutTableDecoratorPage)
-
demo.CollectionLayoutTableDecoratorChildVm(demoapp.dom.domain.collections.CollectionLayout.tabledec.child.CollectionLayoutTableDecoratorChildVm)
- -
demo.DomainObjectAliasedVm(demoapp.dom.domain.objects.DomainObject.aliased.DomainObjectAliasedPage)
+ -
demo.DomainObjectAliasedPage(demoapp.dom.domain.objects.DomainObject.aliased.DomainObjectAliasedPage)
-
demo.DomainObjectAutoCompleteVm(demoapp.dom.domain.objects.DomainObject.autoComplete.DomainObjectAutoCompletePage)
-
demo.DomainObjectBoundingVm(demoapp.dom.domain.objects.DomainObject.bounded.DomainObjectBoundingPage)
-
demo.DomainObjectEditingPage(demoapp.dom.domain.objects.DomainObject.editing.DomainObjectEditingPage)
@@ -73,42 +73,41 @@ ObjectSpecifications:
-
demo.PropertyEditingPage(demoapp.dom.domain.properties.Property.editing.PropertyEditingPage)
-
demo.PropertyExecutionPublishingPage(demoapp.dom.domain.properties.Property.executionPublishing.PropertyExecutionPublishingPage)
-
demo.PropertyFileAcceptPage(demoapp.dom.domain.properties.Property.fileAccept.PropertyFileAcceptPage)
- -
demo.PropertyMaxLengthVm(demoapp.dom.domain.properties.Property.maxLength.PropertyMaxLengthPage)
- -
demo.PropertyMustSatisfyVm(demoapp.dom.domain.properties.Property.mustSatisfy.PropertyMustSatisfyPage)
+ -
demo.PropertyMaxLengthPage(demoapp.dom.domain.properties.Property.maxLength.PropertyMaxLengthPage)
+ -
demo.PropertyMustSatisfyPage(demoapp.dom.domain.properties.Property.mustSatisfy.PropertyMustSatisfyPage)
-
demo.PropertyOptionalityPage(demoapp.dom.domain.properties.Property.optionality.PropertyOptionalityPage)
-
demo.PropertyProjectingChildVm(demoapp.dom.domain.properties.Property.projecting.PropertyProjectingChildVm)
-
demo.PropertyProjectingVm(demoapp.dom.domain.properties.Property.projecting.PropertyProjectingPage)
-
demo.PropertyRegexPatternPage(demoapp.dom.domain.properties.Property.regexPattern.PropertyRegexPatternPage)
-
demo.PropertySnapshotPage(demoapp.dom.domain.properties.Property.snapshot.PropertySnapshotPage)
- -
demo.PropertyLayoutCssClassVm(demoapp.dom.domain.properties.PropertyLayout.cssClass.PropertyLayoutCssClassPage)
+ -
demo.PropertyLayoutCssClassPage(demoapp.dom.domain.properties.PropertyLayout.cssClass.PropertyLayoutCssClassPage)
-
demo.PropertyLayoutDescribedAsPage(demoapp.dom.domain.properties.PropertyLayout.describedAs.PropertyLayoutDescribedAsPage)
-
demo.PropertyLayoutHiddenPage(demoapp.dom.domain.properties.PropertyLayout.hidden.PropertyLayoutHiddenPage)
-
demo.PropertyLayoutLabelPositionVm(demoapp.dom.domain.properties.PropertyLayout.labelPosition.PropertyLayoutLabelPositionPage)
- -
demo.PropertyLayoutMultiLineVm(demoapp.dom.domain.properties.PropertyLayout.multiLine.PropertyLayoutMultiLinePage)
+ -
demo.PropertyLayoutMultiLinePage(demoapp.dom.domain.properties.PropertyLayout.multiLine.PropertyLayoutMultiLinePage)
-
demo.PropertyLayoutNamedPage(demoapp.dom.domain.properties.PropertyLayout.named.PropertyLayoutNamedPage)
-
demo.FileNodeVm(demoapp.dom.domain.properties.PropertyLayout.navigable.FileNodeVm)
-
demo.PropertyLayoutRepaintingPage(demoapp.dom.domain.properties.PropertyLayout.repainting.PropertyLayoutRepaintingPage)
-
demo.PropertyLayoutTypicalLengthPage(demoapp.dom.domain.properties.PropertyLayout.typicalLength.PropertyLayoutTypicalLengthPage)
- -
demo.PropertyLayoutRenderDayVm(demoapp.dom.domain.properties.ValueSemantics.dateRenderAdjustDays.ValueSemanticsDateRenderAdjustDaysPage)
+ -
demo.ValueSemanticsDateRenderAdjustDaysPage(demoapp.dom.domain.properties.ValueSemantics.dateRenderAdjustDays.ValueSemanticsDateRenderAdjustDaysPage)
+ -
demo.ValueSemanticsProviderPercentagePage(demoapp.dom.domain.properties.ValueSemantics.percentage.ValueSemanticsProviderPercentagePage)
-
demo.CausewayCalendarEvents(demoapp.dom.featured.causewayext.cal.CalendarEventsPage)
-
demo.CausewayCalendarEventVm(demoapp.dom.featured.causewayext.cal.vm.CausewayCalendarEventVm)
- demo.DemoTask(demoapp.dom.featured.causewayext.sse.DemoTask)
- demo.AsyncAction(demoapp.dom.featured.causewayext.sse.SseDemoPage)
- demo.WhereInTheWorldPage(demoapp.dom.featured.customui.WhereInTheWorldPage)
- - demo.Tab(demoapp.dom.featured.layout.tabs.TabDemo)
- demo.DemoItem(demoapp.dom.featured.layout.tooltip.DemoItem)
- demo.Tooltip(demoapp.dom.featured.layout.tooltip.TooltipPage)
- demo.Homepage(demoapp.dom.homepage.ReferenceHomePage)
- demo.DependentArgsDemoItem(demoapp.dom.progmodel.actions.TvCharacter)
- -
demo.ActionAutoComplete(demoapp.dom.progmodel.actions.autocomplete.ActionAutoCompletePage)
+ -
demo.ActionAutoCompletePage(demoapp.dom.progmodel.actions.autocomplete.ActionAutoCompletePage)
- demo.BulkActionPage(demoapp.dom.progmodel.actions.bulk.BulkActionPage)
- demo.ActionChoices(demoapp.dom.progmodel.actions.choices.ActionChoicesPage)
-
demo.ActionDefaults(demoapp.dom.progmodel.actions.defaults.ActionDefaultsPage)
- -
demo.ActionValidate(demoapp.dom.progmodel.actions.validate.ActionValidatePage)
- - demo.ActionVeto(demoapp.dom.progmodel.actions.veto.ActionVetoPage)
+ -
demo.ActionValidatePage(demoapp.dom.progmodel.actions.validate.ActionValidatePage)
+ - demo.ActionVetoPage(demoapp.dom.progmodel.actions.veto.ActionVetoPage)
-
demo.CompositeValuesPage(demoapp.dom.progmodel.customvaluetypes.compositevalues.CompositeValueTypePage)
-
demo.ScalarValueTypePage(demoapp.dom.progmodel.customvaluetypes.customvalues.ScalarValueTypePage)
- -
demo.EmbeddedTypePageJdo(demoapp.dom.progmodel.customvaluetypes.embeddedvalues.jdo.EmbeddedTypePageJdo)
-
demo.EmbeddedTypePageJpa(demoapp.dom.progmodel.customvaluetypes.embeddedvalues.jpa.EmbeddedTypePageJpa)
- demo.FibonacciNumberVm(demoapp.dom.progmodel.mixins.FibonacciNumberVm)
- demo.MixinPage(demoapp.dom.progmodel.mixins.MixinPage)
@@ -116,7 +115,7 @@ ObjectSpecifications:
-
demo.EventBusServiceDemoPage(demoapp.dom.services.core.eventbusservice.EventBusServiceDemoPage)
-
demo.MessageServiceDemoPage(demoapp.dom.services.core.messageservice.MessageServiceDemoPage)
-
demo.WrapperFactoryDemoPage(demoapp.dom.services.core.wrapperFactory.WrapperFactoryDemoPage)
- -
demo.SecManVm(demoapp.dom.services.extensions.secman.apptenancy.AppTenancyPage)
+ -
demo.AppTenancyPage(demoapp.dom.services.extensions.secman.apptenancy.AppTenancyPage)
- demo.CausewayBlobs(demoapp.dom.types.causeway.blobs.CausewayBlobs)
- demo.CausewayBlobVm(demoapp.dom.types.causeway.blobs.vm.CausewayBlobVm)
- demo.CausewayClobs(demoapp.dom.types.causeway.clobs.CausewayClobs)
@@ -135,9 +134,6 @@ ObjectSpecifications:
- demo.CausewayVegas(demoapp.dom.types.causewayval.vegas.CausewayVegas)
- demo.CausewayVegaVm(demoapp.dom.types.causewayval.vegas.vm.CausewayVegaVm)
- demo.BufferedImages(demoapp.dom.types.javaawt.images.BufferedImages)
- -
demo.JavaAwtBufferedImages(demoapp.dom.types.javaawt.images.JavaAwtBufferedImages)
- - demo.BufferedImageVm(demoapp.dom.types.javaawt.images.vm.BufferedImageVm)
- -
demo.JavaAwtBufferedImageVm(demoapp.dom.types.javaawt.images.vm.JavaAwtBufferedImageVm)
- demo.WrapperBooleans(demoapp.dom.types.javalang.booleans.WrapperBooleans)
-
demo.WrapperBooleanVm(demoapp.dom.types.javalang.booleans.vm.WrapperBooleanVm)
- demo.WrapperBytes(demoapp.dom.types.javalang.bytes.WrapperBytes)
@@ -160,17 +156,11 @@ ObjectSpecifications:
-
demo.JavaLangStringVm(demoapp.dom.types.javalang.strings.vm.JavaLangStringVm)
- demo.JavaLangVoids(demoapp.dom.types.javalang.voids.JavaLangVoids)
- demo.BigDecimals(demoapp.dom.types.javamath.bigdecimals.BigDecimals)
- -
demo.JavaMathBigDecimals(demoapp.dom.types.javamath.bigdecimals.JavaMathBigDecimals)
- demo.BigDecimalVm(demoapp.dom.types.javamath.bigdecimals.vm.BigDecimalVm)
- -
demo.JavaMathBigDecimalVm(demoapp.dom.types.javamath.bigdecimals.vm.JavaMathBigDecimalVm)
- demo.BigIntegers(demoapp.dom.types.javamath.bigintegers.BigIntegers)
- -
demo.JavaMathBigIntegers(demoapp.dom.types.javamath.bigintegers.JavaMathBigIntegers)
- demo.BigIntegerVm(demoapp.dom.types.javamath.bigintegers.vm.BigIntegerVm)
- -
demo.JavaMathBigIntegerVm(demoapp.dom.types.javamath.bigintegers.vm.JavaMathBigIntegerVm)
- - demo.JavaNetUrls(demoapp.dom.types.javanet.urls.JavaNetUrls)
- - demo.URLss(demoapp.dom.types.javanet.urls.URLss)
- - demo.JavaNetUrlVm(demoapp.dom.types.javanet.urls.vm.JavaNetUrlVm)
- - demo.URLsVm(demoapp.dom.types.javanet.urls.vm.URLsVm)
+ - demo.Urls(demoapp.dom.types.javanet.urls.Url)
+ - demo.UrlVm(demoapp.dom.types.javanet.urls.vm.UrlVm)
- demo.JavaSqlDates(demoapp.dom.types.javasql.javasqldate.JavaSqlDates)
- demo.JavaSqlDateVm(demoapp.dom.types.javasql.javasqldate.vm.JavaSqlDateVm)
-
demo.JavaSqlTimestamps(demoapp.dom.types.javasql.javasqltimestamp.JavaSqlTimestamps)
@@ -186,20 +176,11 @@ ObjectSpecifications:
- demo.OffsetTimes(demoapp.dom.types.javatime.javatimeoffsettime.OffsetTimes)
-
demo.OffsetTimeVm(demoapp.dom.types.javatime.javatimeoffsettime.vm.OffsetTimeVm)
-
demo.ZonedDateTimes(demoapp.dom.types.javatime.javatimezoneddatetime.ZonedDateTimes)
- -
demo.JavaTimeZonedDateTimeVm(demoapp.dom.types.javatime.javatimezoneddatetime.vm.JavaTimeZonedDateTimeVm)
-
demo.ZonedDateTimeVm(demoapp.dom.types.javatime.javatimezoneddatetime.vm.ZonedDateTimeVm)
- demo.JavaUtilDates(demoapp.dom.types.javautil.javautildate.JavaUtilDates)
-
demo.JavaUtilDateVm(demoapp.dom.types.javautil.javautildate.vm.JavaUtilDateVm)
- demo.JavaUtilUuids(demoapp.dom.types.javautil.uuids.JavaUtilUuids)
- demo.JavaUtilUuidVm(demoapp.dom.types.javautil.uuids.vm.JavaUtilUuidVm)
- - demo.JodaDateTimes(demoapp.dom.types.jodatime.jodadatetime.JodaDateTimes)
- -
demo.JodaDateTimeVm(demoapp.dom.types.jodatime.jodadatetime.vm.JodaDateTimeVm)
- -
demo.JodaLocalDates(demoapp.dom.types.jodatime.jodalocaldate.JodaLocalDates)
- -
demo.JodaLocalDateVm(demoapp.dom.types.jodatime.jodalocaldate.vm.JodaLocalDateVm)
- -
demo.JodaLocalDateTimes(demoapp.dom.types.jodatime.jodalocaldatetime.JodaLocalDateTimes)
- -
demo.JodaLocalDateTimeVm(demoapp.dom.types.jodatime.jodalocaldatetime.vm.JodaLocalDateTimeVm)
- -
demo.JodaLocalTimes(demoapp.dom.types.jodatime.jodalocaltime.JodaLocalTimes)
- -
demo.JodaLocalTimeVm(demoapp.dom.types.jodatime.jodalocaltime.vm.JodaLocalTimeVm)
-
demo.PrimitiveBooleans(demoapp.dom.types.primitive.booleans.PrimitiveBooleans)
-
demo.PrimitiveBooleanVm(demoapp.dom.types.primitive.booleans.vm.PrimitiveBooleanVm)
- demo.PrimitiveBytes(demoapp.dom.types.primitive.bytes.PrimitiveBytes)
@@ -226,16 +207,9 @@ ObjectSpecifications:
-
causeway.conf.ConfigurationViewmodel(org.apache.causeway.applib.services.confview.ConfigurationViewmodel)
-
causeway.applib.RoleMemento(org.apache.causeway.applib.services.user.RoleMemento)
-
causeway.applib.UserMemento(org.apache.causeway.applib.services.user.UserMemento)
- -
causeway.applib.node.ActionNode(org.apache.causeway.core.metamodel.inspect.model.ActionNode)
- -
causeway.applib.node.CollectionNode(org.apache.causeway.core.metamodel.inspect.model.CollectionNode)
- -
causeway.applib.node.FacetAttrNode(org.apache.causeway.core.metamodel.inspect.model.FacetAttrNode)
- -
causeway.applib.FacetGroupNode(org.apache.causeway.core.metamodel.inspect.model.FacetGroupNode)
- -
causeway.applib.node.FacetNode(org.apache.causeway.core.metamodel.inspect.model.FacetNode)
- -
causeway.applib.ParameterNode(org.apache.causeway.core.metamodel.inspect.model.ParameterNode)
- -
causeway.applib.PropertyNode(org.apache.causeway.core.metamodel.inspect.model.PropertyNode)
- -
causeway.applib.TypeNode(org.apache.causeway.core.metamodel.inspect.model.TypeNode)
+ -
causeway.applib.MetamodelInspectView(org.apache.causeway.core.metamodel.inspect.model.MetamodelInspectView)
-
causeway.security.LoginRedirect(org.apache.causeway.core.security.authentication.logout.LogoutMenu.LoginRedirect)
- -
causeway.ext.docgen.HelpNodeVm(org.apache.causeway.extensions.docgen.helptree.HelpNodeVm)
+ -
causeway.ext.docgen.HelpNodeVm(org.apache.causeway.extensions.docgen.help.helptree.HelpNodeVm)
-
causeway.ext.executionOutbox.OutboxEvents(org.apache.causeway.extensions.executionoutbox.applib.restapi.OutboxEvents)
-
causeway.ext.secman.AppFeat(org.apache.causeway.extensions.secman.applib.feature.api.ApplicationFeatureChoices.AppFeat)
-
causeway.ext.secman.ApplicationOrphanedPermissionManager(org.apache.causeway.extensions.secman.applib.permission.app.ApplicationOrphanedPermissionManager)
@@ -243,13 +217,13 @@ ObjectSpecifications:
-
causeway.ext.secman.ApplicationTenancyManager(org.apache.causeway.extensions.secman.applib.tenancy.man.ApplicationTenancyManager)
-
causeway.ext.secman.UserPermissionViewModel(org.apache.causeway.extensions.secman.applib.user.dom.mixins.perms.UserPermissionViewModel)
-
causeway.ext.secman.ApplicationUserManager(org.apache.causeway.extensions.secman.applib.user.man.ApplicationUserManager)
- -
causeway.schema.metamodel.v2.DomainClassDto(org.apache.causeway.schema.metamodel.v2.DomainClassDto)
-
causeway.testing.fixtures.FixtureResult(org.apache.causeway.testing.fixtures.applib.fixturescripts.FixtureResult)
ENTITY:
-
demo.ActionChoicesFromEntity(demoapp.dom.domain.actions.Action.choicesFrom.jpa.ActionChoicesFromEntityImpl)
-
demo.ActionCommandPublishingEntity(demoapp.dom.domain.actions.Action.commandPublishing.jpa.ActionCommandPublishingEntityImpl)
-
demo.ActionExecutionPublishingEntity(demoapp.dom.domain.actions.Action.executionPublishing.jpa.ActionExecutionPublishingEntityImpl)
-
demo.ActionLayoutHiddenEntity(demoapp.dom.domain.actions.ActionLayout.hidden.jpa.ActionLayoutHiddenEntityImpl)
+ -
demo.ActionLayoutRedirectPolicyEntity(demoapp.dom.domain.actions.ActionLayout.redirectPolicy.jpa.ActionLayoutRedirectPolicyEntityImpl)
-
demo.party.Customer(demoapp.dom.domain.objects.DomainObject.aliased.jpa.DomainObjectAliasedEntityImpl)
-
demo.DomainObjectAutoCompleteEntity(demoapp.dom.domain.objects.DomainObject.autoComplete.jpa.DomainObjectAutoCompleteEntityImpl)
-
demo.DomainObjectBoundingEntity(demoapp.dom.domain.objects.DomainObject.bounded.jpa.DomainObjectBoundingEntityImpl)
@@ -291,7 +265,6 @@ ObjectSpecifications:
-
demo.CausewayMarkdownEntity(demoapp.dom.types.causewayval.markdowns.jpa.CausewayMarkdownJpa)
-
demo.CausewayVegaEntity(demoapp.dom.types.causewayval.vegas.jpa.CausewayVegaJpa)
-
demo.BufferedImageEntity(demoapp.dom.types.javaawt.images.jpa.BufferedImageJpa)
- -
demo.JavaAwtBufferedImageEntity(demoapp.dom.types.javaawt.images.jpa.JavaAwtBufferedImageJpa)
-
demo.WrapperBooleanEntity(demoapp.dom.types.javalang.booleans.jpa.WrapperBooleanJpa)
- demo.WrapperByteEntity(demoapp.dom.types.javalang.bytes.jpa.WrapperByteJpa)
-
demo.WrapperCharacterEntity(demoapp.dom.types.javalang.characters.jpa.WrapperCharacterJpa)
@@ -303,31 +276,18 @@ ObjectSpecifications:
-
demo.WrapperShortEntity(demoapp.dom.types.javalang.shorts.jpa.WrapperShortJpa)
-
demo.JavaLangStringEntity(demoapp.dom.types.javalang.strings.jpa.JavaLangStringJpa)
-
demo.BigDecimalEntity(demoapp.dom.types.javamath.bigdecimals.jpa.BigDecimalJpa)
- -
demo.JavaMathBigDecimalEntity(demoapp.dom.types.javamath.bigdecimals.jpa.JavaMathBigDecimalJpa)
-
demo.BigIntegerEntity(demoapp.dom.types.javamath.bigintegers.jpa.BigIntegerJpa)
- -
demo.JavaMathBigIntegerEntity(demoapp.dom.types.javamath.bigintegers.jpa.JavaMathBigIntegerJpa)
- - demo.JavaNetUrlEntity(demoapp.dom.types.javanet.urls.jpa.JavaNetUrlJpa)
- - demo.URLsEntity(demoapp.dom.types.javanet.urls.jpa.URLsJpa)
+ - demo.UrlEntity(demoapp.dom.types.javanet.urls.jpa.UrlJpa)
-
demo.JavaSqlDateEntity(demoapp.dom.types.javasql.javasqldate.jpa.JavaSqlDateJpa)
-
demo.JavaSqlTimestampEntity(demoapp.dom.types.javasql.javasqltimestamp.jpa.JavaSqlTimestampJpa)
- -
demo.JavaTimeLocalDateEntity(demoapp.dom.types.javatime.javatimelocaldate.jpa.JavaTimeLocalDateJpa)
-
demo.LocalDateEntity(demoapp.dom.types.javatime.javatimelocaldate.jpa.LocalDateJpa)
- -
demo.JavaTimeLocalDateTimeEntity(demoapp.dom.types.javatime.javatimelocaldatetime.jpa.JavaTimeLocalDateTimeJpa)
-
demo.LocalDateTimeEntity(demoapp.dom.types.javatime.javatimelocaldatetime.jpa.LocalDateTimeJpa)
- -
demo.JavaTimeLocalTimeEntity(demoapp.dom.types.javatime.javatimelocaltime.jpa.JavaTimeLocalTimeJpa)
-
demo.LocalTimeEntity(demoapp.dom.types.javatime.javatimelocaltime.jpa.LocalTimeJpa)
- -
demo.JavaTimeOffsetDateTimeEntity(demoapp.dom.types.javatime.javatimeoffsetdatetime.jpa.JavaTimeOffsetDateTimeJpa)
-
demo.OffsetDateTimeEntity(demoapp.dom.types.javatime.javatimeoffsetdatetime.jpa.OffsetDateTimeJpa)
- -
demo.JavaTimeOffsetTimeEntity(demoapp.dom.types.javatime.javatimeoffsettime.jpa.JavaTimeOffsetTimeJpa)
-
demo.OffsetTimeEntity(demoapp.dom.types.javatime.javatimeoffsettime.jpa.OffsetTimeJpa)
- -
demo.JavaTimeZonedDateTimeEntity(demoapp.dom.types.javatime.javatimezoneddatetime.jpa.JavaTimeZonedDateTimeJpa)
-
demo.ZonedDateTimeEntity(demoapp.dom.types.javatime.javatimezoneddatetime.jpa.ZonedDateTimeJpa)
-
demo.JavaUtilDateEntity(demoapp.dom.types.javautil.javautildate.jpa.JavaUtilDateJpa)
-
demo.JavaUtilUuidEntity(demoapp.dom.types.javautil.uuids.jpa.JavaUtilUuidJpa)
- -
demo.JodaDateTimeEntity(demoapp.dom.types.jodatime.jodadatetime.jpa.JodaDateTimeJpa)
- -
demo.JodaLocalDateEntity(demoapp.dom.types.jodatime.jodalocaldate.jpa.JodaLocalDateJpa)
- -
demo.JodaLocalDateTimeEntity(demoapp.dom.types.jodatime.jodalocaldatetime.jpa.JodaLocalDateTimeJpa)
- -
demo.JodaLocalTimeEntity(demoapp.dom.types.jodatime.jodalocaltime.jpa.JodaLocalTimeJpa)
-
demo.PrimitiveBooleanEntity(demoapp.dom.types.primitive.booleans.jpa.PrimitiveBooleanJpa)
-
demo.PrimitiveByteEntity(demoapp.dom.types.primitive.bytes.jpa.PrimitiveByteJpa)
-
demo.PrimitiveCharEntity(demoapp.dom.types.primitive.chars.jpa.PrimitiveCharJpa)
@@ -368,6 +328,7 @@ ObjectSpecifications:
-
demo.ScalarValueTypeMenu(demoapp.dom.progmodel.customvaluetypes.customvalues.ScalarValueTypeMenu)
-
demo.EmbeddedTypeMenuJpa(demoapp.dom.progmodel.customvaluetypes.embeddedvalues.jpa.EmbeddedTypeMenuJpa)
- demo.MixinMenu(demoapp.dom.progmodel.mixins.MixinMenu)
+ - demo.UiHintsMenu(demoapp.dom.progmodel.uihints.UiHintsMenu)
- demo.ServicesMenu(demoapp.dom.services.core.ServicesMenu)
-
demo.DemoEntityFactory(demoapp.dom.services.core.wrapperFactory.PrimeNumberGenerator)
- demo.ExtSecManMenu(demoapp.dom.services.extensions.secman.ExtSecManMenu)
@@ -381,7 +342,6 @@ ObjectSpecifications:
- demo.JavaSqlTypesMenu(demoapp.dom.types.javasql.JavaSqlTypesMenu)
- demo.JavaTimeTypesMenu(demoapp.dom.types.javatime.JavaTimeTypesMenu)
- demo.JavaUtilTypesMenu(demoapp.dom.types.javautil.JavaUtilTypesMenu)
- - demo.JodaTimeTypesMenu(demoapp.dom.types.jodatime.JodaTimeTypesMenu)
- demo.PrimitiveTypesMenu(demoapp.dom.types.primitive.PrimitiveTypesMenu)
-
demo.PrototypeActionsVisibilityAdvisor(demoapp.web.security.PrototypeActionsVisibilityAdvisor)
-
causeway.feat.ApplicationFeatureMenu(org.apache.causeway.applib.services.appfeatui.ApplicationFeatureMenu)
@@ -396,7 +356,7 @@ ObjectSpecifications:
-
causeway.security.LogoutMenu(org.apache.causeway.core.security.authentication.logout.LogoutMenu)
-
causeway.ext.auditTrail.AuditTrailMenu(org.apache.causeway.extensions.audittrail.applib.app.AuditTrailMenu)
-
causeway.ext.commandLog.CommandLogMenu(org.apache.causeway.extensions.commandlog.applib.app.CommandLogMenu)
- -
causeway.ext.docgen.DocumentationMenu(org.apache.causeway.extensions.docgen.menu.DocumentationMenu)
+ -
causeway.ext.docgen.DocumentationMenu(org.apache.causeway.extensions.docgen.help.menu.DocumentationMenu)
-
causeway.ext.executionLog.ExecutionLogMenu(org.apache.causeway.extensions.executionlog.applib.app.ExecutionLogMenu)
-
causeway.ext.executionOutbox.ExecutionOutboxMenu(org.apache.causeway.extensions.executionoutbox.applib.app.ExecutionOutboxMenu)
-
causeway.ext.executionOutbox.OutboxRestApi(org.apache.causeway.extensions.executionoutbox.applib.restapi.OutboxRestApi)
@@ -409,14 +369,13 @@ ObjectSpecifications:
-
causeway.testing.fixtures.FixtureScripts(org.apache.causeway.testing.fixtures.applib.fixturescripts.FixtureScripts)
-
causeway.ext.h2Console.H2ManagerMenu(org.apache.causeway.testing.h2console.ui.services.H2ManagerMenu)
-
causeway.viewer.roRendering.SwaggerServiceMenu(org.apache.causeway.viewer.restfulobjects.rendering.service.swagger.SwaggerServiceMenu)
+ MANAGED_BEAN_NOT_CONTRIBUTING:
+ -
org.apache.causeway.applib.services.i18n.TranslatableString(org.apache.causeway.applib.services.i18n.TranslatableString)
MIXIN:
-
demoapp.dom._infra.asciidocdesc.HasAsciiDocDescription_description(demoapp.dom._infra.asciidocdesc.HasAsciiDocDescription_description)
-
demoapp.dom._infra.asciidocdesc.HasAsciiDocDescription_sources(demoapp.dom._infra.asciidocdesc.HasAsciiDocDescription_sources)
-
demoapp.dom.domain._changes.ExposeCapturedChanges_clear(demoapp.dom.domain._changes.ExposeCapturedChanges_clear)
-
demoapp.dom.domain._changes.ExposeCapturedChanges_recentChanges(demoapp.dom.domain._changes.ExposeCapturedChanges_recentChanges)
- -
demoapp.dom.domain._commands.ExposePersistedCommands_commands(demoapp.dom.domain._commands.ExposePersistedCommands_commands)
- -
demoapp.dom.domain._interactions.ExposePersistedExecutions_interactions(demoapp.dom.domain._interactions.ExposePersistedExecutions_interactions)
- -
demoapp.dom.domain._propertychanges.ExposePropertyChanges_propertyChanges(demoapp.dom.domain._propertychanges.ExposePropertyChanges_propertyChanges)
-
demoapp.dom.domain.actions.Action.choicesFrom.ActionChoicesFromPage_makeLowerCase(demoapp.dom.domain.actions.Action.choicesFrom.ActionChoicesFromPage_makeLowerCase)
-
demoapp.dom.domain.actions.Action.choicesFrom.ActionChoicesFromPage_makeUpperCase(demoapp.dom.domain.actions.Action.choicesFrom.ActionChoicesFromPage_makeUpperCase)
-
demoapp.dom.domain.actions.Action.choicesFrom.ActionChoicesFromPage_objects(demoapp.dom.domain.actions.Action.choicesFrom.ActionChoicesFromPage_objects)
@@ -456,8 +415,9 @@ ObjectSpecifications:
-
demoapp.dom.domain.actions.ActionLayout.promptStyle.ActionLayoutPromptStylePage_updateNamePromptModal(demoapp.dom.domain.actions.ActionLayout.promptStyle.ActionLayoutPromptStylePage_updateNamePromptModal)
-
demoapp.dom.domain.actions.ActionLayout.promptStyle.ActionLayoutPromptStylePage_updateNamePromptSidebar(demoapp.dom.domain.actions.ActionLayout.promptStyle.ActionLayoutPromptStylePage_updateNamePromptSidebar)
-
demoapp.dom.domain.actions.ActionLayout.promptStyle.ActionLayoutPromptStylePage_updateNotesPromptInlineAsIfEdit(demoapp.dom.domain.actions.ActionLayout.promptStyle.ActionLayoutPromptStylePage_updateNotesPromptInlineAsIfEdit)
- -
demoapp.dom.domain.actions.ActionLayout.redirectPolicy.ActionLayoutRedirectPolicyPage_incrementRedirectEvenIfSame(demoapp.dom.domain.actions.ActionLayout.redirectPolicy.ActionLayoutRedirectPolicyPage_incrementRedirectEvenIfSame)
- -
demoapp.dom.domain.actions.ActionLayout.redirectPolicy.ActionLayoutRedirectPolicyPage_incrementRedirectOnlyIfDiffers(demoapp.dom.domain.actions.ActionLayout.redirectPolicy.ActionLayoutRedirectPolicyPage_incrementRedirectOnlyIfDiffers)
+ -
demoapp.dom.domain.actions.ActionLayout.redirectPolicy.ActionLayoutRedirectPolicyEntity_incrementRedirectEvenIfSame(demoapp.dom.domain.actions.ActionLayout.redirectPolicy.ActionLayoutRedirectPolicyEntity_incrementRedirectEvenIfSame)
+ -
demoapp.dom.domain.actions.ActionLayout.redirectPolicy.ActionLayoutRedirectPolicyEntity_incrementRedirectOnlyIfDiffers(demoapp.dom.domain.actions.ActionLayout.redirectPolicy.ActionLayoutRedirectPolicyEntity_incrementRedirectOnlyIfDiffers)
+ -
demoapp.dom.domain.actions.ActionLayout.redirectPolicy.ActionLayoutRedirectPolicyPage_objects(demoapp.dom.domain.actions.ActionLayout.redirectPolicy.ActionLayoutRedirectPolicyPage_objects)
-
demoapp.dom.domain.actions.ActionLayout.sequence.ActionLayoutSequencePage_addChild(demoapp.dom.domain.actions.ActionLayout.sequence.ActionLayoutSequencePage_addChild)
-
demoapp.dom.domain.actions.ActionLayout.sequence.ActionLayoutSequencePage_noopSeqX(demoapp.dom.domain.actions.ActionLayout.sequence.ActionLayoutSequencePage_noopSeqX)
-
demoapp.dom.domain.actions.ActionLayout.sequence.ActionLayoutSequencePage_noopSeqY(demoapp.dom.domain.actions.ActionLayout.sequence.ActionLayoutSequencePage_noopSeqY)
@@ -475,8 +435,8 @@ ObjectSpecifications:
-
demoapp.dom.domain.collections.Collection.domainEvent.CollectionDomainEventPage_controlStrategy(demoapp.dom.domain.collections.Collection.domainEvent.CollectionDomainEventPage_controlStrategy)
-
demoapp.dom.domain.objects.DomainObject.aliased.DomainObjectAliasedPage_lookup(demoapp.dom.domain.objects.DomainObject.aliased.DomainObjectAliasedPage_lookup)
-
demoapp.dom.domain.objects.DomainObject.aliased.DomainObjectAliasedPage_objects(demoapp.dom.domain.objects.DomainObject.aliased.DomainObjectAliasedPage_objects)
+ -
demoapp.dom.domain.objects.DomainObject.autoComplete.DomainObjectAutoCompletePage_characters(demoapp.dom.domain.objects.DomainObject.autoComplete.DomainObjectAutoCompletePage_characters)
-
demoapp.dom.domain.objects.DomainObject.autoComplete.DomainObjectAutoCompletePage_find(demoapp.dom.domain.objects.DomainObject.autoComplete.DomainObjectAutoCompletePage_find)
- -
demoapp.dom.domain.objects.DomainObject.autoComplete.DomainObjectAutoCompletePage_objects(demoapp.dom.domain.objects.DomainObject.autoComplete.DomainObjectAutoCompletePage_objects)
-
demoapp.dom.domain.objects.DomainObject.bounded.DomainObjectBoundingPage_objects(demoapp.dom.domain.objects.DomainObject.bounded.DomainObjectBoundingPage_objects)
-
demoapp.dom.domain.objects.DomainObject.bounded.jpa.DomainObjectBoundingPage_find(demoapp.dom.domain.objects.DomainObject.bounded.jpa.DomainObjectBoundingPage_find)
-
demoapp.dom.domain.objects.DomainObject.editing.DomainObjectEditingPage_objects(demoapp.dom.domain.objects.DomainObject.editing.DomainObjectEditingPage_objects)
@@ -485,7 +445,7 @@ ObjectSpecifications:
-
demoapp.dom.domain.objects.DomainObject.entityChangePublishing.DomainObjectEntityChangePublishingPage_objects(demoapp.dom.domain.objects.DomainObject.entityChangePublishing.DomainObjectEntityChangePublishingPage_objects)
-
demoapp.dom.domain.objects.DomainObject.introspection.DomainObjectIntrospectionPage_annotationOptional(demoapp.dom.domain.objects.DomainObject.introspection.DomainObjectIntrospectionPage_annotationOptional)
-
demoapp.dom.domain.objects.DomainObject.introspection.DomainObjectIntrospectionPage_annotationRequired(demoapp.dom.domain.objects.DomainObject.introspection.DomainObjectIntrospectionPage_annotationRequired)
- -
demoapp.dom.domain.objects.DomainObject.introspection.encapsulated.DomainObjectIntrospectionPage_encapsulationEnabled(demoapp.dom.domain.objects.DomainObject.introspection.encapsulated.DomainObjectIntrospectionPage_encapsulationEnabled)
+ -
demoapp.dom.domain.objects.DomainObject.introspection.encapsulated.jpa.DomainObjectIntrospectionPage_encapsulationEnabled(demoapp.dom.domain.objects.DomainObject.introspection.encapsulated.jpa.DomainObjectIntrospectionPage_encapsulationEnabled)
-
demoapp.dom.domain.objects.DomainObject.mixinMethod.DomainObjectMixinMethodEntity_initialCharacter(demoapp.dom.domain.objects.DomainObject.mixinMethod.DomainObjectMixinMethodEntity_initialCharacter)
-
demoapp.dom.domain.objects.DomainObject.mixinMethod.DomainObjectMixinMethodEntity_updateName(demoapp.dom.domain.objects.DomainObject.mixinMethod.DomainObjectMixinMethodEntity_updateName)
-
demoapp.dom.domain.objects.DomainObject.mixinMethod.DomainObjectMixinMethodPage_objects(demoapp.dom.domain.objects.DomainObject.mixinMethod.DomainObjectMixinMethodPage_objects)
@@ -621,7 +581,7 @@ ObjectSpecifications:
-
demoapp.dom.types.causeway.passwords.holder.CausewayPasswordHolder_updateReadOnlyPropertyWithChoices(demoapp.dom.types.causeway.passwords.holder.CausewayPasswordHolder_updateReadOnlyPropertyWithChoices)
-
demoapp.dom.types.causeway.passwords.persistence.CausewayPasswordEntity_checkPassword(demoapp.dom.types.causeway.passwords.persistence.CausewayPasswordEntity_checkPassword)
-
demoapp.dom.types.causeway.passwords.persistence.CausewayPasswordEntity_showPassword(demoapp.dom.types.causeway.passwords.persistence.CausewayPasswordEntity_showPassword)
- -
demo.treenode.FileNodeVm_tree(demoapp.dom.types.causeway.treenode.FileNodeVm_tree)
+ -
demoapp.dom.types.causeway.treenode.FileNodeVm_tree(demoapp.dom.types.causeway.treenode.FileNodeVm_tree)
-
demoapp.dom.types.causewayval.asciidocs.holder.CausewayAsciiDocHolder_actionReturning(demoapp.dom.types.causewayval.asciidocs.holder.CausewayAsciiDocHolder_actionReturning)
-
demoapp.dom.types.causewayval.asciidocs.holder.CausewayAsciiDocHolder_actionReturningCollection(demoapp.dom.types.causewayval.asciidocs.holder.CausewayAsciiDocHolder_actionReturningCollection)
-
demoapp.dom.types.causewayval.asciidocs.holder.CausewayAsciiDocHolder_mixinProperty(demoapp.dom.types.causewayval.asciidocs.holder.CausewayAsciiDocHolder_mixinProperty)
@@ -733,12 +693,6 @@ ObjectSpecifications:
-
demoapp.dom.types.javamath.bigdecimals.holder.BigDecimalHolder_updateReadOnlyOptionalPropertyWithChoices(demoapp.dom.types.javamath.bigdecimals.holder.BigDecimalHolder_updateReadOnlyOptionalPropertyWithChoices)
-
demoapp.dom.types.javamath.bigdecimals.holder.BigDecimalHolder_updateReadOnlyProperty(demoapp.dom.types.javamath.bigdecimals.holder.BigDecimalHolder_updateReadOnlyProperty)
-
demoapp.dom.types.javamath.bigdecimals.holder.BigDecimalHolder_updateReadOnlyPropertyWithChoices(demoapp.dom.types.javamath.bigdecimals.holder.BigDecimalHolder_updateReadOnlyPropertyWithChoices)
- -
demoapp.dom.types.javamath.bigdecimals.holder.JavaMathBigDecimalHolder_actionReturning(demoapp.dom.types.javamath.bigdecimals.holder.JavaMathBigDecimalHolder_actionReturning)
- -
demoapp.dom.types.javamath.bigdecimals.holder.JavaMathBigDecimalHolder_actionReturningCollection(demoapp.dom.types.javamath.bigdecimals.holder.JavaMathBigDecimalHolder_actionReturningCollection)
- -
demoapp.dom.types.javamath.bigdecimals.holder.JavaMathBigDecimalHolder_mixinProperty(demoapp.dom.types.javamath.bigdecimals.holder.JavaMathBigDecimalHolder_mixinProperty)
- -
demoapp.dom.types.javamath.bigdecimals.holder.JavaMathBigDecimalHolder_updateReadOnlyOptionalProperty(demoapp.dom.types.javamath.bigdecimals.holder.JavaMathBigDecimalHolder_updateReadOnlyOptionalProperty)
- -
demoapp.dom.types.javamath.bigdecimals.holder.JavaMathBigDecimalHolder_updateReadOnlyProperty(demoapp.dom.types.javamath.bigdecimals.holder.JavaMathBigDecimalHolder_updateReadOnlyProperty)
- -
demoapp.dom.types.javamath.bigdecimals.holder.JavaMathBigDecimalHolder_updateReadOnlyPropertyWithChoices(demoapp.dom.types.javamath.bigdecimals.holder.JavaMathBigDecimalHolder_updateReadOnlyPropertyWithChoices)
-
demoapp.dom.types.javamath.bigintegers.holder.BigIntegerHolder_actionReturning(demoapp.dom.types.javamath.bigintegers.holder.BigIntegerHolder_actionReturning)
-
demoapp.dom.types.javamath.bigintegers.holder.BigIntegerHolder_actionReturningCollection(demoapp.dom.types.javamath.bigintegers.holder.BigIntegerHolder_actionReturningCollection)
-
demoapp.dom.types.javamath.bigintegers.holder.BigIntegerHolder_mixinProperty(demoapp.dom.types.javamath.bigintegers.holder.BigIntegerHolder_mixinProperty)
@@ -746,25 +700,13 @@ ObjectSpecifications:
-
demoapp.dom.types.javamath.bigintegers.holder.BigIntegerHolder_updateReadOnlyOptionalPropertyWithChoices(demoapp.dom.types.javamath.bigintegers.holder.BigIntegerHolder_updateReadOnlyOptionalPropertyWithChoices)
-
demoapp.dom.types.javamath.bigintegers.holder.BigIntegerHolder_updateReadOnlyProperty(demoapp.dom.types.javamath.bigintegers.holder.BigIntegerHolder_updateReadOnlyProperty)
-
demoapp.dom.types.javamath.bigintegers.holder.BigIntegerHolder_updateReadOnlyPropertyWithChoices(demoapp.dom.types.javamath.bigintegers.holder.BigIntegerHolder_updateReadOnlyPropertyWithChoices)
- -
demoapp.dom.types.javamath.bigintegers.holder.JavaMathBigIntegerHolder_actionReturning(demoapp.dom.types.javamath.bigintegers.holder.JavaMathBigIntegerHolder_actionReturning)
- -
demoapp.dom.types.javamath.bigintegers.holder.JavaMathBigIntegerHolder_actionReturningCollection(demoapp.dom.types.javamath.bigintegers.holder.JavaMathBigIntegerHolder_actionReturningCollection)
- -
demoapp.dom.types.javamath.bigintegers.holder.JavaMathBigIntegerHolder_mixinProperty(demoapp.dom.types.javamath.bigintegers.holder.JavaMathBigIntegerHolder_mixinProperty)
- -
demoapp.dom.types.javamath.bigintegers.holder.JavaMathBigIntegerHolder_updateReadOnlyOptionalProperty(demoapp.dom.types.javamath.bigintegers.holder.JavaMathBigIntegerHolder_updateReadOnlyOptionalProperty)
- -
demoapp.dom.types.javamath.bigintegers.holder.JavaMathBigIntegerHolder_updateReadOnlyProperty(demoapp.dom.types.javamath.bigintegers.holder.JavaMathBigIntegerHolder_updateReadOnlyProperty)
- -
demoapp.dom.types.javamath.bigintegers.holder.JavaMathBigIntegerHolder_updateReadOnlyPropertyWithChoices(demoapp.dom.types.javamath.bigintegers.holder.JavaMathBigIntegerHolder_updateReadOnlyPropertyWithChoices)
- -
demoapp.dom.types.javanet.urls.holder.JavaNetUrlHolder_actionReturning(demoapp.dom.types.javanet.urls.holder.JavaNetUrlHolder_actionReturning)
- -
demoapp.dom.types.javanet.urls.holder.JavaNetUrlHolder_actionReturningCollection(demoapp.dom.types.javanet.urls.holder.JavaNetUrlHolder_actionReturningCollection)
- -
demoapp.dom.types.javanet.urls.holder.JavaNetUrlHolder_mixinProperty(demoapp.dom.types.javanet.urls.holder.JavaNetUrlHolder_mixinProperty)
- -
demoapp.dom.types.javanet.urls.holder.JavaNetUrlHolder_updateReadOnlyOptionalProperty(demoapp.dom.types.javanet.urls.holder.JavaNetUrlHolder_updateReadOnlyOptionalProperty)
- -
demoapp.dom.types.javanet.urls.holder.JavaNetUrlHolder_updateReadOnlyProperty(demoapp.dom.types.javanet.urls.holder.JavaNetUrlHolder_updateReadOnlyProperty)
- -
demoapp.dom.types.javanet.urls.holder.JavaNetUrlHolder_updateReadOnlyPropertyWithChoices(demoapp.dom.types.javanet.urls.holder.JavaNetUrlHolder_updateReadOnlyPropertyWithChoices)
- -
demoapp.dom.types.javanet.urls.holder.URLsHolder_actionReturning(demoapp.dom.types.javanet.urls.holder.URLsHolder_actionReturning)
- -
demoapp.dom.types.javanet.urls.holder.URLsHolder_actionReturningCollection(demoapp.dom.types.javanet.urls.holder.URLsHolder_actionReturningCollection)
- -
demoapp.dom.types.javanet.urls.holder.URLsHolder_mixinProperty(demoapp.dom.types.javanet.urls.holder.URLsHolder_mixinProperty)
- -
demoapp.dom.types.javanet.urls.holder.URLsHolder_updateReadOnlyOptionalProperty(demoapp.dom.types.javanet.urls.holder.URLsHolder_updateReadOnlyOptionalProperty)
- -
demoapp.dom.types.javanet.urls.holder.URLsHolder_updateReadOnlyOptionalPropertyWithChoices(demoapp.dom.types.javanet.urls.holder.URLsHolder_updateReadOnlyOptionalPropertyWithChoices)
- -
demoapp.dom.types.javanet.urls.holder.URLsHolder_updateReadOnlyProperty(demoapp.dom.types.javanet.urls.holder.URLsHolder_updateReadOnlyProperty)
- -
demoapp.dom.types.javanet.urls.holder.URLsHolder_updateReadOnlyPropertyWithChoices(demoapp.dom.types.javanet.urls.holder.URLsHolder_updateReadOnlyPropertyWithChoices)
+ -
demoapp.dom.types.javanet.urls.holder.UrlHolder_actionReturning(demoapp.dom.types.javanet.urls.holder.UrlHolder_actionReturning)
+ -
demoapp.dom.types.javanet.urls.holder.UrlHolder_actionReturningCollection(demoapp.dom.types.javanet.urls.holder.UrlHolder_actionReturningCollection)
+ -
demoapp.dom.types.javanet.urls.holder.UrlHolder_mixinProperty(demoapp.dom.types.javanet.urls.holder.UrlHolder_mixinProperty)
+ -
demoapp.dom.types.javanet.urls.holder.UrlHolder_updateReadOnlyOptionalProperty(demoapp.dom.types.javanet.urls.holder.UrlHolder_updateReadOnlyOptionalProperty)
+ -
demoapp.dom.types.javanet.urls.holder.UrlHolder_updateReadOnlyOptionalPropertyWithChoices(demoapp.dom.types.javanet.urls.holder.UrlHolder_updateReadOnlyOptionalPropertyWithChoices)
+ -
demoapp.dom.types.javanet.urls.holder.UrlHolder_updateReadOnlyProperty(demoapp.dom.types.javanet.urls.holder.UrlHolder_updateReadOnlyProperty)
+ -
demoapp.dom.types.javanet.urls.holder.UrlHolder_updateReadOnlyPropertyWithChoices(demoapp.dom.types.javanet.urls.holder.UrlHolder_updateReadOnlyPropertyWithChoices)
-
demoapp.dom.types.javasql.javasqldate.holder.JavaSqlDateHolder_actionReturning(demoapp.dom.types.javasql.javasqldate.holder.JavaSqlDateHolder_actionReturning)
-
demoapp.dom.types.javasql.javasqldate.holder.JavaSqlDateHolder_actionReturningCollection(demoapp.dom.types.javasql.javasqldate.holder.JavaSqlDateHolder_actionReturningCollection)
-
demoapp.dom.types.javasql.javasqldate.holder.JavaSqlDateHolder_mixinProperty(demoapp.dom.types.javasql.javasqldate.holder.JavaSqlDateHolder_mixinProperty)
@@ -779,12 +721,6 @@ ObjectSpecifications:
-
demoapp.dom.types.javasql.javasqltimestamp.holder.JavaSqlTimestampHolder_updateReadOnlyOptionalPropertyWithChoices(demoapp.dom.types.javasql.javasqltimestamp.holder.JavaSqlTimestampHolder_updateReadOnlyOptionalPropertyWithChoices)
-
demoapp.dom.types.javasql.javasqltimestamp.holder.JavaSqlTimestampHolder_updateReadOnlyProperty(demoapp.dom.types.javasql.javasqltimestamp.holder.JavaSqlTimestampHolder_updateReadOnlyProperty)
-
demoapp.dom.types.javasql.javasqltimestamp.holder.JavaSqlTimestampHolder_updateReadOnlyPropertyWithChoices(demoapp.dom.types.javasql.javasqltimestamp.holder.JavaSqlTimestampHolder_updateReadOnlyPropertyWithChoices)
- -
demoapp.dom.types.javatime.javatimelocaldate.holder.JavaTimeLocalDateHolder_actionReturning(demoapp.dom.types.javatime.javatimelocaldate.holder.JavaTimeLocalDateHolder_actionReturning)
- -
demoapp.dom.types.javatime.javatimelocaldate.holder.JavaTimeLocalDateHolder_actionReturningCollection(demoapp.dom.types.javatime.javatimelocaldate.holder.JavaTimeLocalDateHolder_actionReturningCollection)
- -
demoapp.dom.types.javatime.javatimelocaldate.holder.JavaTimeLocalDateHolder_mixinProperty(demoapp.dom.types.javatime.javatimelocaldate.holder.JavaTimeLocalDateHolder_mixinProperty)
- -
demoapp.dom.types.javatime.javatimelocaldate.holder.JavaTimeLocalDateHolder_updateReadOnlyOptionalProperty(demoapp.dom.types.javatime.javatimelocaldate.holder.JavaTimeLocalDateHolder_updateReadOnlyOptionalProperty)
- -
demoapp.dom.types.javatime.javatimelocaldate.holder.JavaTimeLocalDateHolder_updateReadOnlyProperty(demoapp.dom.types.javatime.javatimelocaldate.holder.JavaTimeLocalDateHolder_updateReadOnlyProperty)
- -
demoapp.dom.types.javatime.javatimelocaldate.holder.JavaTimeLocalDateHolder_updateReadOnlyPropertyWithChoices(demoapp.dom.types.javatime.javatimelocaldate.holder.JavaTimeLocalDateHolder_updateReadOnlyPropertyWithChoices)
-
demoapp.dom.types.javatime.javatimelocaldate.holder.LocalDateHolder_actionReturning(demoapp.dom.types.javatime.javatimelocaldate.holder.LocalDateHolder_actionReturning)
-
demoapp.dom.types.javatime.javatimelocaldate.holder.LocalDateHolder_actionReturningCollection(demoapp.dom.types.javatime.javatimelocaldate.holder.LocalDateHolder_actionReturningCollection)
-
demoapp.dom.types.javatime.javatimelocaldate.holder.LocalDateHolder_mixinProperty(demoapp.dom.types.javatime.javatimelocaldate.holder.LocalDateHolder_mixinProperty)
@@ -792,12 +728,6 @@ ObjectSpecifications:
-
demoapp.dom.types.javatime.javatimelocaldate.holder.LocalDateHolder_updateReadOnlyOptionalPropertyWithChoices(demoapp.dom.types.javatime.javatimelocaldate.holder.LocalDateHolder_updateReadOnlyOptionalPropertyWithChoices)
-
demoapp.dom.types.javatime.javatimelocaldate.holder.LocalDateHolder_updateReadOnlyProperty(demoapp.dom.types.javatime.javatimelocaldate.holder.LocalDateHolder_updateReadOnlyProperty)
-
demoapp.dom.types.javatime.javatimelocaldate.holder.LocalDateHolder_updateReadOnlyPropertyWithChoices(demoapp.dom.types.javatime.javatimelocaldate.holder.LocalDateHolder_updateReadOnlyPropertyWithChoices)
- -
demoapp.dom.types.javatime.javatimelocaldatetime.holder.JavaTimeLocalDateTimeHolder_actionReturning(demoapp.dom.types.javatime.javatimelocaldatetime.holder.JavaTimeLocalDateTimeHolder_actionReturning)
- -
demoapp.dom.types.javatime.javatimelocaldatetime.holder.JavaTimeLocalDateTimeHolder_actionReturningCollection(demoapp.dom.types.javatime.javatimelocaldatetime.holder.JavaTimeLocalDateTimeHolder_actionReturningCollection)
- -
demoapp.dom.types.javatime.javatimelocaldatetime.holder.JavaTimeLocalDateTimeHolder_mixinProperty(demoapp.dom.types.javatime.javatimelocaldatetime.holder.JavaTimeLocalDateTimeHolder_mixinProperty)
- -
demoapp.dom.types.javatime.javatimelocaldatetime.holder.JavaTimeLocalDateTimeHolder_updateReadOnlyOptionalProperty(demoapp.dom.types.javatime.javatimelocaldatetime.holder.JavaTimeLocalDateTimeHolder_updateReadOnlyOptionalProperty)
- -
demoapp.dom.types.javatime.javatimelocaldatetime.holder.JavaTimeLocalDateTimeHolder_updateReadOnlyProperty(demoapp.dom.types.javatime.javatimelocaldatetime.holder.JavaTimeLocalDateTimeHolder_updateReadOnlyProperty)
- -
demoapp.dom.types.javatime.javatimelocaldatetime.holder.JavaTimeLocalDateTimeHolder_updateReadOnlyPropertyWithChoices(demoapp.dom.types.javatime.javatimelocaldatetime.holder.JavaTimeLocalDateTimeHolder_updateReadOnlyPropertyWithChoices)
-
demoapp.dom.types.javatime.javatimelocaldatetime.holder.LocalDateTimeHolder_actionReturning(demoapp.dom.types.javatime.javatimelocaldatetime.holder.LocalDateTimeHolder_actionReturning)
-
demoapp.dom.types.javatime.javatimelocaldatetime.holder.LocalDateTimeHolder_actionReturningCollection(demoapp.dom.types.javatime.javatimelocaldatetime.holder.LocalDateTimeHolder_actionReturningCollection)
-
demoapp.dom.types.javatime.javatimelocaldatetime.holder.LocalDateTimeHolder_mixinProperty(demoapp.dom.types.javatime.javatimelocaldatetime.holder.LocalDateTimeHolder_mixinProperty)
@@ -805,12 +735,6 @@ ObjectSpecifications:
-
demoapp.dom.types.javatime.javatimelocaldatetime.holder.LocalDateTimeHolder_updateReadOnlyOptionalPropertyWithChoices(demoapp.dom.types.javatime.javatimelocaldatetime.holder.LocalDateTimeHolder_updateReadOnlyOptionalPropertyWithChoices)
-
demoapp.dom.types.javatime.javatimelocaldatetime.holder.LocalDateTimeHolder_updateReadOnlyProperty(demoapp.dom.types.javatime.javatimelocaldatetime.holder.LocalDateTimeHolder_updateReadOnlyProperty)
-
demoapp.dom.types.javatime.javatimelocaldatetime.holder.LocalDateTimeHolder_updateReadOnlyPropertyWithChoices(demoapp.dom.types.javatime.javatimelocaldatetime.holder.LocalDateTimeHolder_updateReadOnlyPropertyWithChoices)
- -
demoapp.dom.types.javatime.javatimelocaltime.holder.JavaTimeLocalTimeHolder_actionReturning(demoapp.dom.types.javatime.javatimelocaltime.holder.JavaTimeLocalTimeHolder_actionReturning)
- -
demoapp.dom.types.javatime.javatimelocaltime.holder.JavaTimeLocalTimeHolder_actionReturningCollection(demoapp.dom.types.javatime.javatimelocaltime.holder.JavaTimeLocalTimeHolder_actionReturningCollection)
- -
demoapp.dom.types.javatime.javatimelocaltime.holder.JavaTimeLocalTimeHolder_mixinProperty(demoapp.dom.types.javatime.javatimelocaltime.holder.JavaTimeLocalTimeHolder_mixinProperty)
- -
demoapp.dom.types.javatime.javatimelocaltime.holder.JavaTimeLocalTimeHolder_updateReadOnlyOptionalProperty(demoapp.dom.types.javatime.javatimelocaltime.holder.JavaTimeLocalTimeHolder_updateReadOnlyOptionalProperty)
- -
demoapp.dom.types.javatime.javatimelocaltime.holder.JavaTimeLocalTimeHolder_updateReadOnlyProperty(demoapp.dom.types.javatime.javatimelocaltime.holder.JavaTimeLocalTimeHolder_updateReadOnlyProperty)
- -
demoapp.dom.types.javatime.javatimelocaltime.holder.JavaTimeLocalTimeHolder_updateReadOnlyPropertyWithChoices(demoapp.dom.types.javatime.javatimelocaltime.holder.JavaTimeLocalTimeHolder_updateReadOnlyPropertyWithChoices)
-
demoapp.dom.types.javatime.javatimelocaltime.holder.LocalTimeHolder_actionReturning(demoapp.dom.types.javatime.javatimelocaltime.holder.LocalTimeHolder_actionReturning)
-
demoapp.dom.types.javatime.javatimelocaltime.holder.LocalTimeHolder_actionReturningCollection(demoapp.dom.types.javatime.javatimelocaltime.holder.LocalTimeHolder_actionReturningCollection)
-
demoapp.dom.types.javatime.javatimelocaltime.holder.LocalTimeHolder_mixinProperty(demoapp.dom.types.javatime.javatimelocaltime.holder.LocalTimeHolder_mixinProperty)
@@ -818,12 +742,6 @@ ObjectSpecifications:
-
demoapp.dom.types.javatime.javatimelocaltime.holder.LocalTimeHolder_updateReadOnlyOptionalPropertyWithChoices(demoapp.dom.types.javatime.javatimelocaltime.holder.LocalTimeHolder_updateReadOnlyOptionalPropertyWithChoices)
-
demoapp.dom.types.javatime.javatimelocaltime.holder.LocalTimeHolder_updateReadOnlyProperty(demoapp.dom.types.javatime.javatimelocaltime.holder.LocalTimeHolder_updateReadOnlyProperty)
-
demoapp.dom.types.javatime.javatimelocaltime.holder.LocalTimeHolder_updateReadOnlyPropertyWithChoices(demoapp.dom.types.javatime.javatimelocaltime.holder.LocalTimeHolder_updateReadOnlyPropertyWithChoices)
- -
demoapp.dom.types.javatime.javatimeoffsetdatetime.holder.JavaTimeOffsetDateTimeHolder_actionReturning(demoapp.dom.types.javatime.javatimeoffsetdatetime.holder.JavaTimeOffsetDateTimeHolder_actionReturning)
- -
demoapp.dom.types.javatime.javatimeoffsetdatetime.holder.JavaTimeOffsetDateTimeHolder_actionReturningCollection(demoapp.dom.types.javatime.javatimeoffsetdatetime.holder.JavaTimeOffsetDateTimeHolder_actionReturningCollection)
- -
demoapp.dom.types.javatime.javatimeoffsetdatetime.holder.JavaTimeOffsetDateTimeHolder_mixinProperty(demoapp.dom.types.javatime.javatimeoffsetdatetime.holder.JavaTimeOffsetDateTimeHolder_mixinProperty)
- -
demoapp.dom.types.javatime.javatimeoffsetdatetime.holder.JavaTimeOffsetDateTimeHolder_updateReadOnlyOptionalProperty(demoapp.dom.types.javatime.javatimeoffsetdatetime.holder.JavaTimeOffsetDateTimeHolder_updateReadOnlyOptionalProperty)
- -
demoapp.dom.types.javatime.javatimeoffsetdatetime.holder.JavaTimeOffsetDateTimeHolder_updateReadOnlyProperty(demoapp.dom.types.javatime.javatimeoffsetdatetime.holder.JavaTimeOffsetDateTimeHolder_updateReadOnlyProperty)
- -
demoapp.dom.types.javatime.javatimeoffsetdatetime.holder.JavaTimeOffsetDateTimeHolder_updateReadOnlyPropertyWithChoices(demoapp.dom.types.javatime.javatimeoffsetdatetime.holder.JavaTimeOffsetDateTimeHolder_updateReadOnlyPropertyWithChoices)
-
demoapp.dom.types.javatime.javatimeoffsetdatetime.holder.OffsetDateTimeHolder_actionReturning(demoapp.dom.types.javatime.javatimeoffsetdatetime.holder.OffsetDateTimeHolder_actionReturning)
-
demoapp.dom.types.javatime.javatimeoffsetdatetime.holder.OffsetDateTimeHolder_actionReturningCollection(demoapp.dom.types.javatime.javatimeoffsetdatetime.holder.OffsetDateTimeHolder_actionReturningCollection)
-
demoapp.dom.types.javatime.javatimeoffsetdatetime.holder.OffsetDateTimeHolder_mixinProperty(demoapp.dom.types.javatime.javatimeoffsetdatetime.holder.OffsetDateTimeHolder_mixinProperty)
@@ -831,12 +749,6 @@ ObjectSpecifications:
-
demoapp.dom.types.javatime.javatimeoffsetdatetime.holder.OffsetDateTimeHolder_updateReadOnlyOptionalPropertyWithChoices(demoapp.dom.types.javatime.javatimeoffsetdatetime.holder.OffsetDateTimeHolder_updateReadOnlyOptionalPropertyWithChoices)
-
demoapp.dom.types.javatime.javatimeoffsetdatetime.holder.OffsetDateTimeHolder_updateReadOnlyProperty(demoapp.dom.types.javatime.javatimeoffsetdatetime.holder.OffsetDateTimeHolder_updateReadOnlyProperty)
-
demoapp.dom.types.javatime.javatimeoffsetdatetime.holder.OffsetDateTimeHolder_updateReadOnlyPropertyWithChoices(demoapp.dom.types.javatime.javatimeoffsetdatetime.holder.OffsetDateTimeHolder_updateReadOnlyPropertyWithChoices)
- -
demoapp.dom.types.javatime.javatimeoffsettime.holder.JavaTimeOffsetTimeHolder_actionReturning(demoapp.dom.types.javatime.javatimeoffsettime.holder.JavaTimeOffsetTimeHolder_actionReturning)
- -
demoapp.dom.types.javatime.javatimeoffsettime.holder.JavaTimeOffsetTimeHolder_actionReturningCollection(demoapp.dom.types.javatime.javatimeoffsettime.holder.JavaTimeOffsetTimeHolder_actionReturningCollection)
- -
demoapp.dom.types.javatime.javatimeoffsettime.holder.JavaTimeOffsetTimeHolder_mixinProperty(demoapp.dom.types.javatime.javatimeoffsettime.holder.JavaTimeOffsetTimeHolder_mixinProperty)
- -
demoapp.dom.types.javatime.javatimeoffsettime.holder.JavaTimeOffsetTimeHolder_updateReadOnlyOptionalProperty(demoapp.dom.types.javatime.javatimeoffsettime.holder.JavaTimeOffsetTimeHolder_updateReadOnlyOptionalProperty)
- -
demoapp.dom.types.javatime.javatimeoffsettime.holder.JavaTimeOffsetTimeHolder_updateReadOnlyProperty(demoapp.dom.types.javatime.javatimeoffsettime.holder.JavaTimeOffsetTimeHolder_updateReadOnlyProperty)
- -
demoapp.dom.types.javatime.javatimeoffsettime.holder.JavaTimeOffsetTimeHolder_updateReadOnlyPropertyWithChoices(demoapp.dom.types.javatime.javatimeoffsettime.holder.JavaTimeOffsetTimeHolder_updateReadOnlyPropertyWithChoices)
-
demoapp.dom.types.javatime.javatimeoffsettime.holder.OffsetTimeHolder_actionReturning(demoapp.dom.types.javatime.javatimeoffsettime.holder.OffsetTimeHolder_actionReturning)
-
demoapp.dom.types.javatime.javatimeoffsettime.holder.OffsetTimeHolder_actionReturningCollection(demoapp.dom.types.javatime.javatimeoffsettime.holder.OffsetTimeHolder_actionReturningCollection)
-
demoapp.dom.types.javatime.javatimeoffsettime.holder.OffsetTimeHolder_mixinProperty(demoapp.dom.types.javatime.javatimeoffsettime.holder.OffsetTimeHolder_mixinProperty)
@@ -844,12 +756,6 @@ ObjectSpecifications:
-
demoapp.dom.types.javatime.javatimeoffsettime.holder.OffsetTimeHolder_updateReadOnlyOptionalPropertyWithChoices(demoapp.dom.types.javatime.javatimeoffsettime.holder.OffsetTimeHolder_updateReadOnlyOptionalPropertyWithChoices)
-
demoapp.dom.types.javatime.javatimeoffsettime.holder.OffsetTimeHolder_updateReadOnlyProperty(demoapp.dom.types.javatime.javatimeoffsettime.holder.OffsetTimeHolder_updateReadOnlyProperty)
-
demoapp.dom.types.javatime.javatimeoffsettime.holder.OffsetTimeHolder_updateReadOnlyPropertyWithChoices(demoapp.dom.types.javatime.javatimeoffsettime.holder.OffsetTimeHolder_updateReadOnlyPropertyWithChoices)
- -
demoapp.dom.types.javatime.javatimezoneddatetime.holder.JavaTimeZonedDateTimeHolder_actionReturning(demoapp.dom.types.javatime.javatimezoneddatetime.holder.JavaTimeZonedDateTimeHolder_actionReturning)
- -
demoapp.dom.types.javatime.javatimezoneddatetime.holder.JavaTimeZonedDateTimeHolder_actionReturningCollection(demoapp.dom.types.javatime.javatimezoneddatetime.holder.JavaTimeZonedDateTimeHolder_actionReturningCollection)
- -
demoapp.dom.types.javatime.javatimezoneddatetime.holder.JavaTimeZonedDateTimeHolder_mixinProperty(demoapp.dom.types.javatime.javatimezoneddatetime.holder.JavaTimeZonedDateTimeHolder_mixinProperty)
- -
demoapp.dom.types.javatime.javatimezoneddatetime.holder.JavaTimeZonedDateTimeHolder_updateReadOnlyOptionalProperty(demoapp.dom.types.javatime.javatimezoneddatetime.holder.JavaTimeZonedDateTimeHolder_updateReadOnlyOptionalProperty)
- -
demoapp.dom.types.javatime.javatimezoneddatetime.holder.JavaTimeZonedDateTimeHolder_updateReadOnlyProperty(demoapp.dom.types.javatime.javatimezoneddatetime.holder.JavaTimeZonedDateTimeHolder_updateReadOnlyProperty)
- -
demoapp.dom.types.javatime.javatimezoneddatetime.holder.JavaTimeZonedDateTimeHolder_updateReadOnlyPropertyWithChoices(demoapp.dom.types.javatime.javatimezoneddatetime.holder.JavaTimeZonedDateTimeHolder_updateReadOnlyPropertyWithChoices)
-
demoapp.dom.types.javatime.javatimezoneddatetime.holder.ZonedDateTimeHolder_actionReturning(demoapp.dom.types.javatime.javatimezoneddatetime.holder.ZonedDateTimeHolder_actionReturning)
-
demoapp.dom.types.javatime.javatimezoneddatetime.holder.ZonedDateTimeHolder_actionReturningCollection(demoapp.dom.types.javatime.javatimezoneddatetime.holder.ZonedDateTimeHolder_actionReturningCollection)
-
demoapp.dom.types.javatime.javatimezoneddatetime.holder.ZonedDateTimeHolder_mixinProperty(demoapp.dom.types.javatime.javatimezoneddatetime.holder.ZonedDateTimeHolder_mixinProperty)
@@ -871,34 +777,6 @@ ObjectSpecifications:
-
demoapp.dom.types.javautil.uuids.holder.JavaUtilUuidHolder_updateReadOnlyOptionalPropertyWithChoices(demoapp.dom.types.javautil.uuids.holder.JavaUtilUuidHolder_updateReadOnlyOptionalPropertyWithChoices)
-
demoapp.dom.types.javautil.uuids.holder.JavaUtilUuidHolder_updateReadOnlyProperty(demoapp.dom.types.javautil.uuids.holder.JavaUtilUuidHolder_updateReadOnlyProperty)
-
demoapp.dom.types.javautil.uuids.holder.JavaUtilUuidHolder_updateReadOnlyPropertyWithChoices(demoapp.dom.types.javautil.uuids.holder.JavaUtilUuidHolder_updateReadOnlyPropertyWithChoices)
- -
demoapp.dom.types.jodatime.jodadatetime.holder.JodaDateTimeHolder_actionReturning(demoapp.dom.types.jodatime.jodadatetime.holder.JodaDateTimeHolder_actionReturning)
- -
demoapp.dom.types.jodatime.jodadatetime.holder.JodaDateTimeHolder_actionReturningCollection(demoapp.dom.types.jodatime.jodadatetime.holder.JodaDateTimeHolder_actionReturningCollection)
- -
demoapp.dom.types.jodatime.jodadatetime.holder.JodaDateTimeHolder_mixinProperty(demoapp.dom.types.jodatime.jodadatetime.holder.JodaDateTimeHolder_mixinProperty)
- -
demoapp.dom.types.jodatime.jodadatetime.holder.JodaDateTimeHolder_updateReadOnlyOptionalProperty(demoapp.dom.types.jodatime.jodadatetime.holder.JodaDateTimeHolder_updateReadOnlyOptionalProperty)
- -
demoapp.dom.types.jodatime.jodadatetime.holder.JodaDateTimeHolder_updateReadOnlyOptionalPropertyWithChoices(demoapp.dom.types.jodatime.jodadatetime.holder.JodaDateTimeHolder_updateReadOnlyOptionalPropertyWithChoices)
- -
demoapp.dom.types.jodatime.jodadatetime.holder.JodaDateTimeHolder_updateReadOnlyProperty(demoapp.dom.types.jodatime.jodadatetime.holder.JodaDateTimeHolder_updateReadOnlyProperty)
- -
demoapp.dom.types.jodatime.jodadatetime.holder.JodaDateTimeHolder_updateReadOnlyPropertyWithChoices(demoapp.dom.types.jodatime.jodadatetime.holder.JodaDateTimeHolder_updateReadOnlyPropertyWithChoices)
- -
demoapp.dom.types.jodatime.jodalocaldate.holder.JodaLocalDateHolder_actionReturning(demoapp.dom.types.jodatime.jodalocaldate.holder.JodaLocalDateHolder_actionReturning)
- -
demoapp.dom.types.jodatime.jodalocaldate.holder.JodaLocalDateHolder_actionReturningCollection(demoapp.dom.types.jodatime.jodalocaldate.holder.JodaLocalDateHolder_actionReturningCollection)
- -
demoapp.dom.types.jodatime.jodalocaldate.holder.JodaLocalDateHolder_mixinProperty(demoapp.dom.types.jodatime.jodalocaldate.holder.JodaLocalDateHolder_mixinProperty)
- -
demoapp.dom.types.jodatime.jodalocaldate.holder.JodaLocalDateHolder_updateReadOnlyOptionalProperty(demoapp.dom.types.jodatime.jodalocaldate.holder.JodaLocalDateHolder_updateReadOnlyOptionalProperty)
- -
demoapp.dom.types.jodatime.jodalocaldate.holder.JodaLocalDateHolder_updateReadOnlyOptionalPropertyWithChoices(demoapp.dom.types.jodatime.jodalocaldate.holder.JodaLocalDateHolder_updateReadOnlyOptionalPropertyWithChoices)
- -
demoapp.dom.types.jodatime.jodalocaldate.holder.JodaLocalDateHolder_updateReadOnlyProperty(demoapp.dom.types.jodatime.jodalocaldate.holder.JodaLocalDateHolder_updateReadOnlyProperty)
- -
demoapp.dom.types.jodatime.jodalocaldate.holder.JodaLocalDateHolder_updateReadOnlyPropertyWithChoices(demoapp.dom.types.jodatime.jodalocaldate.holder.JodaLocalDateHolder_updateReadOnlyPropertyWithChoices)
- -
demoapp.dom.types.jodatime.jodalocaldatetime.holder.JodaLocalDateTimeHolder_actionReturning(demoapp.dom.types.jodatime.jodalocaldatetime.holder.JodaLocalDateTimeHolder_actionReturning)
- -
demoapp.dom.types.jodatime.jodalocaldatetime.holder.JodaLocalDateTimeHolder_actionReturningCollection(demoapp.dom.types.jodatime.jodalocaldatetime.holder.JodaLocalDateTimeHolder_actionReturningCollection)
- -
demoapp.dom.types.jodatime.jodalocaldatetime.holder.JodaLocalDateTimeHolder_mixinProperty(demoapp.dom.types.jodatime.jodalocaldatetime.holder.JodaLocalDateTimeHolder_mixinProperty)
- -
demoapp.dom.types.jodatime.jodalocaldatetime.holder.JodaLocalDateTimeHolder_updateReadOnlyOptionalProperty(demoapp.dom.types.jodatime.jodalocaldatetime.holder.JodaLocalDateTimeHolder_updateReadOnlyOptionalProperty)
- -
demoapp.dom.types.jodatime.jodalocaldatetime.holder.JodaLocalDateTimeHolder_updateReadOnlyOptionalPropertyWithChoices(demoapp.dom.types.jodatime.jodalocaldatetime.holder.JodaLocalDateTimeHolder_updateReadOnlyOptionalPropertyWithChoices)
- -
demoapp.dom.types.jodatime.jodalocaldatetime.holder.JodaLocalDateTimeHolder_updateReadOnlyProperty(demoapp.dom.types.jodatime.jodalocaldatetime.holder.JodaLocalDateTimeHolder_updateReadOnlyProperty)
- -
demoapp.dom.types.jodatime.jodalocaldatetime.holder.JodaLocalDateTimeHolder_updateReadOnlyPropertyWithChoices(demoapp.dom.types.jodatime.jodalocaldatetime.holder.JodaLocalDateTimeHolder_updateReadOnlyPropertyWithChoices)
- -
demoapp.dom.types.jodatime.jodalocaltime.holder.JodaLocalTimeHolder_actionReturning(demoapp.dom.types.jodatime.jodalocaltime.holder.JodaLocalTimeHolder_actionReturning)
- -
demoapp.dom.types.jodatime.jodalocaltime.holder.JodaLocalTimeHolder_actionReturningCollection(demoapp.dom.types.jodatime.jodalocaltime.holder.JodaLocalTimeHolder_actionReturningCollection)
- -
demoapp.dom.types.jodatime.jodalocaltime.holder.JodaLocalTimeHolder_mixinProperty(demoapp.dom.types.jodatime.jodalocaltime.holder.JodaLocalTimeHolder_mixinProperty)
- -
demoapp.dom.types.jodatime.jodalocaltime.holder.JodaLocalTimeHolder_updateReadOnlyOptionalProperty(demoapp.dom.types.jodatime.jodalocaltime.holder.JodaLocalTimeHolder_updateReadOnlyOptionalProperty)
- -
demoapp.dom.types.jodatime.jodalocaltime.holder.JodaLocalTimeHolder_updateReadOnlyOptionalPropertyWithChoices(demoapp.dom.types.jodatime.jodalocaltime.holder.JodaLocalTimeHolder_updateReadOnlyOptionalPropertyWithChoices)
- -
demoapp.dom.types.jodatime.jodalocaltime.holder.JodaLocalTimeHolder_updateReadOnlyProperty(demoapp.dom.types.jodatime.jodalocaltime.holder.JodaLocalTimeHolder_updateReadOnlyProperty)
- -
demoapp.dom.types.jodatime.jodalocaltime.holder.JodaLocalTimeHolder_updateReadOnlyPropertyWithChoices(demoapp.dom.types.jodatime.jodalocaltime.holder.JodaLocalTimeHolder_updateReadOnlyPropertyWithChoices)
-
demoapp.dom.types.primitive.booleans.holder.PrimitiveBooleanHolder_actionReturning(demoapp.dom.types.primitive.booleans.holder.PrimitiveBooleanHolder_actionReturning)
-
demoapp.dom.types.primitive.booleans.holder.PrimitiveBooleanHolder_actionReturningArray(demoapp.dom.types.primitive.booleans.holder.PrimitiveBooleanHolder_actionReturningArray)
-
demoapp.dom.types.primitive.booleans.holder.PrimitiveBooleanHolder_mixinProperty(demoapp.dom.types.primitive.booleans.holder.PrimitiveBooleanHolder_mixinProperty)
@@ -950,6 +828,7 @@ ObjectSpecifications:
-
org.apache.causeway.applib.mixins.system.HasTarget_openTargetObject(org.apache.causeway.applib.mixins.system.HasTarget_openTargetObject)
-
org.apache.causeway.applib.services.bookmark.BookmarkHolder_lookup(org.apache.causeway.applib.services.bookmark.BookmarkHolder_lookup)
-
org.apache.causeway.applib.services.bookmark.BookmarkHolder_object(org.apache.causeway.applib.services.bookmark.BookmarkHolder_object)
+ -
org.apache.causeway.applib.services.columnorder.Object_downloadColumnOrderTxtFilesAsZip(org.apache.causeway.applib.services.columnorder.Object_downloadColumnOrderTxtFilesAsZip)
-
org.apache.causeway.applib.services.confview.ConfigurationMenu.configuration(org.apache.causeway.applib.services.confview.ConfigurationMenu.configuration)
-
org.apache.causeway.applib.services.layout.LayoutServiceMenu.downloadLayouts(org.apache.causeway.applib.services.layout.LayoutServiceMenu.downloadLayouts)
-
org.apache.causeway.applib.services.layout.LayoutServiceMenu.downloadMenuBarsLayout(org.apache.causeway.applib.services.layout.LayoutServiceMenu.downloadMenuBarsLayout)
@@ -965,6 +844,7 @@ ObjectSpecifications:
-
org.apache.causeway.extensions.audittrail.applib.app.AuditTrailMenu.findAuditEntries(org.apache.causeway.extensions.audittrail.applib.app.AuditTrailMenu.findAuditEntries)
-
org.apache.causeway.extensions.audittrail.applib.app.AuditTrailMenu.findMostRecent(org.apache.causeway.extensions.audittrail.applib.app.AuditTrailMenu.findMostRecent)
-
org.apache.causeway.extensions.audittrail.applib.contributions.HasInteractionId_auditTrailEntries(org.apache.causeway.extensions.audittrail.applib.contributions.HasInteractionId_auditTrailEntries)
+ -
org.apache.causeway.extensions.audittrail.applib.contributions.Object_createdByCommand(org.apache.causeway.extensions.audittrail.applib.contributions.Object_createdByCommand)
-
org.apache.causeway.extensions.audittrail.applib.contributions.Object_recentAuditTrailEntries(org.apache.causeway.extensions.audittrail.applib.contributions.Object_recentAuditTrailEntries)
-
org.apache.causeway.extensions.commandlog.applib.app.CommandLogMenu.activeCommands(org.apache.causeway.extensions.commandlog.applib.app.CommandLogMenu.activeCommands)
-
org.apache.causeway.extensions.commandlog.applib.app.CommandLogMenu.findAll(org.apache.causeway.extensions.commandlog.applib.app.CommandLogMenu.findAll)
@@ -976,7 +856,7 @@ ObjectSpecifications:
-
org.apache.causeway.extensions.commandlog.applib.dom.mixins.CommandLogEntry_childCommands(org.apache.causeway.extensions.commandlog.applib.dom.mixins.CommandLogEntry_childCommands)
-
org.apache.causeway.extensions.commandlog.applib.dom.mixins.CommandLogEntry_openResultObject(org.apache.causeway.extensions.commandlog.applib.dom.mixins.CommandLogEntry_openResultObject)
-
org.apache.causeway.extensions.commandlog.applib.dom.mixins.CommandLogEntry_siblingCommands(org.apache.causeway.extensions.commandlog.applib.dom.mixins.CommandLogEntry_siblingCommands)
- -
org.apache.causeway.extensions.docgen.menu.DocumentationMenu.help(org.apache.causeway.extensions.docgen.menu.DocumentationMenu.help)
+ -
org.apache.causeway.extensions.docgen.help.menu.DocumentationMenu.help(org.apache.causeway.extensions.docgen.help.menu.DocumentationMenu.help)
-
org.apache.causeway.extensions.executionlog.applib.app.ExecutionLogMenu.findAll(org.apache.causeway.extensions.executionlog.applib.app.ExecutionLogMenu.findAll)
-
org.apache.causeway.extensions.executionlog.applib.app.ExecutionLogMenu.findExecutions(org.apache.causeway.extensions.executionlog.applib.app.ExecutionLogMenu.findExecutions)
-
org.apache.causeway.extensions.executionlog.applib.app.ExecutionLogMenu.findMostRecent(org.apache.causeway.extensions.executionlog.applib.app.ExecutionLogMenu.findMostRecent)
@@ -1068,7 +948,6 @@ ObjectSpecifications:
-
demoapp.dom.progmodel.customvaluetypes.compositevalues.ComplexNumber(demoapp.dom.progmodel.customvaluetypes.compositevalues.ComplexNumber)
-
demoapp.dom.progmodel.customvaluetypes.customvalues.EmailAddress(demoapp.dom.progmodel.customvaluetypes.customvalues.EmailAddress)
-
demoapp.dom.progmodel.customvaluetypes.customvalues.Percentage(demoapp.dom.progmodel.customvaluetypes.customvalues.Percentage)
- -
demoapp.dom.progmodel.customvaluetypes.embeddedvalues.jdo.ComplexNumberJdo(demoapp.dom.progmodel.customvaluetypes.embeddedvalues.jdo.ComplexNumberJdo)
-
demoapp.dom.progmodel.customvaluetypes.embeddedvalues.jpa.ComplexNumberJpa(demoapp.dom.progmodel.customvaluetypes.embeddedvalues.jpa.ComplexNumberJpa)
-
demoapp.dom.services.core.eventbusservice.EventLogEntry.Acknowledge(demoapp.dom.services.core.eventbusservice.EventLogEntry.Acknowledge)
-
demoapp.dom.types.causeway.treenode.FileNodeType(demoapp.dom.types.causeway.treenode.FileNodeType)
@@ -1079,6 +958,7 @@ ObjectSpecifications:
- java.lang.Boolean(java.lang.Boolean)
- java.lang.Byte(java.lang.Byte)
- java.lang.Character(java.lang.Character)
+ - java.lang.Class(java.lang.Class)
- java.lang.Double(java.lang.Double)
- java.lang.Float(java.lang.Float)
- java.lang.Integer(java.lang.Integer)
@@ -1104,11 +984,12 @@ ObjectSpecifications:
- java.util.UUID(java.util.UUID)
- long(long)
-
causeway.applib.annotation.SemanticsOf(org.apache.causeway.applib.annotation.SemanticsOf)
- -
causeway.applib.graph.tree.TreeNode(org.apache.causeway.applib.graph.tree.TreeNode)
+ -
org.apache.causeway.applib.graph.tree.TreeNode(org.apache.causeway.applib.graph.tree.TreeNode)
+ -
org.apache.causeway.applib.graph.tree.TreePath(org.apache.causeway.applib.graph.tree.TreePath)
-
org.apache.causeway.applib.mixins.system.DomainChangeRecord.ChangeType(org.apache.causeway.applib.mixins.system.DomainChangeRecord.ChangeType)
-
org.apache.causeway.applib.services.appfeat.ApplicationFeatureId(org.apache.causeway.applib.services.appfeat.ApplicationFeatureId)
-
causeway.feat.ApplicationFeatureSort(org.apache.causeway.applib.services.appfeat.ApplicationFeatureSort)
- -
causeway.applib.Bookmark(org.apache.causeway.applib.services.bookmark.Bookmark)
+ -
org.apache.causeway.applib.services.bookmark.Bookmark(org.apache.causeway.applib.services.bookmark.Bookmark)
-
causeway.applib.services.jaxb.CausewaySchemas(org.apache.causeway.applib.services.jaxb.CausewaySchemas)
-
org.apache.causeway.applib.services.layout.LayoutExportStyle(org.apache.causeway.applib.services.layout.LayoutExportStyle)
-
org.apache.causeway.applib.services.menu.MenuBarsService.Type(org.apache.causeway.applib.services.menu.MenuBarsService.Type)
@@ -1140,31 +1021,16 @@ ObjectSpecifications:
-
org.apache.causeway.schema.cmd.v2.CommandDto(org.apache.causeway.schema.cmd.v2.CommandDto)
-
causeway.schema.common.v2.OidDto(org.apache.causeway.schema.common.v2.OidDto)
-
org.apache.causeway.schema.ixn.v2.InteractionDto(org.apache.causeway.schema.ixn.v2.InteractionDto)
- -
causeway.schema.metamodel.v2.Action(org.apache.causeway.schema.metamodel.v2.Action)
- -
causeway.schema.metamodel.v2.Collection(org.apache.causeway.schema.metamodel.v2.Collection)
- -
org.apache.causeway.schema.metamodel.v2.DomainClassDto.Actions(org.apache.causeway.schema.metamodel.v2.DomainClassDto.Actions)
- -
org.apache.causeway.schema.metamodel.v2.DomainClassDto.Collections(org.apache.causeway.schema.metamodel.v2.DomainClassDto.Collections)
- -
org.apache.causeway.schema.metamodel.v2.DomainClassDto.Properties(org.apache.causeway.schema.metamodel.v2.DomainClassDto.Properties)
- -
causeway.schema.metamodel.v2.Facet(org.apache.causeway.schema.metamodel.v2.Facet)
- -
causeway.schema.metamodel.v2.FacetAttr(org.apache.causeway.schema.metamodel.v2.FacetAttr)
- -
causeway.schema.metamodel.v2.FacetHolder(org.apache.causeway.schema.metamodel.v2.FacetHolder)
- -
org.apache.causeway.schema.metamodel.v2.FacetHolder.Facets(org.apache.causeway.schema.metamodel.v2.FacetHolder.Facets)
- -
org.apache.causeway.schema.metamodel.v2.MetamodelElement.Annotations(org.apache.causeway.schema.metamodel.v2.MetamodelElement.Annotations)
- -
causeway.schema.metamodel.v2.Param(org.apache.causeway.schema.metamodel.v2.Param)
- -
causeway.schema.metamodel.v2.Property(org.apache.causeway.schema.metamodel.v2.Property)
-
causeway.value.asciidoc.AsciiDoc(org.apache.causeway.valuetypes.asciidoc.applib.value.AsciiDoc)
-
causeway.value.markdown.Markdown(org.apache.causeway.valuetypes.markdown.applib.value.Markdown)
-
causeway.value.vega.Vega(org.apache.causeway.valuetypes.vega.applib.value.Vega)
- - org.joda.time.DateTime(org.joda.time.DateTime)
- - org.joda.time.LocalDate(org.joda.time.LocalDate)
- - org.joda.time.LocalDateTime(org.joda.time.LocalDateTime)
- - org.joda.time.LocalTime(org.joda.time.LocalTime)
- short(short)
- void(void)
COLLECTION:
- java.lang.reflect.Array(java.lang.reflect.Array)
- java.util.Collection(java.util.Collection)
- java.util.List(java.util.List)
+ - java.util.Map(java.util.Map)
- java.util.Set(java.util.Set)
- java.util.SortedSet(java.util.SortedSet)
- java.util.Vector(java.util.Vector)
@@ -1175,6 +1041,7 @@ ObjectSpecifications:
-
demo.ValueHolder(demoapp.dom.domain.actions.Action.commandPublishing.ActionCommandPublishingEntity)
-
demo.ValueHolder(demoapp.dom.domain.actions.Action.executionPublishing.ActionExecutionPublishingEntity)
-
demo.ValueHolder(demoapp.dom.domain.actions.ActionLayout.hidden.ActionLayoutHiddenEntity)
+ -
demo.ValueHolder(demoapp.dom.domain.actions.ActionLayout.redirectPolicy.ActionLayoutRedirectPolicyEntity)
-
demo.ValueHolder(demoapp.dom.domain.objects.DomainObject.aliased.DomainObjectAliasedEntity)
-
demo.DomainObjectAutoCompleteEntityAbstract(demoapp.dom.domain.objects.DomainObject.autoComplete.DomainObjectAutoCompleteEntity)
-
demo.ValueHolder(demoapp.dom.domain.objects.DomainObject.bounded.DomainObjectBoundingEntity)
@@ -1228,7 +1095,6 @@ ObjectSpecifications:
-
demo.BufferedImageHolder(demoapp.dom.types.javaawt.images.holder.BufferedImageHolder)
-
demo.JavaAwtBufferedImageHolder(demoapp.dom.types.javaawt.images.holder.JavaAwtBufferedImageHolder)
-
demo.BufferedImageEntity(demoapp.dom.types.javaawt.images.persistence.BufferedImageEntity)
- -
demo.JavaAwtBufferedImageEntity(demoapp.dom.types.javaawt.images.persistence.JavaAwtBufferedImageEntity)
-
demo.WrapperBooleanHolder(demoapp.dom.types.javalang.booleans.holder.WrapperBooleanHolder)
-
demo.WrapperBooleanEntity(demoapp.dom.types.javalang.booleans.persistence.WrapperBooleanEntity)
-
demo.WrapperByteHolder(demoapp.dom.types.javalang.bytes.holder.WrapperByteHolder)
@@ -1250,57 +1116,31 @@ ObjectSpecifications:
-
demo.JavaLangStringHolder(demoapp.dom.types.javalang.strings.holder.JavaLangStringHolder)
-
demo.JavaLangStringEntity(demoapp.dom.types.javalang.strings.persistence.JavaLangStringEntity)
-
demo.BigDecimalHolder(demoapp.dom.types.javamath.bigdecimals.holder.BigDecimalHolder)
- -
demo.JavaMathBigDecimalHolder(demoapp.dom.types.javamath.bigdecimals.holder.JavaMathBigDecimalHolder)
-
demo.BigDecimalEntity(demoapp.dom.types.javamath.bigdecimals.persistence.BigDecimalEntity)
- -
demo.JavaMathBigDecimalEntity(demoapp.dom.types.javamath.bigdecimals.persistence.JavaMathBigDecimalEntity)
-
demo.BigIntegerHolder(demoapp.dom.types.javamath.bigintegers.holder.BigIntegerHolder)
- -
demo.JavaMathBigIntegerHolder(demoapp.dom.types.javamath.bigintegers.holder.JavaMathBigIntegerHolder)
-
demo.BigIntegerEntity(demoapp.dom.types.javamath.bigintegers.persistence.BigIntegerEntity)
- -
demo.JavaMathBigIntegerEntity(demoapp.dom.types.javamath.bigintegers.persistence.JavaMathBigIntegerEntity)
- -
demo.JavaNetUrlHolder(demoapp.dom.types.javanet.urls.holder.JavaNetUrlHolder)
- - demo.URLsHolder(demoapp.dom.types.javanet.urls.holder.URLsHolder)
- -
demo.JavaNetUrlEntity(demoapp.dom.types.javanet.urls.persistence.JavaNetUrlEntity)
- - demo.URLsEntity(demoapp.dom.types.javanet.urls.persistence.URLsEntity)
+ - demo.UrlHolder(demoapp.dom.types.javanet.urls.holder.UrlHolder)
+ - demo.UrlEntity(demoapp.dom.types.javanet.urls.persistence.UrlEntity)
-
demo.JavaSqlDateHolder(demoapp.dom.types.javasql.javasqldate.holder.JavaSqlDateHolder)
-
demo.JavaSqlDateEntity(demoapp.dom.types.javasql.javasqldate.persistence.JavaSqlDateEntity)
-
demo.JavaSqlTimestampHolder(demoapp.dom.types.javasql.javasqltimestamp.holder.JavaSqlTimestampHolder)
-
demo.JavaSqlTimestampEntity(demoapp.dom.types.javasql.javasqltimestamp.persistence.JavaSqlTimestampEntity)
- -
demo.JavaTimeLocalDateHolder(demoapp.dom.types.javatime.javatimelocaldate.holder.JavaTimeLocalDateHolder)
-
demo.LocalDateHolder(demoapp.dom.types.javatime.javatimelocaldate.holder.LocalDateHolder)
- -
demo.JavaTimeLocalDateEntity(demoapp.dom.types.javatime.javatimelocaldate.persistence.JavaTimeLocalDateEntity)
-
demo.LocalDateEntity(demoapp.dom.types.javatime.javatimelocaldate.persistence.LocalDateEntity)
- -
demo.JavaTimeLocalDateTimeHolder(demoapp.dom.types.javatime.javatimelocaldatetime.holder.JavaTimeLocalDateTimeHolder)
-
demo.LocalDateTimeHolder(demoapp.dom.types.javatime.javatimelocaldatetime.holder.LocalDateTimeHolder)
- -
demo.JavaTimeLocalDateTimeEntity(demoapp.dom.types.javatime.javatimelocaldatetime.persistence.JavaTimeLocalDateTimeEntity)
-
demo.LocalDateTimeEntity(demoapp.dom.types.javatime.javatimelocaldatetime.persistence.LocalDateTimeEntity)
- -
demo.JavaTimeLocalTimeHolder(demoapp.dom.types.javatime.javatimelocaltime.holder.JavaTimeLocalTimeHolder)
-
demo.LocalTimeHolder(demoapp.dom.types.javatime.javatimelocaltime.holder.LocalTimeHolder)
- -
demo.JavaTimeLocalTimeEntity(demoapp.dom.types.javatime.javatimelocaltime.persistence.JavaTimeLocalTimeEntity)
-
demo.LocalTimeEntity(demoapp.dom.types.javatime.javatimelocaltime.persistence.LocalTimeEntity)
- -
demo.JavaTimeOffsetDateTimeHolder(demoapp.dom.types.javatime.javatimeoffsetdatetime.holder.JavaTimeOffsetDateTimeHolder)
-
demo.OffsetDateTimeHolder(demoapp.dom.types.javatime.javatimeoffsetdatetime.holder.OffsetDateTimeHolder)
- -
demo.JavaTimeOffsetTimeEntity(demoapp.dom.types.javatime.javatimeoffsetdatetime.persistence.JavaTimeOffsetDateTimeEntity)
-
demo.OffsetDateTimeEntity(demoapp.dom.types.javatime.javatimeoffsetdatetime.persistence.OffsetDateTimeEntity)
- -
demo.JavaTimeOffsetTimeHolder(demoapp.dom.types.javatime.javatimeoffsettime.holder.JavaTimeOffsetTimeHolder)
-
demo.OffsetTimeHolder(demoapp.dom.types.javatime.javatimeoffsettime.holder.OffsetTimeHolder)
- -
demo.JavaTimeOffsetTimeEntity(demoapp.dom.types.javatime.javatimeoffsettime.persistence.JavaTimeOffsetTimeEntity)
-
demo.OffsetTimeEntity(demoapp.dom.types.javatime.javatimeoffsettime.persistence.OffsetTimeEntity)
- -
demo.JavaTimeZonedDateTimeHolder(demoapp.dom.types.javatime.javatimezoneddatetime.holder.JavaTimeZonedDateTimeHolder)
-
demo.ZonedDateTimeHolder(demoapp.dom.types.javatime.javatimezoneddatetime.holder.ZonedDateTimeHolder)
- -
demo.JavaTimeZonedDateTimeEntity(demoapp.dom.types.javatime.javatimezoneddatetime.persistence.JavaTimeZonedDateTimeEntity)
-
demo.ZonedDateTimeEntity(demoapp.dom.types.javatime.javatimezoneddatetime.persistence.ZonedDateTimeEntity)
-
demo.JavaUtilDateHolder(demoapp.dom.types.javautil.javautildate.holder.JavaUtilDateHolder)
-
demo.JavaUtilDateEntity(demoapp.dom.types.javautil.javautildate.persistence.JavaUtilDateEntity)
-
demo.JavaUtilUuidHolder(demoapp.dom.types.javautil.uuids.holder.JavaUtilUuidHolder)
-
demo.JavaUtilUuidEntity(demoapp.dom.types.javautil.uuids.persistence.JavaUtilUuidEntity)
- -
demo.JodaDateTimeHolder(demoapp.dom.types.jodatime.jodadatetime.holder.JodaDateTimeHolder)
- -
demo.JodaDateTimeEntity(demoapp.dom.types.jodatime.jodadatetime.persistence.JodaDateTimeEntity)
- -
demo.JodaLocalDateHolder(demoapp.dom.types.jodatime.jodalocaldate.holder.JodaLocalDateHolder)
- -
demo.JodaLocalDateEntity(demoapp.dom.types.jodatime.jodalocaldate.persistence.JodaLocalDateEntity)
- -
demo.JodaLocalDateTimeHolder(demoapp.dom.types.jodatime.jodalocaldatetime.holder.JodaLocalDateTimeHolder)
- -
demo.JodaLocalDateTimeEntity(demoapp.dom.types.jodatime.jodalocaldatetime.persistence.JodaLocalDateTimeEntity)
- -
demo.JodaLocalTimeHolder(demoapp.dom.types.jodatime.jodalocaltime.holder.JodaLocalTimeHolder)
- -
demo.JodaLocalTimeEntity(demoapp.dom.types.jodatime.jodalocaltime.persistence.JodaLocalTimeEntity)
-
demo.PrimitiveBooleanHolder(demoapp.dom.types.primitive.booleans.holder.PrimitiveBooleanHolder)
-
demo.PrimitiveBooleanEntity(demoapp.dom.types.primitive.booleans.persistence.PrimitiveBooleanEntity)
-
demo.PrimitiveByteHolder(demoapp.dom.types.primitive.bytes.holder.PrimitiveByteHolder)
@@ -1317,8 +1157,9 @@ ObjectSpecifications:
-
demo.PrimitiveLongEntity(demoapp.dom.types.primitive.longs.persistence.PrimitiveLongEntity)
-
demo.PrimitiveShortHolder(demoapp.dom.types.primitive.shorts.holder.PrimitiveShortHolder)
-
demo.PrimitiveShortEntity(demoapp.dom.types.primitive.shorts.persistence.PrimitiveShortEntity)
- - java.util.SortedMap(java.util.SortedMap)
+ - java.lang.Record(java.lang.Record)
- java.util.stream.Stream(java.util.stream.Stream)
+ -
org.apache.causeway.applib.graph.tree.MasterDetailTreeView(org.apache.causeway.applib.graph.tree.MasterDetailTreeView)
-
causeway.feat.ApplicationFeatureViewModel(org.apache.causeway.applib.services.appfeatui.ApplicationFeatureViewModel)
-
causeway.feat.ApplicationTypeMember(org.apache.causeway.applib.services.appfeatui.ApplicationTypeMember)
-
org.apache.causeway.applib.spec.AbstractSpecification(org.apache.causeway.applib.spec.AbstractSpecification)
@@ -1326,7 +1167,6 @@ ObjectSpecifications:
-
org.apache.causeway.commons.functional.Railway(org.apache.causeway.commons.functional.Railway)
-
org.apache.causeway.commons.functional.Try(org.apache.causeway.commons.functional.Try)
-
org.apache.causeway.core.metamodel.inspect.model.MMNode(org.apache.causeway.core.metamodel.inspect.model.MMNode)
- -
org.apache.causeway.core.metamodel.inspect.model.MemberNode(org.apache.causeway.core.metamodel.inspect.model.MemberNode)
-
causeway.ext.auditTrail.AuditTrailEntry(org.apache.causeway.extensions.audittrail.applib.dom.AuditTrailEntry)
-
causeway.ext.commandLog.CommandLogEntry(org.apache.causeway.extensions.commandlog.applib.dom.CommandLogEntry)
-
causeway.ext.executionLog.ExecutionLogEntry(org.apache.causeway.extensions.executionlog.applib.dom.ExecutionLogEntry)
@@ -1342,5 +1182,4 @@ ObjectSpecifications:
-
demoapp.dom.featured.customui.Zoom.Specification(demoapp.dom.featured.customui.Zoom.Specification)
- java.lang.Object(java.lang.Object)
- java.util.Optional(java.util.Optional)
- -
org.apache.causeway.core.metamodel.inspect.model.MMTreeAdapter(org.apache.causeway.core.metamodel.inspect.model.MMTreeAdapter)
-
org.apache.causeway.testing.fixtures.applib.fixturescripts.FixtureScriptsSpecification(org.apache.causeway.testing.fixtures.applib.fixturescripts.FixtureScriptsSpecification)
diff --git a/testing/pom.xml b/testing/pom.xml
index d658e82..bc62ca0 100644
--- a/testing/pom.xml
+++ b/testing/pom.xml
@@ -61,7 +61,7 @@
<dependency>
<groupId>org.apache.causeway.valuetypes</groupId>
<artifactId>causeway-valuetypes-asciidoc-ui</artifactId>
- <version>${project.version}</version>
+ <version>${causeway.version}</version>
<type>pom</type>
</dependency>