Class | Description |
---|---|
AssociationOverride | |
AttributeOverride | |
Attributes |
This element contains the entity field or property mappings.
|
Basic | |
CascadeType |
public enum CascadeType { ALL, PERSIST, MERGE, REMOVE, REFRESH, DETACH};
|
CollectionTable | |
Column | |
ColumnResult | |
ConstructorResult | |
Convert | |
Converter | |
DiscriminatorColumn | |
ElementCollection | |
Embeddable |
Defines the settings and mappings for embeddable objects.
|
EmbeddableAttributes |
Java class for embeddable-attributes complex type.
|
Embedded | |
EmbeddedId | |
EmptyType |
Java class for emptyType complex type.
|
Entity |
Defines the settings and mappings for an entity.
|
EntityListener |
Defines an entity listener to be invoked at lifecycle events
for the entities that list this listener.
|
EntityListeners | |
EntityMappings |
The entity-mappings element is the root element of a mapping
file.
|
EntityResult | |
FieldResult | |
ForeignKey | |
GeneratedValue | |
Id | |
IdClass | |
Index | |
Inheritance | |
JoinColumn | |
JoinTable | |
Lob | |
ManyToMany | |
ManyToOne | |
MapKey | |
MapKeyClass | |
MapKeyColumn | |
MapKeyJoinColumn | |
MappedSuperclass |
Defines the settings and mappings for a mapped superclass.
|
NamedAttributeNode | |
NamedEntityGraph | |
NamedNativeQuery | |
NamedQuery | |
NamedStoredProcedureQuery | |
NamedSubgraph | |
ObjectFactory |
This object contains factory methods for each
Java content interface and Java element interface
generated in the org.hibernate.jpamodelgen.xml.jaxb package.
|
OneToMany | |
OneToOne | |
OrderColumn | |
Persistence |
Java class for anonymous complex type.
|
Persistence.PersistenceUnit |
Configuration of a persistence unit.
|
Persistence.PersistenceUnit.Properties |
Java class for anonymous complex type.
|
Persistence.PersistenceUnit.Properties.Property |
Java class for anonymous complex type.
|
PersistenceUnitDefaults |
These defaults are applied to the persistence unit as a whole
unless they are overridden by local annotation or XML
element settings.
|
PersistenceUnitMetadata |
Metadata that applies to the persistence unit and not just to
the mapping file in which it is contained.
|
PostLoad | |
PostPersist | |
PostRemove | |
PostUpdate | |
PrePersist | |
PreRemove | |
PreUpdate | |
PrimaryKeyJoinColumn | |
QueryHint | |
SecondaryTable | |
SequenceGenerator | |
SqlResultSetMapping | |
StoredProcedureParameter | |
Table | |
TableGenerator | |
Transient | |
UniqueConstraint | |
Version |
Enum | Description |
---|---|
AccessType |
Java class for access-type.
|
DiscriminatorType |
Java class for discriminator-type.
|
EnumType |
Java class for enum-type.
|
FetchType |
Java class for fetch-type.
|
GenerationType |
Java class for generation-type.
|
InheritanceType |
Java class for inheritance-type.
|
LockModeType |
Java class for lock-mode-type.
|
ParameterMode |
Java class for parameter-mode.
|
PersistenceUnitCachingType |
Java class for persistence-unit-caching-type.
|
PersistenceUnitTransactionType |
Java class for persistence-unit-transaction-type.
|
PersistenceUnitValidationModeType |
Java class for persistence-unit-validation-mode-type.
|
TemporalType |
Java class for temporal-type.
|
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.