Package org.datanucleus.metadata
Interface MetaDataListener
public interface MetaDataListener
Listener for registering interest when metadata for a class is loaded.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Method called when the metadata for the class is loaded (initialised).
-
Method Details
-
loaded
Method called when the metadata for the class is loaded (initialised).- Parameters:
cmd
- Metadata for the class- Throws:
InvalidMetaDataException
- if the metadata is not considered valid
-