Internal Website Search
1-50 of 200 resultsApache License, Version 2.0, January 2004 TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions . " License " shall mean ... owner that is granting the License . "Legal Entity" shall mean the union of the acting entity ... "Your") shall mean an individual or Legal Entity exercising permissions granted by this License | |
Eclipse Public License - v 1.0 THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC LICENSE ("AGREEMENT ... under their own license agreement, and (ii) are not derivative works of the Program. "Contributor" means any person or entity that distributes the Program. " Licensed Patents" mean patent claims licensable by | |
ObjectDB License Free License ObjectDB can be downloaded and used at no cost (including commercially)  ... . ObjectDB is a commercial software and using it without these restrictions requires purchasing a license . You are encouraged to test ObjectDB before purchasing a license . Server License ObjectDB 2.x | |
ObjectDB License Agreement [ver. 2.0.4] Please read carefully this software license agreement. By downloading, installing or using ... . 1. ObjectDB Software grants the Customer a non-exclusive and non-transferable license for using ... ) should only be used on computers and devices for which license fees have been paid. Using ObjectDB | |
Eclipse Distribution License - v 1.0All about Eclipse Distribution License - v 1.0 in Java/JPA database - explanations, examples, references, links and related information. | |
JPA Primary Key Every entity object that is stored in the database has a primary key . Once assigned, the primary key cannot be modified. It represents the entity object as long as it exists in the database. As an object database, ObjectDB supports implicit object IDs, so an explicitly defined primary key is not | |
ObjectDB Website - Terms and Conditions of Use applicable copyright and trade mark law. 2. Use License Permission is granted to temporarily download ... -commercial transitory viewing only. This is the grant of a license , not a transfer of title, and under this license you may not: modify or copy the materials; use the materials for any commercial | |
Database Management Settings) can be used on multiple machines. Note: If you are using an ObjectDB OEM license ... (when using the OEM license ) are signed and excluded from evaluation restrictions. Therefore, when ObjectDB | |
ObjectDB Object Database Features support of the JPA and JDO APIs. Fundamental features of relational databases (e.g. primary keys ... ). Map keys and values are indexable. Nested paths inside embedded objects are indexable. Indices ... callback methods and listener classes . JDO callback methods and listener classes. Primary Keys | |
BIRT/ODA ObjectDB Driver, accepting the license agreement, clicking Finish , and finally approving the installation | |
JPA Entity Fields (Mapped By) fields Primary key (ID) fields Version field The first three groups (transient ... two groups (primary key and version fields) can only be used in entity classes. Primary key fields are discussed in the Primary Key section. Transient Fields Transient entity fields are fields | |
Auto Generated Values generated for that field. This is primarily intended for primary key fields but ObjectDB also supports this annotation for non- key numeric persistent fields as well. Several different value generation ... for entity objects with no primary key fields defined (as explained in the previous section ). The same | |
MapJoin.key() - JPA Method JPA Method in javax.persistence.criteria.MapJoin Path key () Create a path expression that corresponds to the map key . Return: path corresponding to map key Since: JPA 2.0 | |
CriteriaBuilder.keys(map) - JPA Method JPA Method in javax.persistence.criteria.CriteriaBuilder Expression keys ( M map ) Create an expression that returns the keys of a map. Parameters: map - map Return: set expression Since: JPA 2.0 | |
Step 1: Install BIRT and ObjectDB Driver all the BIRT features. Complete the installation by clicking Next twice, accepting the license agreement ... . Complete the installation by clicking Next twice, accepting the license agreement, clicking Finish | |
javax.jdo.annotations.Key JDO Annotation Key Target: ElementType.FIELD, ElementType.METHOD Implemented Interfaces: Annotation Annotation for the key of a map relation. Corresponds to the xml element " key ". Since: JDO 2.1 Public Annotation Attributes String column default "" Name of the column to store the key in | |
[ODB1] Chapter 4 - JDO Metadata.String field, empty collection, 0 size array, and so on). primary- key The primary- key attribute, defined ... is collection, map or array, can have a , or sub element, respectively. embedded-element, embedded- key ... (with a unique object ID). The embedded- key and embedded-value indicate whether the keys and the values of a map | |
JDO Predefined ID Classes An object ID is a combination of a persistence capable class and a primary key . It provides ... for persistence capable classes with a simple single field primary key : Object IDs are used in many ... but should not be used as the type of a primary key field in a persistence capable class. For example | |
Query.addExtension(key,value) - JDO Method JDO Method in javax.jdo.Query void addExtension ( String key , Object value ) Add a vendor-specific extension to this query. The key and value are not standard. An implementation must ignore keys that are not recognized. Parameters: key - the key | |
PersistenceManager.removeUserObject(key) - JDO Method JDO Method in javax.jdo.PersistenceManager Object removeUserObject ( Object key ) Remove the specified key and its value from the map of user objects. Parameters: key - the key of the object to be removed Since: JDO 2.0 | |
PersistenceManager.getUserObject(key) - JDO Method JDO Method in javax.jdo.PersistenceManager Object getUserObject ( Object key ) Get the value for the specified key from the map of user objects. Parameters: key - the key of the object to be returned Return: the object Since: JDO 2.0 | |
LongIdentity.LongIdentity(pcClass,key) - JDO Constructor JDO Constructor in javax.jdo.identity.LongIdentity LongIdentity ( Class pcClass, long key ) Constructor with class and key . Parameters: pcClass - the class key - the key Since: JDO 1.0 | |
LongIdentity.LongIdentity(pcClass,key) - JDO Constructor JDO Constructor in javax.jdo.identity.LongIdentity LongIdentity ( Class pcClass, Long key ) Constructor with class and key . Parameters: pcClass - the class key - the key Since: JDO 1.0 | |
IntIdentity.IntIdentity(pcClass,key) - JDO Constructor JDO Constructor in javax.jdo.identity.IntIdentity IntIdentity ( Class pcClass, Integer key ) Constructor with class and key . Parameters: pcClass - the class key - the key Since: JDO 1.0 | |
IntIdentity.IntIdentity(pcClass,key) - JDO Constructor JDO Constructor in javax.jdo.identity.IntIdentity IntIdentity ( Class pcClass, int key ) Constructor with class and key . Parameters: pcClass - the class key - the key Since: JDO 1.0 | |
ByteIdentity.ByteIdentity(pcClass,key) - JDO Constructor JDO Constructor in javax.jdo.identity.ByteIdentity ByteIdentity ( Class pcClass, Byte key ) Constructor with class and key . Parameters: pcClass - the target class key - the key Since: JDO 1.0 | |
ByteIdentity.ByteIdentity(pcClass,key) - JDO Constructor JDO Constructor in javax.jdo.identity.ByteIdentity ByteIdentity ( Class pcClass, byte key ) Constructor with class and key . Parameters: pcClass - the target class key - the key Since: JDO 1.0 | |
CharIdentity.CharIdentity(pcClass,key) - JDO Constructor JDO Constructor in javax.jdo.identity.CharIdentity CharIdentity ( Class pcClass, Character key ) Constructor with class and key . Parameters: pcClass - the target class key - the key Since: JDO 1.0 | |
CharIdentity.CharIdentity(pcClass,key) - JDO Constructor JDO Constructor in javax.jdo.identity.CharIdentity CharIdentity ( Class pcClass, char key ) Constructor with class and key . Parameters: pcClass - the target class key - the key Since: JDO 1.0 | |
PersistenceManager.getObjectById(cls,key) - JDO Method; Object key ) Looks up the instance of the given type with the given key . Parameters: cls - The type of object to load key - either the string representation of the object id, or an object representation of a single field identity key Return: the corresponding persistent instance Since: JDO 2.0 | |
ShortIdentity.ShortIdentity(pcClass,key) - JDO Constructor JDO Constructor in javax.jdo.identity.ShortIdentity ShortIdentity ( Class pcClass, short key ) Constructor with class and key . Parameters: pcClass - the class key - the key Since: JDO 1.0 | |
ShortIdentity.ShortIdentity(pcClass,key) - JDO Constructor JDO Constructor in javax.jdo.identity.ShortIdentity ShortIdentity ( Class pcClass, Short key ) Constructor with class and key . Parameters: pcClass - the class key - the key Since: JDO 1.0 | |
StringIdentity.StringIdentity(pcClass,key) - JDO Constructor JDO Constructor in javax.jdo.identity.StringIdentity StringIdentity ( Class pcClass, String key ) Constructor with class and key . Parameters: pcClass - the class key - the key Since: JDO 1.0 | |
javax.jdo.annotations.Key.updateAction JDO Annotation Attribute in javax.jdo.annotations. Key ForeignKeyAction updateAction default ForeignKeyAction.UNSPECIFIED Update action to apply to the foreign key for the key . Since: JDO 2.1 | |
javax.jdo.annotations.Key.deleteAction JDO Annotation Attribute in javax.jdo.annotations. Key ForeignKeyAction deleteAction default ForeignKeyAction.UNSPECIFIED Delete action to apply to the foreign key for the key . Since: JDO 2.1 | |
PersistenceManager.newObjectIdInstance(pcClass,key) - JDO Method;pcClass, Object key ) This method returns an object id instance corresponding to the pcClass and key arguments. Parameters: pcClass - the Class of the persistence-capable instance key - for single-field identity, the parameter for the constructor; for non-single-field application | |
javax.jdo.annotations.Key.types JDO Annotation Attribute in javax.jdo.annotations. Key Class[] types default {} Types of the keys . This can be determined if using JDK1.5 generics but is required otherwise. Multiple types can be specified if the implementation supports multiple types. Since: JDO 2.1 | |
javax.jdo.annotations.Key.columns JDO Annotation Attribute in javax.jdo.annotations. Key Column [] columns default {} The column(s) for the key Since: JDO 2.1 | |
javax.jdo.annotations.Key.mappedBy JDO Annotation Attribute in javax.jdo.annotations. Key String mappedBy default "" Name of a member in the value class where this key is stored. Since: JDO 2.1 | |
javax.jdo.annotations.Key.foreignKey JDO Annotation Attribute in javax.jdo.annotations. Key String foreignKey default "" Name for a generated foreign key constraint. Since: JDO 2.1 | |
javax.jdo.annotations.Key.generateForeignKey JDO Annotation Attribute in javax.jdo.annotations. Key String generateForeignKey default "" Generate or assume a foreign key constraint exists on the column or columns associated with this join. Specify "true" or "false". Since: JDO 2.1 | |
javax.jdo.annotations.Key.uniqueKey JDO Annotation Attribute in javax.jdo.annotations. Key String uniqueKey default "" The name of the unique key constraint to generate. Since: JDO 2.1 | |
javax.jdo.annotations.Key.column JDO Annotation Attribute in javax.jdo.annotations. Key String column default "" Name of the column to store the key in. Since: JDO 2.1 | |
javax.jdo.annotations.Key.table JDO Annotation Attribute in javax.jdo.annotations. Key String table default "" Name of the table for the key . Since: JDO 2.1 | |
javax.jdo.annotations.Key.embedded JDO Annotation Attribute in javax.jdo.annotations. Key String embedded default "" Whether this key is embedded. Since: JDO 2.1 | |
javax.jdo.annotations.Key.serialized JDO Annotation Attribute in javax.jdo.annotations. Key String serialized default "" Whether the key is to be stored serialized (into a single column of a join table). Since: JDO 2.1 | |
javax.jdo.annotations.Key.dependent JDO Annotation Attribute in javax.jdo.annotations. Key String dependent default "" Whether the key is dependent on the owner (and will be deleted when the owner is deleted). Since: JDO 2.1 | |
javax.jdo.annotations.Key.embeddedMapping JDO Annotation Attribute in javax.jdo.annotations. Key Embedded [] embeddedMapping default {} The embedded mapping for the key . Since: JDO 2.1 | |
PersistenceManager.putUserObject(key,val) - JDO Method JDO Method in javax.jdo.PersistenceManager Object putUserObject ( Object key , Object val ) Put the specified key -value pair into the map of user objects. Since: JDO 2.0 | |
javax.jdo.annotations.Extension.key JDO Annotation Attribute in javax.jdo.annotations.Extension String key default null The key for the extension (required). Since: JDO 2.1 |