Check if you set mappedBy = "..." in @OneToMany(targetEntity = ....class, cascade = CascadeType.ALL, fetch = FetchType.LAZY, mappedBy = "...")
is_maximum wrote: > > Hello > > when I run my program, OpenJPA warn me following messages: > > OpenJPA cannot map field > "com.foo.core.gl.entity.GeneralEntry.authorizedThirdParties" efficiently. > It is of an unsupported type. The field value will be serialized to a BLOB > by default. > > and > > > openjpa.Enhance - The field generalEntry in type > com.foo.core.gl.entity.Account is configured to be lazily loaded, but lazy > loading is not available for classes that use fieldaccess when not running > the OpenJPA enhancer or when dynamic class redefinition is not available. > > can you tell me what these mean and what I have to do if they have > something to do with performance > > thanks > -- View this message in context: http://n2.nabble.com/OpenJPA-warnings-tp1336430p1344491.html Sent from the OpenJPA Users mailing list archive at Nabble.com.
