public abstract class IdentifiableMetadataImpl extends ManagedTypeMetadatImpl implements IdentifiableTypeMetadata
IdentifiableTypeMetadata.| Constructor and Description |
|---|
IdentifiableMetadataImpl(java.lang.Class<?> clazz,
IdentifiableTypeMetadata metadata,
javax.persistence.AccessType parentAccessType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
excludeDefaultListeners()
Returns if the default listeners are excluded.
|
boolean |
excludeSuperclassListeners()
Returns if the super class listeners are excluded.
|
java.util.List<CallbackMetadata> |
getCallbacks()
Returns the callbacks of the identifiable type.
|
java.lang.String |
getIdClass()
Returns the id class of the identifiable type.
|
java.util.List<EntityListenerMetadata> |
getListeners()
Returns the entity listeners of the identifiable type.
|
getAccessType, getAnnotationsParsed, getAttributes, getClassName, getClazz, getLocator, isMetadataCompleteclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAccessType, getAttributes, getClassName, isMetadataCompletegetLocatorpublic IdentifiableMetadataImpl(java.lang.Class<?> clazz,
IdentifiableTypeMetadata metadata,
javax.persistence.AccessType parentAccessType)
clazz - the represented classmetadata - the metadataparentAccessType - the parent access typepublic boolean excludeDefaultListeners()
excludeDefaultListeners in interface IdentifiableTypeMetadatapublic boolean excludeSuperclassListeners()
excludeSuperclassListeners in interface IdentifiableTypeMetadatapublic java.util.List<CallbackMetadata> getCallbacks()
getCallbacks in interface IdentifiableTypeMetadatapublic final java.lang.String getIdClass()
getIdClass in interface IdentifiableTypeMetadatapublic java.util.List<EntityListenerMetadata> getListeners()
getListeners in interface IdentifiableTypeMetadataCopyright © 2012-2013 Batoo Software & Consultancy. All Rights Reserved.