Skip Headers
Dali Java Persistence Tools User Guide
Release 3.2
Release 3.2
  PDF
PDF
Go To Table Of Contents
Contents

Previous
About this content
 
 

Index

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  V  W  X 

Symbols

@Basic, 3.14.1, 4.2.2.1
@Column, 4.2.2.1, 4.2.2.5, 4.2.2.10
@DiscriminatorColumn, 4.2.1.6
@DiscriminatorValue, 4.2.1.6
@Embeddable, 3.6.2
@Embedded, 3.14.3
@EmbeddedId, 3.14.4
@Entity, 3.6.1
@Enumerated, 4.2.2.11
@GeneratedValue, 4.2.2.17
@Id, 3.14.5, 4.2.2.5
@Inheritance, 3.12
@JoinColumn, 4.2.2.15
@Lob, 4.2.2.11
@ManyToMany, 3.14.6, 4.2.2.6
@ManyToOne, 3.14.7, 4.2.2.7
@MappedSuperclass, 3.6.3
@NamedQuery, 3.13
@ObjectTypeConverter, 4.2.1.11
@OneToMany, 3.14.8, 4.2.2.8
@OneToOne, 3.14.9, 4.2.2.9
@OrderBy, 4.2.2.14
@SecondaryTable, 3.11
@SequenceGenerator, 4.2.1.9, 4.2.1.9, 4.2.2.17
@StructConverter, 4.2.1.11
@Temporal, 4.2.2.11, 4.2.2.11
@Transient, 3.14.10
@TypeConverter, 4.2.1.11
@Version, 3.14.11, 4.2.2.10
@XMLPath, 5

A

Add Converter dialog, 4.4.5
Add Join Column dialog, 4.4.2
Add Primary Key Join Column dialog, 4.4.10
Add Query dialog, 4.4.9
Add Schema Location dialog, 4.4.11
Add Virtual Attribute dialog, 4.4.13
Advanced, in Java Details view, 4.2.1.12
annotations. See specific annotation.
architecture of Dali feature, 4.7
association tables, 4.1.9
Attribute Overrides, in Java Details view, 4.2.1.7
attributes
JPA Details view, 4.2.2
mapping, 2.2
overrides, 4.2.1.7
virtual, 3.7
attributes, virtual, 4.4.13

B

basic mapping
@Basic, 3.14.1
about, 3.14.1, 4.2.2.1
See also mappings
batch writing, persistence unit, 4.2.5.2

C

caching, 4.2.1.4, 4.2.5.4
Caching, in persistence.xml editor, 4.2.5.4
canonical metamodel, 4.3.3
cardinality, association tables, 4.1.9.3
change tracking, 4.2.1.12
classes
adding persistence to, 3.6
embeddable, 3.6.2
entity, 3.6.1
managed, 4.2.5.1
managing persistent classes, 4.1.5.3
mapped superclass, 3.6.3
synchronizing, 3.9
collection mappings, 3.14.2
columns
discriminator, 4.2.1.6
join, 4.2.2.15
mapping to, 4.2.2.1, 4.2.2.5, 4.2.2.10
value, 4.2.1.6
connection pool, 3.8
Connection, in persistence.xml Editor, 4.2.5.2
connections, database, 5
converters, 4.2.2.13
Converters, in JPA Details view, 4.2.1.11, 4.2.2.13, 4.2.3.5
converting
Java project to JPA, 3.4
JPA metadata to XML, 3.19
Create a JPA Project Wizard, 3.1, 3.2, 3.3
Create JPA Entity wizard, 4.1.3
Create New Association wizard, 4.1.9
Create New JAXB Project wizard, 4.1.6
Create New JPA Project wizard, 4.1.5
Create ORM Mapping File wizard, 4.1.4
Customization, in persistence.xml editor, 4.2.5.3
customizer class, for entities, 4.2.1.12

D

database tables, generating entities from, 3.15
Database Web Services. see DBWS
database, persistence
connection, 4.3.3, 4.3.7
schema, 4.3.3
DBWS project, creating, 3.3, 4.1.7
DDL script, generating, 3.16
DDL, generating, 4.1.8
Derived Identity, in JPA Details view, 4.2.2.16
developer documentation, Dali, 4.7
Driver Files page, 3.3
dynamic entities, from tables, 3.17

E

