18 | , char, int, long, float, double), wrapper types (Byte, Short, Character, Integer, Long, Float |
13 | Since: JPA 2.0 Predicate like( Expression<String> x, String pattern, char escapeChar) Create ... <String> x, Expression<String> pattern, char escapeChar) Create a predicate for testing ... <String> x, String pattern, char escapeChar) Create a predicate for testing whether the expression |
5 | Method javax.persistence.criteria.CriteriaBuilder Expression<String> trim( Trimspec ts, char t, Expression<String> x ) Create expression to trim character from a string. Parameters: ts - trim specification t - character to be trimmed x - expression for string to trim Returns: trim expression Since: JPA 2.0 |
1 | , short, char, int, long, float or double) embedded wrapper (Boolean, Byte, Short, Character |
1 | are also persistent types: All the primitive types - boolean, byte, short, char, int, long, float and double. Selected |
1 | value for the field Since: JDO 1.0 char getCharField( PersistenceCapable pc, int field, char ... void providedCharField( PersistenceCapable pc, int field, char currentValue) The value of the field ... Since: JDO 1.0 char replacingCharField( PersistenceCapable pc, int field) The replacement value |
0 | the ObjectId. Since: JDO 1.0 char fetchCharField(int fieldNumber) Fetch one field from the field manager ... the ObjectId. Since: JDO 1.0 void storeCharField(int fieldNumber, char value) Store one field into |
0 | Method javax.jdo.spi.StateManager void setCharField( PersistenceCapable pc, int field, char currentValue, char newValue ) Mark the field as modified by the user. Parameters: pc - the calling PersistenceCapable instance field - the field number currentValue - the current value of the field newValue - the proposed new value of the field Since: JDO 1.0 |
0 | pcClass, char key) Constructor with class and key. Constructor with class and key. Parameters ... if the class or class name is the same Since: JDO 1.0 char getKey() Return the key. Return the key |
0 | Method javax.jdo.spi.StateManager char getCharField( PersistenceCapable pc, int field, char currentValue ) Return the value for the field. Parameters: pc - the calling PersistenceCapable instance field - the field number currentValue - the current value of the field Returns: the new value for the field Since: JDO 1.0 |