Internal Website Search
1-10 of 200 resultsRefreshJPA Persistable Types The term persistable types refers to data types that can be used for storing data in the database. ObjectDB supports all the JPA persistable types , which are: User defined classes - Entity classes, Mapped superclasses, Embeddable classes. Simple Java data types : Primitive types , Wrappers, String | |
Paths and Types in JPQL and Criteria API classes) are represented in JPQL by the following types of expressions: Variables - FROM ... . But more often they are used in JPQL path expressions that navigate to values of simple types (number, boolean, string, date). Simple type values are more useful in queries. They have special operators | |
JPA Metamodel API Types The following interfaces and enum represent types in the JPA Metamodel API: See the Metamodel Type Interface Hierarchy section for more details and examples. | |
Core JPA Types This section contains the most essential JPA types . | |
JPA Metamodel API that Java reflection provides for general Java types . The Metamodel Interface The main interface of the JPA ... types (which are referred to as managed types ) in the persistent object model. Three methods can be used to retrieve sets of types : // Get all the managed classes: // (entity classes | |
Database Schema Evolution name and either the same type or a convertible type , as explained below. A matching field ... the hierarchy, removing an intermediate class in the hierarchy, etc.). Convertible Types When an old matching field is found but its type is different than the type of the new field (with the same name | |
JDO Miscellaneous Types This section contains miscellaneous JDO types : | |
[ODB1] Chapter 4 - JDO Metadata-superclass attribute. identity- type and objectid-class The identity- type and objectid-class attributes ... and persistent in JDO), or a field whose declared type is java.lang.Object or some interface, but holds at runtime only values of persistent types . Specifying a none value, as demonstrated by field f1 , changes | |
[ODB1] Chapter 7 - JDOQL Queries if the field exists but its type cannot be compared with an int value, a JDOUserException is thrown ... much faster. The execute() method returns a Collection instance, but its declared return type is Object ... the candidate collection . A Query instance for this type of query can be obtained by | |
[ODB1] Chapter 3 - Persistent Classes). 3.2 Persistent Fields and Types Storing a persistent object in the database does not ... transient , and have persistent types . Every persistent class is a persistent type . The following predefined system types are also persistent types : All the primitive types - boolean , byte , short , char |