Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / ebean-orm/ebean-annotation issues and pull requests
#55 - Add nullable attribute to DbArray
Issue -
State: closed - Opened by rbygrave about 2 years ago
#54 - Add @DbForeignKey(forceLeftJoin)
Pull Request -
State: closed - Opened by rPraml over 2 years ago
Labels: enhancement
#53 - Remove deprecated @CreatedTimestamp and @UpdateTimestamp, migrate to @WhenCreated / @WhenModified
Issue -
State: closed - Opened by rbygrave over 2 years ago
#52 - Add Platform.ORACLE12 and Platform.CUSTOM
Issue -
State: closed - Opened by rbygrave over 2 years ago
#51 - Annotation for tablespaces
Pull Request -
State: closed - Opened by nPraml almost 3 years ago
#50 - Add Yugabyte DB as a Platform
Issue -
State: closed - Opened by rbygrave almost 3 years ago
#49 - ADD: DB2-Platforms for LUW and z/OS
Pull Request -
State: closed - Opened by rPraml almost 3 years ago
#48 - Add DB2 for ISeries specific platform
Pull Request -
State: closed - Opened by bigjimlefou about 3 years ago
- 3 comments
Labels: enhancement
#47 - Modify DbJson and DbJsonB with mutationDetection
Issue -
State: closed - Opened by rbygrave over 3 years ago
#46 - Modify DbJson and DbJsonB to add dirtyDetection and keepSource options.
Issue -
State: closed - Opened by rbygrave over 3 years ago
#45 - ENH: Add support for experimental @Transactional autoPersistUpdates option
Issue -
State: closed - Opened by rbygrave over 3 years ago
#44 - ENH: Add @Identity with support for start, increment, cache and generated (Always, By Default).
Issue -
State: closed - Opened by rbygrave over 4 years ago
#43 - Add Postgres9 & Postgres10 platforms to support different DDL
Issue -
State: closed - Opened by rbygrave almost 5 years ago
Labels: enhancement
#42 - ENH: Add @Index concurrent and definition for more advanced platform specific indexes
Issue -
State: closed - Opened by rbygrave almost 5 years ago
Labels: enhancement
#41 - Add platforms() as option for @Index
Issue -
State: closed - Opened by rbygrave almost 5 years ago
Labels: enhancement
#40 - Change @Aggregation to be a meta annotation - add @Max, @Min, @Avg
Issue -
State: closed - Opened by rbygrave almost 5 years ago
Labels: enhancement
#39 - Fix typo in Javadoc comment - *no code change*
Pull Request -
State: closed - Opened by focbenz almost 5 years ago
#38 - Remove PrivateOwned, migrate to orphanRemoval=true attribute on OneToMany
Issue -
State: closed - Opened by rbygrave about 5 years ago
- 1 comment
#37 - Breaking change - rename DbHstore to DbMap
Issue -
State: closed - Opened by rbygrave about 5 years ago
#36 - ENH: Add NuoDB platform
Issue -
State: closed - Opened by rbygrave over 5 years ago
Labels: enhancement
#35 - Remove @TargetDatabase ... use @DbName instead
Issue -
State: closed - Opened by rbygrave over 5 years ago
#34 - ENH: Add @DbName ... to support configuring a non-default database name
Issue -
State: closed - Opened by rbygrave over 5 years ago
Labels: enhancement
#33 - ENH: Add cache region (default "r0")
Issue -
State: closed - Opened by rbygrave over 5 years ago
Labels: enhancement
#32 - Produce a proper OSGi bundle
Pull Request -
State: closed - Opened by bradbeck over 5 years ago
- 3 comments
#31 - ENH: Add @StorageEngine and Platform.CLICKHOUSE
Issue -
State: closed - Opened by rbygrave over 5 years ago
Labels: enhancement
#30 - ENH: Add @TargetDatabase ... that can be used indicating the entity should be used with a non-default database.
Issue -
State: closed - Opened by rbygrave over 5 years ago
Labels: enhancement
#29 - ENH: Add optional length() attribute to @DbEnumValue
Issue -
State: closed - Opened by rbygrave over 5 years ago
Labels: enhancement
#28 - ENH: Add @Sum as a short hand for @Aggregation("sum(<property name>)")
Issue -
State: closed - Opened by rbygrave almost 6 years ago
Labels: enhancement
#27 - Fix small typo in the Javadoc for the Index class
Pull Request -
State: closed - Opened by bjornvester almost 6 years ago
#26 - ENH: Add @Cache.nearCache ... to allow explicit turning on of near cache for Redis L2 caching (and similar)
Issue -
State: closed - Opened by rbygrave almost 6 years ago
#25 - #24 - ENH: Add Platform.HANA
Pull Request -
State: closed - Opened by breglerj about 6 years ago
Labels: enhancement
#24 - ENH: Add Platform.HANA
Issue -
State: closed - Opened by breglerj about 6 years ago
- 1 comment
#23 - ENH: Add @DbPartition ... (initial target is Postgres 10 range partitioning)
Issue -
State: closed - Opened by rbygrave over 6 years ago
#22 - Remove PersistBatch.INSERT ... migrate to PersistBatch.ALL
Issue -
State: closed - Opened by rbygrave over 6 years ago
#21 - ENH: Add InvalidateQueryCache annotation ... used to mark entity beans that are joined as part of l2 query cache entries
Issue -
State: closed - Opened by rbygrave over 6 years ago
Labels: enhancement
#20 - ENH: Add Automatic-Module-Name: io.ebean.annotation ... for Java 10
Issue -
State: closed - Opened by rbygrave over 6 years ago
#19 - ENH: Add Platform.COCKROACH
Issue -
State: closed - Opened by rbygrave over 6 years ago
Labels: enhancement
#18 - Add SQLSERVER16 and SQLSERVER17 as platform choices
Issue -
State: closed - Opened by rbygrave over 6 years ago
#17 - ENH: Add @DbForeignKey and associated ConstraintMode
Issue -
State: closed - Opened by rbygrave almost 7 years ago
Labels: enhancement
#16 - ENH: Add label and skipCache attributes to @Transactional
Issue -
State: closed - Opened by rbygrave almost 7 years ago
Labels: enhancement
#15 - ENH: Modify @Cache naturalKey to allow multiple properties (complex natural key)
Issue -
State: closed - Opened by rbygrave about 7 years ago
- 2 comments
#14 - ENH: Add @FetchPreference ... to control the choice of path to join (rather than first defined)
Issue -
State: closed - Opened by rbygrave about 7 years ago
Labels: enhancement
#13 - Remove serverName option from @Transactional
Issue -
State: closed - Opened by rbygrave about 7 years ago
#12 - ENH: Add @Transactional profileId ... which can be used to control profiling on transactions
Issue -
State: closed - Opened by rbygrave about 7 years ago
Labels: enhancement
#11 - API change - move Platform, PersistBatch, TxType and TxIsolation into io.ebean.annotation package
Issue -
State: closed - Opened by rbygrave about 7 years ago
#10 - ENH: Add DbDefault and DbMigration annotations
Issue -
State: closed - Opened by rbygrave about 7 years ago
Labels: enhancement
#9 - Add @Length and @NotNull, (plus move @Transactional to ebean-annotation)
Issue -
State: closed - Opened by rbygrave over 7 years ago
#8 - Deleted EbeanDDL
Pull Request -
State: closed - Opened by rPraml almost 8 years ago
- 1 comment
#7 - made @Formula meta-annotation ready
Pull Request -
State: closed - Opened by rPraml almost 8 years ago
#6 - Add HSQLDB and SQLANYWHERE
Issue -
State: closed - Opened by rbygrave almost 8 years ago
#5 - ENH: Add to @DocStore enableAll() - to support disabling _all index on ES, and refreshInterval()
Issue -
State: closed - Opened by rbygrave almost 8 years ago
Labels: enhancement
#4 - ENH: Add @PreSoftDelete and @PostSoftDelete ...
Issue -
State: closed - Opened by rbygrave almost 8 years ago
Labels: enhancement
#3 - ENH: Add @TenantId ... for partition based multi-tenancy
Issue -
State: closed - Opened by rbygrave almost 8 years ago
Labels: enhancement
#2 - ENH: Add @UnmappedJson
Issue -
State: closed - Opened by rbygrave about 8 years ago
Labels: enhancement
#1 - Remove @EmbeddedColumns ... pleae migrate to @Embedded(prefix="...") or @AttributeOverride
Issue -
State: closed - Opened by rbygrave about 8 years ago