javax.persistence
Java Source Code / Java Documentation
1.
6.0 JDK Core
2.
6.0 JDK Modules
3.
6.0 JDK Modules com.sun
4.
6.0 JDK Modules com.sun.java
5.
6.0 JDK Modules sun
6.
6.0 JDK Platform
7.
Ajax
8.
Apache Harmony Java SE
9.
Aspect oriented
10.
Authentication Authorization
11.
Blogger System
12.
Build
13.
Byte Code
14.
Cache
15.
Chart
16.
Chat
17.
Code Analyzer
18.
Collaboration
19.
Content Management System
20.
Database Client
21.
Database DBMS
22.
Database JDBC Connection Pool
23.
Database ORM
24.
Development
25.
EJB Server geronimo
26.
EJB Server GlassFish
27.
EJB Server JBoss 4.2.1
28.
EJB Server resin 3.1.5
29.
ERP CRM Financial
30.
ESB
31.
Forum
32.
GIS
33.
Graphic Library
34.
Groupware
35.
HTML Parser
36.
IDE
37.
IDE Eclipse
38.
IDE Netbeans
39.
Installer
40.
Internationalization Localization
41.
Inversion of Control
42.
Issue Tracking
43.
J2EE
44.
JBoss
45.
JMS
46.
JMX
47.
Library
48.
Mail Clients
49.
Net
50.
Parser
51.
PDF
52.
Portal
53.
Profiler
54.
Project Management
55.
Report
56.
RSS RDF
57.
Rule Engine
58.
Science
59.
Scripting
60.
Search Engine
61.
Security
62.
Sevlet Container
63.
Source Control
64.
Swing Library
65.
Template Engine
66.
Test Coverage
67.
Testing
68.
UML
69.
Web Crawler
70.
Web Framework
71.
Web Mail
72.
Web Server
73.
Web Services
74.
Web Services apache cxf 2.0.1
75.
Web Services AXIS2
76.
Wiki Engine
77.
Workflow Engines
78.
XML
79.
XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation
»
EJB Server resin 3.1.5
»
jpa
»
javax.persistence
javax.persistence
Java Source File Name
Type
Comment
AssociationOverride.java
Annotation
The @AssociationOverride annotation.
AssociationOverrides.java
Annotation
The @AssociationOverrides annotation.
AttributeOverride.java
Annotation
The @AttributeOverride annotation.
AttributeOverrides.java
Annotation
The @AttributeOverrides annotation.
Basic.java
Annotation
The @Basic annotation.
CascadeType.java
enum
Column.java
Annotation
The @Column annotation.
ColumnResult.java
Annotation
The @ColumnResult annotation.
DiscriminatorColumn.java
Annotation
The @DiscriminatorColumn annotation.
DiscriminatorType.java
enum
DiscriminatorValue.java
Annotation
The @DiscriminatorValue annotation.
Embeddable.java
Annotation
The @Embeddable annotation.
Embedded.java
Annotation
The @Embedded annotation marks a field as containing and embeddable value.
EmbeddedId.java
Annotation
The @EmbeddedId annotation.
Entity.java
Annotation
The Entity annotation marks a class as a persistent entity.
EntityExistsException.java
Class
Thrown by the persistence provider when EntityManager.persist(Object) is called and the entity already exists.
EntityListeners.java
Annotation
The @EntityListeners annotation.
EntityManager.java
Interface
The main application interface to the persistence context.
EntityManagerFactory.java
Interface
Factory for getting an entity manager.
EntityNotFoundException.java
Class
Thrown by the persistence provider when an entity reference obtained by EntityManager.getReference(Class, Object) is accessed but the entity does not exist.
EntityResult.java
Annotation
The @EntityResult annotation.
EntityTransaction.java
Interface
Transaction context.
Enumerated.java
Annotation
The @Enumerated annotation marks a property as an enumerated type.
EnumType.java
enum
ExcludeDefaultListeners.java
Annotation
The @ExcludeDefaultListeners annotation.
ExcludeSuperclassListeners.java
Annotation
The @ExcludeSuperclassListeners annotation.
FetchType.java
enum
The @FetchType annotation.
FieldResult.java
Annotation
The @FieldResult annotation.
FlushModeType.java
enum
The type of the flush modes.
GeneratedValue.java
Annotation
The @GeneratedValue annotation.
GenerationType.java
enum
Id.java
Annotation
The Id annotation.
IdClass.java
Annotation
The @IdClass annotation specifies the class to be used for the primary key.
Inheritance.java
Annotation
The @Inheritance annotation.
InheritanceType.java
enum
JoinColumn.java
Annotation
The @JoinColumn annotation.
JoinColumns.java
Annotation
The @Column annotation.
JoinTable.java
Annotation
The @Table annotation.
Lob.java
Annotation
The @Lob annotation marks a field as containing a large blob type.
LockModeType.java
enum
The type of the lock modes.
ManyToMany.java
Annotation
The @ManyToMany annotation.
ManyToOne.java
Annotation
The @ManyToOne annotation.
MapKey.java
Annotation
The @MapKey annotation.
MappedSuperclass.java
Annotation
The @MappedSuperclass annotation.
NamedNativeQueries.java
Annotation
The @NamedNativeQuery annotation.
NamedNativeQuery.java
Annotation
The @NamedNativeQuery annotation.
NamedQueries.java
Annotation
The @NamedQuery annotation.
NamedQuery.java
Annotation
The @NamedQuery annotation.
NonUniqueResultException.java
Class
Thrown by the persistence provider when getSingleResult() is executed on a query and there is more than one result from the query.
NoResultException.java
Class
Thrown by the persistence provider when getSingleResult() is executed on a query and there is no result to return.
OneToMany.java
Annotation
The @OneToMany annotation.
OneToOne.java
Annotation
The @ManyToOne annotation.
OptimisticLockException.java
Class
Thrown by the persistence provider when an optimistic locking conflict occurs.
OrderBy.java
Annotation
The @OrderBy annotation.
Persistence.java
Class
Bootstrap class to obtain an EntityManagerFactory.
PersistenceContext.java
Annotation
The @PersistenceContext annotation.
PersistenceContexts.java
Annotation
The @PersistenceContexts annotation.
PersistenceContextType.java
enum
The type of the persistence context.
PersistenceException.java
Class
Thrown by the persistence provider when a problem occurs.
PersistenceProperty.java
Annotation
The @PersistenceProperty annotation.
PersistenceUnit.java
Annotation
The @PersistenceUnit annotation.
PersistenceUnits.java
Annotation
The @PersistenceUnits annotation.
PostLoad.java
Annotation
The @PostLoad annotation.
PostPersist.java
Annotation
The @PostPersist annotation.
PostRemove.java
Annotation
The @PostRemove annotation.
PostUpdate.java
Annotation
The @PostUpdate annotation.
PrePersist.java
Annotation
The @PrePersist annotation.
PreRemove.java
Annotation
The @PreRemove annotation.
PreUpdate.java
Annotation
The @PreUpdate annotation.
PrimaryKeyJoinColumn.java
Annotation
The @Column annotation.
PrimaryKeyJoinColumns.java
Annotation
The @Column annotation.
Query.java
Interface
The main application interface to the persistence context.
QueryHint.java
Annotation
The @QueryHint annotation.
RollbackException.java
Class
Thrown by the persistence provider when a transaction is required but is not active.
SecondaryTable.java
Annotation
The @SecondaryTable annotation.
SecondaryTables.java
Annotation
The @SecondaryTable annotation.
SequenceGenerator.java
Annotation
The @SequenceGenerator annotation.
SqlResultSetMapping.java
Annotation
The @SqlResultSetMapping annotation.
SqlResultSetMappings.java
Annotation
The @SqlResultSetMappings annotation.
Table.java
Annotation
The @Table annotation.
TableGenerator.java
Annotation
The @TableGenerator annotation.
Temporal.java
Annotation
The @Temporal annotation.
TemporalType.java
enum
The type of the lock modes.
TransactionRequiredException.java
Class
Transient.java
Annotation
The @Transient annotation.
UniqueConstraint.java
Annotation
The @UniqueConstraint annotation.
Version.java
Annotation
The @Version annotation.
www.java2java.com
|
Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.