eager fetch, 4.2.2.1
EclipseLink XML mapping file, 4.2.5.1
eclipselink-orm.xml file, with dynamic entities, 3.17
Edit Join Columns dialog, 4.4.1
EJB. see persistent entities
element collection mapping
about, 4.2.2.2
creating, 3.14.2
embeddable class
@Embeddable, 3.6.2
about, 3.6.2
JPA Details view, 4.2.1.2
embedded ID mapping
@EmbeddedId, 3.14.4
about, 3.14.4
embedded mapping
@Embedded, 3.14.3
about, 3.14.3
entities
@Entity annotation, 3.6.1
about, 2.1
creating, 3.5, 4.1.3
creating tables from, 3.16, 4.1.8
customer class, 4.2.1.12
customizing, 4.1.1.4, 4.1.2.4
embeddable, 3.6.2
from tables, 3.15, 3.17, 4.1.1.1, 4.1.2.1
generating, 4.1.1.3, 4.1.2.3
JPA Details view, 4.2.1
mapped superclass, 3.6.3
mapping, 1.2.2, 3.14
persistent, 1.2.2, 3.6.1, 3.6.1
read-only, 4.2.1.12
secondary tables, 4.2.1.10
tracking changes, 4.2.1.12
Entity Class page, 3.5
Entity Properties page, 3.5
enumerated, 4.2.2.11
error messages, Dali, 3.20, 3.20.1
extension points, Dali feature, 4.7

F

fetch type, 4.2.2.1
firewall, 5

G

General, in persistence.xml Editor, 4.2.5.1
Generate Dynamic Entities from Tables wizard, 4.1.2
Generate Entities from Tables dialog, 3.15, 4.1.1.1, 4.1.2.1
Generate Entities from Tables wizard, 4.1.1
Generate Tables from Entities wizard, 4.1.8
generated values
entities, preferences, 4.3.5
ID mappings, 4.2.2.17
sequence, 4.2.1.9, 4.2.1.9, 4.2.2.17
generating DDL, 4.1.8
Generators, in JPA Detail view, 4.2.3.3

H

hints, query, 3.13, 4.2.3.4

I

ID mapping
@Id, 3.14.5
about, 3.14.5, 4.2.2.5
identity, derived, 4.2.2.16
inheritance
entity, 3.12, 4.1.3.1, 4.2.1.6
joined tables, 3.12
single table, 3.12
Inheritance, in Java Details view, 4.2.1.6
installation, Dali, 1.1

J

Java Persistence API (JPA)
about, 2.3
Java project, converting to JPA, 3.4
JAXB
about, 2.4
options, 4.3.7, 4.3.8
schema, adding, 4.4.11
JAXB project
creating, 3.2, 4.1.6
implementation, 4.1.6.3
JAXB schema, adding, 4.4.12
join columns, 4.1.9.2, 4.4.2
joined tables, inheritance, 3.12
joining, 4.2.2.15
Joining Strategy, in JPA Details view, 4.2.2.15
JPA Details view
attributes, 4.2.2
entities, 4.2.1
Mappings tab, 4.2.2
orm.xml file, 4.2.3
JPA Development perspective, 4.5
JPA entity, creating, 3.5
JPA Facet page, 3.1, 3.2
JPA Metadata Conversion dialog, 4.4.7
JPA project
converting from Java, 3.4
converting metadata to XML, 3.19
creating, 3.1, 4.1.5
implementation, 4.1.5.3
page, 3.1, 3.2
platform, 4.3.3, 4.3.7
JPA Structure view, 4.2.4

K

key, primary, 4.2.1.9

L

lazy fetch, 4.2.2.1
library
JAXB, 4.1.6.3
JPA, 4.1.5.3
Logging, in persistence.xml editor, 4.2.5.5

M

Make Persistent dialog, 4.4.8
many-to-many mapping
@ManyToMany, 3.14.6
about, 3.14.6, 4.2.2.6
many-to-one mapping
@ManyToOne, 3.14.7
about, 3.14.7, 4.2.2.7
mapped superclass
@MappedSuperclass, 3.6.3
about, 3.6.3
JPA Details view, 4.2.1.3
mapping entities, 1.2.2
mapping file, 3.10.1, 4.1.3.1, 4.1.4
Mapping Type Selection dialog, 4.4.6
mappings
about, 2.2, 3.14, 4.2.2
basic, 3.14.1, 4.2.2.1
element collection, 3.14.2, 4.2.2.2
embedded, 3.14.3
embedded ID, 3.14.4
ID, 3.14.5, 4.2.2.5
many-to-many, 3.14.6, 4.2.2.6
many-to-one, 3.14.7, 4.2.2.7
one-to-many, 3.14.8, 4.2.2.8
one-to-one, 3.14.9, 4.2.2.9
problems, 3.20
transient, 3.14.10
version, 3.14.11, 4.2.2.10
metadata, converting to XML, 3.19
metamodel, canonical, 4.3.3
multitenancy, 4.2.1.8

N

