 24 | with queries that reference enum types. On my entity object is a static enum
public static enum Type {
A,B,C
} that is stored in an @Enumerated member variable
private Type type;
@Enumerated
public Type getType() {
return type;
} I then try to query this field in the following |
 22 | of one of the supported persistable types. ObjectDB supports persistent fields with any declared static type, including a generic java.lang.Object, as long as the type of the actual value at runtime ... : OneToOne, ManyToOne - for references of entity types. OneToMany, ManyToMany - for collections and maps |
 21 | numeric promotion principles. For example, the resulting type of a binary arithmetic operation ... an argument a numeric value of any type and returns a value of the same type. The MOD Function The MOD ... into 8 twice with a remainder of 0) The MOD function takes two integer values of any type and returns |
 21 | Cascade type annotaion on an embeddable type |
 20 | objects. The [Schema] window shows the user defined persistable types (entity and embeddable classes) in ... provides two types of viewer windows for viewing the database data. The Table window follows ... a single database object. This type of viewer is useful for viewing data of a simple object model. In |
 18 | ) expressions:
c.president == null
c.president != null Comparable Data Types Comparison is supported for values of the following data types: Values of numeric types, including primitive types (byte, short, char, int, long, float, double), wrapper types (Byte, Short, Character, Integer, Long, Float, Double |
 18 | We get the following log:
[2015-06-08 13:07:02 #1 type.user]
Enhancement of type com.btc.ep ... :-2962887009206123121)
[2015-06-08 13:07:02 #2 type]
Type com.btc.ep.requirement.bl.internal.ScopeRequirementContainerImpl is not enhanced.
[2015-06-08 13:07:02 #3 type.user]
Enhancement of type |
 18 | persistable types have been enhanced: common.app.Model common.model.Auction common.model ... .MRTemplate mr.model.MRTrader 11 NON persistable types have been enhanced: common.model.Person$_inRole ... -12.conf [2019-09-13 17:13:02 #7 type] Type common.app.Model is not enhanced. [2019-09-13 17:13:02 |
 17 | > The CollectionJoin interface is the type of the result of joining to a collection ... . Parameters: name - alias Returns: selection item Since: JPA 2.0 Expression as(Class type) Perform ... upon the expression, returning a new expression object. This method does not cause type conversion: the runtime type |
 17 | interface is the type of the result of joining to a collection over an association or element ... : selection item Since: JPA 2.0 Expression as(Class type) Perform a typecast ... expression object. This method does not cause type conversion: the runtime type is not changed. Warning |