public abstract class ManagedTypeMetadatImpl extends java.lang.Object implements ManagedTypeMetadata
ManagedTypeMetadatImpl.| Constructor and Description |
|---|
ManagedTypeMetadatImpl(java.lang.Class<?> clazz,
ManagedTypeMetadata metadata,
javax.persistence.AccessType parentAccessType) |
| Modifier and Type | Method and Description |
|---|---|
javax.persistence.AccessType |
getAccessType()
Returns the access type of the entity.
|
protected java.util.Set<java.lang.Class<? extends java.lang.annotation.Annotation>> |
getAnnotationsParsed()
Returns the set of annotations parsed.
|
AttributesMetadata |
getAttributes()
Returns the attributes of the entity.
|
java.lang.String |
getClassName()
Returns the name of the class of the entity.
|
java.lang.Class<?> |
getClazz()
Returns the clazz of the managed type.
|
AbstractLocator |
getLocator()
Returns the locator.
|
boolean |
isMetadataComplete()
Returns if the entity's metadata is complete.
|
public ManagedTypeMetadatImpl(java.lang.Class<?> clazz,
ManagedTypeMetadata metadata,
javax.persistence.AccessType parentAccessType)
clazz - the represented classmetadata - the metadataparentAccessType - the parent access typepublic final javax.persistence.AccessType getAccessType()
getAccessType in interface ManagedTypeMetadataprotected java.util.Set<java.lang.Class<? extends java.lang.annotation.Annotation>> getAnnotationsParsed()
public AttributesMetadata getAttributes()
getAttributes in interface ManagedTypeMetadatapublic final java.lang.String getClassName()
getClassName in interface ManagedTypeMetadatapublic java.lang.Class<?> getClazz()
public final AbstractLocator getLocator()
getLocator in interface LocatableMatadatapublic boolean isMetadataComplete()
isMetadataComplete in interface ManagedTypeMetadataCopyright © 2012-2013 Batoo Software & Consultancy. All Rights Reserved.