oracle.jdeveloper.cm.ds.db
Interface DBObjectValidator
- All Known Implementing Classes:
- AbstractValidator
- public interface DBObjectValidator
A DBObjectValidator
is responsible for validating a specific type of DBObject instance.
- Since:
- 9.0.5
validateObject
public void validateObject(DBObject object)
throws ValidationException
- Determines whether the specified DBObject is valid.
-
- Parameters:
object
- the DBObject to validate
- Throws:
ValidationException
- if the object is not valid.
validateObject
public void validateObject(DBObject original,
DBObject updated)
throws ValidationException
- Determines whether the specified updated DBObject is valid.
-
- Throws:
ValidationException
- if the object is not valid.
Copyright © 1997, 2004, Oracle. All rights reserved.