public abstract class IdentifiableMetadataImpl extends ManagedTypeMetadatImpl implements IdentifiableTypeMetadata
IdentifiableTypeMetadata.| Constructor and Description |
|---|
IdentifiableMetadataImpl(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.
|
List<CallbackMetadata> |
getCallbacks()
Returns the callbacks of the identifiable type.
|
String |
getIdClass()
Returns the id class of the identifiable type.
|
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(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 List<CallbackMetadata> getCallbacks()
getCallbacks in interface IdentifiableTypeMetadatapublic final String getIdClass()
getIdClass in interface IdentifiableTypeMetadatapublic List<EntityListenerMetadata> getListeners()
getListeners in interface IdentifiableTypeMetadataCopyright © 2012-2013 Batoo. All Rights Reserved.