public class JPADomainAnnotations extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JAVAX_PERSISTENCE_COLUMN_ANNOTATION |
static String |
JAVAX_PERSISTENCE_ELEMENT_COLLECTION |
static String |
JAVAX_PERSISTENCE_ENTITY_ANNOTATION |
static String |
JAVAX_PERSISTENCE_GENERATED_VALUE_ANNOTATION |
static String |
JAVAX_PERSISTENCE_ID_ANNOTATION |
static String |
JAVAX_PERSISTENCE_MANY_TO_MANY |
static String |
JAVAX_PERSISTENCE_MANY_TO_ONE |
static String |
JAVAX_PERSISTENCE_ONE_TO_MANY |
static String |
JAVAX_PERSISTENCE_ONE_TO_ONE |
static String |
JAVAX_PERSISTENCE_SEQUENCE_GENERATOR_ANNOTATION |
static String |
JAVAX_PERSISTENCE_TABLE_ANNOTATION |
static String |
VALUE_PARAM |
| Constructor and Description |
|---|
JPADomainAnnotations() |
public static final String JAVAX_PERSISTENCE_ENTITY_ANNOTATION
public static final String JAVAX_PERSISTENCE_TABLE_ANNOTATION
public static final String JAVAX_PERSISTENCE_ID_ANNOTATION
public static final String JAVAX_PERSISTENCE_GENERATED_VALUE_ANNOTATION
public static final String JAVAX_PERSISTENCE_SEQUENCE_GENERATOR_ANNOTATION
public static final String JAVAX_PERSISTENCE_COLUMN_ANNOTATION
public static final String JAVAX_PERSISTENCE_MANY_TO_ONE
public static final String JAVAX_PERSISTENCE_MANY_TO_MANY
public static final String JAVAX_PERSISTENCE_ONE_TO_MANY
public static final String JAVAX_PERSISTENCE_ONE_TO_ONE
public static final String JAVAX_PERSISTENCE_ELEMENT_COLLECTION
public static final String VALUE_PARAM
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.