public interface IdentifiableTypeMetadata extends ManagedTypeMetadata
| 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, getAttributes, getClassName, isMetadataCompletegetLocatorboolean excludeDefaultListeners()
boolean excludeSuperclassListeners()
List<CallbackMetadata> getCallbacks()
String getIdClass()
List<EntityListenerMetadata> getListeners()
Copyright © 2012-2013 Batoo. All Rights Reserved.