Introduce Entity framework.
authorMathieu Baudier <mbaudier@argeo.org>
Mon, 12 Oct 2020 08:20:59 +0000 (10:20 +0200)
committerMathieu Baudier <mbaudier@argeo.org>
Mon, 12 Oct 2020 08:20:59 +0000 (10:20 +0200)
commita55bb0dc7e9fbcefb645d34ce24b326d1506a623
tree8fe18b606e64c3433a6db73c011cdd632963e254
parenta91a037c1d7d94a47e356918952a106b5071cf5c
Introduce Entity framework.
46 files changed:
dep/org.argeo.suite.dep.e4.rap/pom.xml
org.argeo.entity.api/.classpath [new file with mode: 0644]
org.argeo.entity.api/.gitignore [new file with mode: 0644]
org.argeo.entity.api/.project [new file with mode: 0644]
org.argeo.entity.api/META-INF/.gitignore [new file with mode: 0644]
org.argeo.entity.api/bnd.bnd [new file with mode: 0644]
org.argeo.entity.api/build.properties [new file with mode: 0644]
org.argeo.entity.api/pom.xml [new file with mode: 0644]
org.argeo.entity.api/src/org/argeo/entity/EntityConstants.java [new file with mode: 0644]
org.argeo.entity.api/src/org/argeo/entity/EntityDefinition.java [new file with mode: 0644]
org.argeo.entity.api/src/org/argeo/entity/EntityNames.java [new file with mode: 0644]
org.argeo.entity.api/src/org/argeo/entity/EntityTypes.java [new file with mode: 0644]
org.argeo.entity.api/src/org/argeo/entity/entity.cnd [new file with mode: 0644]
org.argeo.entity.core/.classpath [new file with mode: 0644]
org.argeo.entity.core/.gitignore [new file with mode: 0644]
org.argeo.entity.core/.project [new file with mode: 0644]
org.argeo.entity.core/META-INF/.gitignore [new file with mode: 0644]
org.argeo.entity.core/bnd.bnd [new file with mode: 0644]
org.argeo.entity.core/build.properties [new file with mode: 0644]
org.argeo.entity.core/pom.xml [new file with mode: 0644]
org.argeo.entity.core/src/org/argeo/entity/core/JcrEntityDefinition.java [new file with mode: 0644]
org.argeo.entity.ui/.classpath [new file with mode: 0644]
org.argeo.entity.ui/.gitignore [new file with mode: 0644]
org.argeo.entity.ui/.project [new file with mode: 0644]
org.argeo.entity.ui/META-INF/.gitignore [new file with mode: 0644]
org.argeo.entity.ui/bnd.bnd [new file with mode: 0644]
org.argeo.entity.ui/build.properties [new file with mode: 0644]
org.argeo.entity.ui/pom.xml [new file with mode: 0644]
org.argeo.suite.core/.classpath [new file with mode: 0644]
org.argeo.suite.core/.gitignore [new file with mode: 0644]
org.argeo.suite.core/.project [new file with mode: 0644]
org.argeo.suite.core/META-INF/.gitignore [new file with mode: 0644]
org.argeo.suite.core/bnd.bnd [new file with mode: 0644]
org.argeo.suite.core/build.properties [new file with mode: 0644]
org.argeo.suite.core/pom.xml [new file with mode: 0644]
org.argeo.suite.core/src/org/argeo/suite/RankingKey.java [new file with mode: 0644]
org.argeo.suite.core/src/org/argeo/suite/SuiteRole.java [new file with mode: 0644]
org.argeo.suite.core/src/org/argeo/suite/library/DocxExtractor.java [new file with mode: 0644]
org.argeo.suite.e4/src/org/argeo/suite/e4/parts/EntitySearchView.java [deleted file]
org.argeo.suite.e4/src/org/argeo/suite/e4/parts/SingleEntitySearchView.java [deleted file]
org.argeo.suite.ui/OSGI-INF/recentItems.xml
org.argeo.suite.ui/pom.xml
org.argeo.suite.ui/src/org/argeo/suite/ui/ArgeoSuiteApp.java
org.argeo.suite.ui/src/org/argeo/suite/ui/DefaultLeadPane.java
org.argeo.suite.ui/src/org/argeo/suite/ui/RecentItems.java
pom.xml