Internal Website Search

161-170 of 200 resultsRefresh

Schema-Update: Rename superclass and remove one subclass

> Entities: @Entity @Access(AccessType.FIELD) public class SuperClass ... "> @Entity @Access(AccessType.FIELD) public class ChildClassA extends SuperClass { @Basic public ... > ChildClassB: @Entity @Access(AccessType.FIELD) public class ChildClassB

javax.persistence.metamodel.Metamodel

javax.persistence.metamodelInterface Metamodel Provides access to the metamodel of persistent entities in the persistence unit.

AccessType.PROPERTY

Enum Constant javax.persistence.AccessTypePROPERTY Property-based access

AccessType.FIELD

Enum Constant javax.persistence.AccessTypeFIELD Field-based access is used

javax.persistence.FetchType

should be fetched lazily when it is first accessed. The implementation is permitted to eagerly fetch data

getPersistenceUnitUtil()

> Return interface providing access to utility methods

ObjectDB-2.6.9: Failed to commit transaction: Failed to set numeric value of field property Element.id using reflection

) demonstrates critical bugs in ObjectDB when using property access mode (most ObjectDB users use field access mode and are not affected). A critical Enhancer bug in handling ... " error appears. That makes enhancement almost unusable when property access mode is used.

setMultithreaded(flag)

>PersistenceManager . Applications that use multiple threads to invoke methods or access

jdoPreStore()

access to the PersistenceManager and other persistent JDO instances.

jdoPostLoad()

should be initialized in this method. The context in which this call is made does not allow access