Package org.datanucleus.metadata
Interface MetaDataListener
-
public interface MetaDataListenerListener for registering interest when metadata for a class is loaded.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidloaded(AbstractClassMetaData cmd)Method called when the metadata for the class is loaded (initialised).
-
-
-
Method Detail
-
loaded
void loaded(AbstractClassMetaData cmd)
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
-
-