|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.openjpa.persistence.meta.Types.BaseType<X> org.apache.openjpa.persistence.meta.AbstractManagedType<X> org.apache.openjpa.persistence.meta.Types.Embeddable<X>
X
- the represented Java type.public static class Types.Embeddable<X>
An embedded, not independently identifiable type.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.openjpa.persistence.meta.AbstractManagedType |
---|
AbstractManagedType.AttributeNameFilter<X>, AbstractManagedType.AttributeTypeFilter<X,Y>, AbstractManagedType.DeclaredAttributeFilter<X>, AbstractManagedType.ElementTypeFilter<X,E>, AbstractManagedType.EntryTypeFilter<X,K,V>, AbstractManagedType.Filter<T>, AbstractManagedType.IdAttributeFilter<X>, AbstractManagedType.PluralCategoryFilter<X>, AbstractManagedType.SingularAttributeFilter<X>, AbstractManagedType.VersionAttributeFilter<X> |
Nested classes/interfaces inherited from interface javax.persistence.metamodel.Type |
---|
Type.PersistenceType |
Field Summary |
---|
Fields inherited from class org.apache.openjpa.persistence.meta.AbstractManagedType |
---|
meta, model |
Fields inherited from class org.apache.openjpa.persistence.meta.Types.BaseType |
---|
cls |
Constructor Summary | |
---|---|
Types.Embeddable(ClassMetaData meta,
MetamodelImpl model)
|
Method Summary | |
---|---|
Type.PersistenceType |
getPersistenceType()
|
Methods inherited from class org.apache.openjpa.persistence.meta.Types.BaseType |
---|
getJavaType, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface javax.persistence.metamodel.ManagedType |
---|
getAttribute, getAttributes, getCollection, getCollection, getDeclaredAttribute, getDeclaredAttributes, getDeclaredCollection, getDeclaredCollection, getDeclaredList, getDeclaredList, getDeclaredMap, getDeclaredMap, getDeclaredPluralAttributes, getDeclaredSet, getDeclaredSet, getDeclaredSingularAttribute, getDeclaredSingularAttribute, getDeclaredSingularAttributes, getList, getList, getMap, getMap, getPluralAttributes, getSet, getSet, getSingularAttribute, getSingularAttribute, getSingularAttributes |
Methods inherited from interface javax.persistence.metamodel.Type |
---|
getJavaType |
Constructor Detail |
---|
public Types.Embeddable(ClassMetaData meta, MetamodelImpl model)
Method Detail |
---|
public Type.PersistenceType getPersistenceType()
getPersistenceType
in interface Type<X>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |