Tag: programming languages
Questions Related to programming languages
-
Object oriented Query language
-
Transparent persistence without byte code processing
-
High Perfomance
-
Automatic Composite Key generation
-
doest not allow database migration
-
allow programmers to store objects directly into databse
-
does not require build time processing such as byte code manipulation
-
has a built in support of transaction management
-
represent primary key cloumn and assosciate attribute in domain object
-
map a table with the corresponding class
-
represent all attributes available in domain object
-
both 1 & 2
-
increment
-
sequence
-
hilo
-
foreign
-
maps domain object with the corresponding entity in databse
-
mapping from property to primary cloumn
-
generates unique identifiers for instances
-
declares a persistent ,Java Bean style
-
imports name of database schema
-
permits to access all properties automatically
-
determines wether unqualified names can be used in query language
-
imports name of database catalog