Internal Website Search

121-130 of 200 resultsRefresh

Composite Index error 328

java.io.Serializable; import java.sql.Date; import java.util.Objects; @Entity @Table(name ... ; private short programType; private Date regDate; private Date regEnd; private Date ... @Column(name = "reg_date") public Date getRegDate() { return regDate

Trouble bug on explorer

.util.Date; import java.util.List; /** * Created with IntelliJ IDEA. * User: apple * Date: 15 ... programType; private Date regDate; private Date regEnd; private String jxtaUUID ... programType) { this.programType = programType; } public final Date getRegDate

Schema update: package, class and field

a class and create directly a new one with the original name? Currently this works as ... "> class A { String date; } Version 2: class A { String old_date; //renamed Date date; } Schema:

setParameter(name, value, temporalType)

.persistence">Query setParameter(  String name,   Date value, java.util.Date to a named parameter.

Using SELECT BETWEEN with LocalDate

;"> between CURRENT_DATE and :date" I am trying to query all entities whose date is between today and today + X days. The date inside the entity is a LocalDate. To do so I

Use temporary files to enable very large transactions

needed in the current transaction after creation. Unfortunately, we will receive an OutOfMemory ... results), currently the size of a transaction (i.e. the total size of database pages ... solution, we may be able to increase the current maximum from heap size, to about 20 x the heap size

javax.persistence.EntityExistsException

. The current transaction, if one is active, will be marked for rollback. If the entity already exists ... at flush or commit time. The current transaction, if one is active, will be marked ... within this Throwable object information about the current state of the stack frames

javax.jdo.PersistenceManagerFactory

become in scope until it is added to the current set via currently active (in scope) fetch groups. currently active (in scope) fetch groups. The methods

retrieveAll(useFetchPlan, pcs)

. The fields in the current fetch group must be retrieved, and the implementation might retrieve more fields than the current fetch group. If the useFetchPlan parameter is false, this method behaves ... the current fetch plan are fetched, and other fields might be fetched lazily by the implementation

javax.jdo.spi.Detachable

"> This method calls the StateManager with the current detached state instance as a parameter and replaces the current detached state instance with the value provided by the StateManager. current detached state instance as a parameter and replaces the current detached state instance