类 MappingRecordOperation.RecordCreatorImpl

    • 方法详细资料

      • createRecord

        public Record createRecord​(RecordFactory recordFactory)
                            throws ResourceException,
                                   DataAccessException
        从接口复制的说明: RecordCreator
        Create a CCI Record instance, usually based on the passed-in CCI RecordFactory.

        For use as input creator with CciTemplate's execute methods, this method should create a populated Record instance. For use as output Record creator, it should return an empty Record instance.

        指定者:
        createRecord 在接口中 RecordCreator
        参数:
        recordFactory - the CCI RecordFactory (never null, but not guaranteed to be supported by the connector: its create methods might throw NotSupportedException)
        返回:
        the Record instance
        抛出:
        ResourceException - if thrown by a CCI method, to be auto-converted to a DataAccessException
        DataAccessException - in case of custom exceptions