mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
Bump to 10.4.1 agent (@Transient properties included in mapped superclass enhancement detection)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package org.tests.model.mappedsuper;
|
||||
|
||||
import javax.persistence.MappedSuperclass;
|
||||
import javax.persistence.Transient;
|
||||
//import javax.persistence.Transient;
|
||||
|
||||
@MappedSuperclass
|
||||
public class NotEnhancedMappedSuper {
|
||||
@@ -10,8 +10,8 @@ public class NotEnhancedMappedSuper {
|
||||
|
||||
private transient Long one;
|
||||
|
||||
@Transient
|
||||
private Long two;
|
||||
// @Transient
|
||||
private transient Long two;
|
||||
|
||||
public Long getOne() {
|
||||
return one;
|
||||
|
||||
Reference in New Issue
Block a user