File tree Expand file tree Collapse file tree
src/main/java/javax/persistence Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >org.avaje</groupId >
88 <artifactId >java11-oss</artifactId >
9- <version >3.9 </version >
9+ <version >4.5 </version >
1010 </parent >
1111
1212 <groupId >io.ebean</groupId >
1313 <artifactId >jakarta-persistence-api</artifactId >
14- <version >3.0-RC1 </version >
14+ <version >3.1 </version >
1515
1616 <build >
1717 <plugins >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
33 <modelVersion >4.0.0</modelVersion >
4-
5- <groupId >io.ebean</groupId >
6- <artifactId >persistence-api</artifactId >
7- <version >3.1-SNAPSHOT</version >
8-
94 <parent >
105 <groupId >org.avaje</groupId >
116 <artifactId >java11-oss</artifactId >
12- <version >3.9 </version >
7+ <version >4.5 </version >
138 </parent >
149
10+ <groupId >io.ebean</groupId >
11+ <artifactId >persistence-api</artifactId >
12+ <version >3.1</version >
13+
1514 <licenses >
1615 <license >
1716 <name >Eclipse Public License - v 1.0</name >
Original file line number Diff line number Diff line change 9999 * (Optional) The column length. (Applies only if a
100100 * string-valued column is used.)
101101 */
102- int length () default 255 ;
102+ int length () default 0 ;
103103
104104 /**
105105 * (Optional) The precision for a decimal (exact numeric)
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >org.avaje</groupId >
66 <artifactId >java11-oss</artifactId >
7- <version >3.9 </version >
7+ <version >4.5 </version >
88 </parent >
99
1010 <groupId >io.ebean</groupId >
You can’t perform that action at this time.
0 commit comments