Internal Website Search

41-50 of 88 resultsRefresh

Updating Entities

); } } }); pay.setCellValueFactory(itemData -> new ReadOnlyObjectWrapper<Double> ... ;Employee, Double>() { @Override public void updateItem(final Double item, boolean empty ... Just tried this... public static void modifyPaygradeRate(double

Performance issues on aggregate query

= new HashMap<String,String>(); @Index public Integer type; public Double usedCustomObjectTypeVersion; public Double usedStandardObjectTypeVersion; public Double ... ; @Index public Double doubleValue; // HS-778 public Boolean journal;

significant performance decrease

<String,String>(); @Index public Integer type; public Double usedCustomObjectTypeVersion; public Double usedStandardObjectTypeVersion; public Double ... just to double-check, if the query string is the same, the query program cache uses

Visibility of changes in Transaction is not visible to a JPA QL Query

+ oldAmount));    }    double which = oldAmount + (((double)howMany) / 2);   

Can a Set be a foreign key?

;private Location cellLocation;     private double cellSize;      ... ;     private Location cellLocation;     private double

avg(x)

/jpa/criteria/Expression" title="Interface in javax.persistence.criteria">Expression<Double>

Best practise loading big data

> Double check that you changed the cache sizes in the correct configuration file ... > - using a configuration with the attached configuration (double checked) - one open

Database access error , Doctor hanging on trying to repair, production shutdown at our biggest customer

that the system is using version 2.7.1_01. Could you please double check it (sometimes the old ... for us with that version. We double checked the version and also use Maven we did run Doctor after switching

Weird issue with variable naming

is involved in selection and order by. Removing the addition of order stuff solves the issue of double ... with double use of $1. What is the purpose of the test case that you posted? Is it the same

javax.jdo.Query

JDO JavaDoc Reference Documentation - The Query interface allows applications to obtain persistent instances, values, and aggregate data from the data store.