12
Is there any way to find out the number of current connections to the DB server? Currently not. You may subscribe to this feature request and update it according to your needs. natmaclin
11
of the ObjectDB home directory on the server side). A new subdirectory with a name that reflects the current date and time (e.g. 201012312359) is created under the backup root directory and the backup database
11
is thrown. The exception is thrown either by persist (if that existing entity object is currently ... to the database is sometimes also useful before executing queries in order to get up to date results
11
.log (where represents the date ). A new log file is also generated when the log ... of the subsystem loggers are currently undocumented and can change at any time without notice. The supported
11
_UserException: Attempt to open a database file '...' that is currently in use
11
ObjectDB current status of the BIRT plugin
11
() Get the current lock mode for the query. Get the current lock mode for the query. Returns: lock mode ... if the argument is of incorrect type Since: JPA 2.0 Query setParameter(int position, Date value, TemporalType temporalType) Bind an instance of java.util.Date to a positional parameter. Bind an instance
10
of objects as its result. Returns: criteria query object Since: JPA 2.0 Expression<Date > currentDate() Create expression to return current date . Create expression to return current date . Returns: expression for current date Since: JPA 2.0 Expression currentTime() Create expression to return
10
generic functions to build generic TypedQuerys. I just realized that the data retrieving up to date if I ... should return up to date results, if: You are using a new EntityManager (i.e. with no old cache ... above have severe natural limitation in respect of getting up to date data from later queries. Try to replace UPDATE
10
Hi, For some time now we can use date and time function in queries to extract part of date time ... have to group by date (). For few queries I was concatenating 'date ' from year()-month()-day() calls ... to add one more method to above list - date () - that will return only date from java.util.Date field