|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EclipseLinkJavaEntity
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. It is available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.
| Field Summary |
|---|
| Fields inherited from interface org.eclipse.jpt.core.context.GeneratorHolder |
|---|
SEQUENCE_GENERATOR_PROPERTY, TABLE_GENERATOR_PROPERTY |
| Fields inherited from interface org.eclipse.jpt.core.context.QueryContainer |
|---|
NAMED_NATIVE_QUERIES_LIST, NAMED_QUERIES_LIST |
| Fields inherited from interface org.eclipse.jpt.core.context.IdClassHolder |
|---|
ID_CLASS_PROPERTY |
| Fields inherited from interface org.eclipse.jpt.core.context.GeneratorHolder |
|---|
SEQUENCE_GENERATOR_PROPERTY, TABLE_GENERATOR_PROPERTY |
| Fields inherited from interface org.eclipse.jpt.core.context.QueryContainer |
|---|
NAMED_NATIVE_QUERIES_LIST, NAMED_QUERIES_LIST |
| Fields inherited from interface org.eclipse.jpt.core.context.IdClassHolder |
|---|
ID_CLASS_PROPERTY |
| Fields inherited from interface org.eclipse.jpt.core.context.GeneratorHolder |
|---|
SEQUENCE_GENERATOR_PROPERTY, TABLE_GENERATOR_PROPERTY |
| Method Summary | |
|---|---|
java.util.ListIterator<JavaAssociationOverride> |
associationOverrides()
Return a list iterator of the association overrides whether specified or default. |
java.util.ListIterator<JavaAttributeOverride> |
attributeOverrides()
Return a list iterator of the attribute overrides whether specified or default. |
JavaCaching |
getCaching()
|
JavaConverterHolder |
getConverterHolder()
|
java.util.ListIterator<JavaNamedNativeQuery> |
namedNativeQueries()
Return a list iterator of the specified named native queries. |
java.util.ListIterator<JavaNamedQuery> |
namedQueries()
Return a list iterator of the named queries. |
java.util.ListIterator<JavaPrimaryKeyJoinColumn> |
primaryKeyJoinColumns()
|
java.util.ListIterator<JavaSecondaryTable> |
secondaryTables()
Return a list iterator of the secondary tables whether specified or default. |
java.util.ListIterator<JavaAssociationOverride> |
specifiedAssociationOverrides()
Return a list iterator of the specified association overrides. |
java.util.ListIterator<JavaAttributeOverride> |
specifiedAttributeOverrides()
Return a list iterator of the specified attribute overrides. |
java.util.ListIterator<JavaPrimaryKeyJoinColumn> |
specifiedPrimaryKeyJoinColumns()
|
java.util.ListIterator<JavaSecondaryTable> |
specifiedSecondaryTables()
Return a list iterator of the specified secondary tables. |
java.util.ListIterator<JavaAssociationOverride> |
virtualAssociationOverrides()
Return the number of default association overrides. |
java.util.ListIterator<JavaAttributeOverride> |
virtualAttributeOverrides()
Return a list iterator of the virtual attribute overrides, those not specified. |
| Methods inherited from interface org.eclipse.jpt.eclipselink.core.context.EclipseLinkEntity |
|---|
getChangeTracking, getCustomizer, getReadOnly |
| Methods inherited from interface org.eclipse.jpt.core.context.JpaContextNode |
|---|
getContextDefaultDbCatalog, getContextDefaultDbSchema, getContextDefaultDbSchemaContainer, getMappingFileRoot, getPersistenceUnit, postUpdate |
| Methods inherited from interface org.eclipse.jpt.core.context.GeneratorHolder |
|---|
removeSequenceGenerator, removeTableGenerator |
| Methods inherited from interface org.eclipse.jpt.core.context.JpaContextNode |
|---|
getContextDefaultDbCatalog, getContextDefaultDbSchema, getContextDefaultDbSchemaContainer, getMappingFileRoot, getPersistenceUnit, postUpdate |
| Methods inherited from interface org.eclipse.jpt.core.context.QueryContainer |
|---|
moveNamedNativeQuery, moveNamedQuery, namedNativeQueriesSize, namedQueriesSize, removeNamedNativeQuery, removeNamedNativeQuery, removeNamedQuery, removeNamedQuery |
| Methods inherited from interface org.eclipse.jpt.core.context.JpaContextNode |
|---|
getContextDefaultDbCatalog, getContextDefaultDbSchema, getContextDefaultDbSchemaContainer, getMappingFileRoot, getPersistenceUnit, postUpdate |
| Methods inherited from interface org.eclipse.jpt.core.context.IdClassHolder |
|---|
getIdClass, getIdClassEnclosingTypeSeparator, setIdClass |
| Methods inherited from interface org.eclipse.jpt.core.context.java.JavaEntity |
|---|
addNamedNativeQuery, addNamedQuery, addSpecifiedPrimaryKeyJoinColumn, addSpecifiedSecondaryTable, addSpecifiedSecondaryTable, getAttributeOverrideNamed, getDefaultPrimaryKeyJoinColumn, getDiscriminatorColumn, getTable, overridableAssociations, overridableAttributes |
| Methods inherited from interface org.eclipse.jpt.core.context.java.JavaTypeMapping |
|---|
correspondingAnnotationNames, getAnnotationName, getPersistentType, initialize, update |
| Methods inherited from interface org.eclipse.jpt.core.context.JpaContextNode |
|---|
getContextDefaultDbCatalog, getContextDefaultDbSchema, getContextDefaultDbSchemaContainer, getMappingFileRoot, getPersistenceUnit, postUpdate |
| Methods inherited from interface org.eclipse.jpt.core.context.java.JavaJpaContextNode |
|---|
getValidationTextRange, javaCompletionProposals, validate |
| Methods inherited from interface org.eclipse.jpt.core.context.JpaContextNode |
|---|
getContextDefaultDbCatalog, getContextDefaultDbSchema, getContextDefaultDbSchemaContainer, getMappingFileRoot, getPersistenceUnit, postUpdate |
| Methods inherited from interface org.eclipse.jpt.core.context.JpaContextNode |
|---|
getContextDefaultDbCatalog, getContextDefaultDbSchema, getContextDefaultDbSchemaContainer, getMappingFileRoot, getPersistenceUnit, postUpdate |
| Methods inherited from interface org.eclipse.jpt.core.context.GeneratorHolder |
|---|
removeSequenceGenerator, removeTableGenerator |
| Methods inherited from interface org.eclipse.jpt.core.context.JpaContextNode |
|---|
getContextDefaultDbCatalog, getContextDefaultDbSchema, getContextDefaultDbSchemaContainer, getMappingFileRoot, getPersistenceUnit, postUpdate |
| Methods inherited from interface org.eclipse.jpt.core.context.QueryContainer |
|---|
moveNamedNativeQuery, moveNamedQuery, namedNativeQueriesSize, namedQueriesSize, removeNamedNativeQuery, removeNamedNativeQuery, removeNamedQuery, removeNamedQuery |
| Methods inherited from interface org.eclipse.jpt.core.context.JpaContextNode |
|---|
getContextDefaultDbCatalog, getContextDefaultDbSchema, getContextDefaultDbSchemaContainer, getMappingFileRoot, getPersistenceUnit, postUpdate |
| Methods inherited from interface org.eclipse.jpt.core.context.IdClassHolder |
|---|
getIdClass, getIdClassEnclosingTypeSeparator, setIdClass |
| Methods inherited from interface org.eclipse.jpt.core.context.java.JavaGeneratorHolder |
|---|
addSequenceGenerator, addTableGenerator, getSequenceGenerator, getTableGenerator |
| Methods inherited from interface org.eclipse.jpt.core.context.GeneratorHolder |
|---|
removeSequenceGenerator, removeTableGenerator |
| Methods inherited from interface org.eclipse.jpt.core.context.JpaContextNode |
|---|
getContextDefaultDbCatalog, getContextDefaultDbSchema, getContextDefaultDbSchemaContainer, getMappingFileRoot, getPersistenceUnit, postUpdate |
| Method Detail |
|---|
JavaConverterHolder getConverterHolder()
JavaCaching getCaching()
getCaching in interface EclipseLinkEntityjava.util.ListIterator<JavaSecondaryTable> secondaryTables()
Entity
secondaryTables in interface EntitysecondaryTables in interface JavaEntityjava.util.ListIterator<JavaSecondaryTable> specifiedSecondaryTables()
Entity
specifiedSecondaryTables in interface EntityspecifiedSecondaryTables in interface JavaEntityjava.util.ListIterator<JavaPrimaryKeyJoinColumn> primaryKeyJoinColumns()
primaryKeyJoinColumns in interface EntityprimaryKeyJoinColumns in interface JavaEntityjava.util.ListIterator<JavaPrimaryKeyJoinColumn> specifiedPrimaryKeyJoinColumns()
specifiedPrimaryKeyJoinColumns in interface EntityspecifiedPrimaryKeyJoinColumns in interface JavaEntityjava.util.ListIterator<JavaAttributeOverride> attributeOverrides()
Entity
attributeOverrides in interface EntityattributeOverrides in interface JavaEntityjava.util.ListIterator<JavaAttributeOverride> specifiedAttributeOverrides()
EntityAttributeOverride.setVirtual(boolean) to add/remove the attribute
override from the source
specifiedAttributeOverrides in interface EntityspecifiedAttributeOverrides in interface JavaEntityjava.util.ListIterator<JavaAttributeOverride> virtualAttributeOverrides()
Entity
virtualAttributeOverrides in interface EntityvirtualAttributeOverrides in interface JavaEntityjava.util.ListIterator<JavaAssociationOverride> associationOverrides()
Entity
associationOverrides in interface EntityassociationOverrides in interface JavaEntityjava.util.ListIterator<JavaAssociationOverride> specifiedAssociationOverrides()
EntityAssociationOverride.setVirtual(boolean) to add/remove the association
override from the source
specifiedAssociationOverrides in interface EntityspecifiedAssociationOverrides in interface JavaEntityjava.util.ListIterator<JavaAssociationOverride> virtualAssociationOverrides()
Entity
virtualAssociationOverrides in interface EntityvirtualAssociationOverrides in interface JavaEntityjava.util.ListIterator<JavaNamedQuery> namedQueries()
QueryContainer
namedQueries in interface JavaEntitynamedQueries in interface QueryContainerjava.util.ListIterator<JavaNamedNativeQuery> namedNativeQueries()
QueryContainer
namedNativeQueries in interface JavaEntitynamedNativeQueries in interface QueryContainer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||