named queries, 4.2.3.4
entity, 3.13
hints, 3.13
JPA Detail view, 4.2.1.5
native queries, 3.13, 4.2.1.5, 4.2.3.4
New Database Web services from Builder XML wizard, 4.1.7
New EclipseLink Mapping File dialog, 4.4.4
nonpersistent
classes, 3.6
fields. See transient

O

object type converter, 4.2.1.11
ObjectChangePolicy, 4.2.1.12
one-to-many mapping
@OneToMany, 3.14.8
about, 3.14.8, 4.2.2.8
one-to-one mapping
@OneToOne, 3.14.9
about, 3.14.9, 4.2.2.9
Options, in persistence.xml editor, 4.2.5.6
OR (object-relational) mappings. See mappings
ordering, 4.2.2.14
Ordering, in JPA Details view, 4.2.2.14
orm.xml file
about, 2.3.2
creating, 4.1.4, 4.1.5.3
generators, 4.2.3.3
JPA Details view, 4.2.3
managing, 3.10
queries, 4.2.3.4
sample, 3.10
outline, persistence. See JPA Structure view
overrides, JPA attributes, 4.2.1.7

P

persistence
about, 2.1
database connection, 4.3.3, 4.3.7
database schema, 4.3.3
entity class, 3.6
options, 4.3.3
provider, 4.2.5.1
unit, 4.2.3.2
Persistence Unit, in JPA Details, 4.2.3.2
persistence.xml Editor, 3.8, 4.2.5
persistence.xml file
about, 2.3.1
managing, 3.8, 3.10.2
sample, 3.8
schema based, 5
synchronizing with classes, 3.9
persistent entity, 3.6.1
perspective, JPA Development, 4.5
platform, JPA, 4.3.3, 4.3.7
preferences
Dali, 4.3
errors and warnings, 4.3.2
JPA, 4.3.1
project, EclipseLink, 4.3.4
project, Entity Generation, 4.3.5
project, errors and warnings, 4.3.6
project, JAXB, 4.3.7, 4.3.8
project, JPA, 4.3.3
Primary Key Generation, in JPA Details view, 4.2.1.9, 4.2.2.17
problems, 3.20
projects
DBWS, 4.1.7
projects, DBWS
creating new, 3.3
projects, JAXB
creating new, 3.2, 4.1.6
options, 4.3.7, 4.3.8
projects, JPA
creating new, 1.2.1, 3.1, 4.1.5
options, 4.3.3
properties, 3.18
properties, 4.2.5.8
project, 3.18
Properties, in persistence.xml editor, 4.2.5.8
property pages, 4.2

Q

queries, 4.2.1.5, 4.2.3.4
query hints, 3.13, 4.2.3.4
Query, in JPA Details view, 4.2.3.4
quick start, Dali, 1.2

R

read-only entities, 4.2.1.12
requirements
Dali Java Persistence Tools, 1.1
persistent entities, 3.6.1

S

schema
database, 4.3.3
JAXB, 4.4.11
Schema Generation, in persistence.xml editor, 4.2.5.7
schema, JAXB, 4.4.12
secondary tables, 3.11, 4.2.1.10
Secondary Tables, in Java Details view, 4.2.1.10
Select Cascade dialog, 4.4.3
Select Schema Location dialog, 4.4.12
single table inheritance, 3.12
Source, in persistence.xml editor, 4.2.5.9
struct converter, 4.2.1.11
superclass, 3.6.3
synchronizing classes with persistence.xml file, 3.9

T

tables
associations, 4.1.1.2, 4.1.2.2, 4.1.9
creating dynamic entities from, 3.17
creating entities from, 3.15, 4.1.1.1, 4.1.2.1
creating from entities, 4.1.8
from entities, 3.16
inheritance, 3.12
secondary, 3.11, 4.2.1.10
temporal, 4.2.2.11
thread identifier, in logging, 4.2.5.5
timestamp, in logging, 4.2.5.5
tracking changes, 4.2.1.12
transaction type, persistence unit, 4.2.5.2
transient mapping
@Transient, 3.14.10
about, 3.14.10
type converter, 4.2.1.11
Type Information, in JPA Details view, 4.2.2.11

V

vendor-specific properties, 4.2.5.8
version mapping
@Version, 3.14.11
about, 3.14.11, 4.2.2.10
views
JPA Details view, 4.2.1, 4.2.2
JPA Structure view, 4.2.4
virtual access type, 3.17
virtual attributes, adding, 3.7, 4.4.13

W

warning messages, Dali, 3.20
weaving
EclipseLink, 4.3.4
Web Dynamic Project page, 3.3
Web Tools Platform (WTP), 1.1
wizards, 4.1

X

XML editor, 3.10.2
XML, project metatdata, 3.19
XMLPath, 5