|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OrmPersistentType | |
---|---|
org.eclipse.jpt.core | |
org.eclipse.jpt.core.context | |
org.eclipse.jpt.core.context.orm | |
org.eclipse.jpt.core.context.persistence |
Uses of OrmPersistentType in org.eclipse.jpt.core |
---|
Methods in org.eclipse.jpt.core that return OrmPersistentType | |
---|---|
OrmPersistentType |
JpaFactory.buildOrmPersistentType(EntityMappings parent,
java.lang.String mappingKey)
|
Methods in org.eclipse.jpt.core with parameters of type OrmPersistentType | |
---|---|
OrmEmbeddable |
JpaFactory.buildOrmEmbeddable(OrmPersistentType parent)
|
OrmEntity |
JpaFactory.buildOrmEntity(OrmPersistentType parent)
|
OrmMappedSuperclass |
JpaFactory.buildOrmMappedSuperclass(OrmPersistentType parent)
|
OrmPersistentAttribute |
JpaFactory.buildOrmPersistentAttribute(OrmPersistentType parent,
java.lang.String mappingKey)
|
Uses of OrmPersistentType in org.eclipse.jpt.core.context |
---|
Methods in org.eclipse.jpt.core.context that return OrmPersistentType | |
---|---|
OrmPersistentType |
JpaContextNode.getOrmPersistentType()
|
Uses of OrmPersistentType in org.eclipse.jpt.core.context.orm |
---|
Methods in org.eclipse.jpt.core.context.orm that return OrmPersistentType | |
---|---|
OrmPersistentType |
EntityMappings.addOrmPersistentType(java.lang.String mappingKey,
java.lang.String className)
|
OrmPersistentType |
OrmPersistentAttribute.getPersistentType()
Overriden to return OrmPersistentType s |
OrmPersistentType |
OrmTypeMapping.getPersistentType()
|
OrmPersistentType |
EntityMappings.getPersistentType(java.lang.String fullyQualifiedTypeName)
Return the {@link OrmPersistentType) listed in this mapping file with the given fullyQualifiedTypeName. |
OrmPersistentType |
OrmXml.getPersistentType(java.lang.String fullyQualifiedTypeName)
Return the OrmPersistentType listed in this mapping file with the given fullyQualifiedTypeName. |
Methods in org.eclipse.jpt.core.context.orm that return types with arguments of type OrmPersistentType | |
---|---|
java.util.ListIterator<OrmPersistentType> |
EntityMappings.ormPersistentTypes()
|
Methods in org.eclipse.jpt.core.context.orm with parameters of type OrmPersistentType | |
---|---|
OrmTypeMapping |
OrmTypeMappingProvider.buildTypeMapping(JpaFactory factory,
OrmPersistentType parent)
|
void |
EntityMappings.changeMapping(OrmPersistentType ormPersistentType,
OrmTypeMapping oldMapping,
OrmTypeMapping newMapping)
|
void |
EntityMappings.removeOrmPersistentType(OrmPersistentType ormPersistentType)
|
Uses of OrmPersistentType in org.eclipse.jpt.core.context.persistence |
---|
Methods in org.eclipse.jpt.core.context.persistence that return OrmPersistentType | |
---|---|
OrmPersistentType |
MappingFileRef.getPersistentType(java.lang.String fullyQualifiedTypeName)
Return the OrmPersistentType listed in this mapping file with the given fullyQualifiedTypeName. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |